See: Description
Class | Description |
---|---|
Base64ToHex |
This class
Base64ToHex is used to convert Base64 encoded
SAML source ID to Hex encoded ID. |
HexToBase64 |
This class
HexToBase64 is used to convert Hex encoded
SAML source ID to Base64 encoded ID. |
LogUtils |
The
LogUtils class defines methods which are used by
SAML compoment to write logs. |
SAMLCertUtils |
This class finds any matching cert in the jks store.
|
SAMLCertUtils.CertEntry |
This class contains the mapping between a
java.security.cert.X509Certificate's nickname and its related Data.
|
SAMLConstants |
This is a common class defining some constants common to all SAML elements.
|
SAMLException_SOAPSerializer | |
SAMLServiceManager |
This is a singleton class.
|
SAMLServiceManager.SiteEntry |
This class contains the mapping between supported target
host:port(target) and its saml-aware-servlet URL & sourceid.
|
SAMLServiceManager.SOAPEntry |
Contains the mapping between Source ID (SourceID) and its
SOAP-Receiver-servlet URL (SOAPUrl).
|
SAMLSiteID |
This class is used to generate SAML Site ID.
|
SAMLUtils |
This class contains some utility methods for processing SAML protocols.
|
SAMLUtilsCommon |
This class contains a set of generic common utility methods.
|
Exception | Description |
---|---|
SAMLException |
This class is an extension point for all SAML related exceptions.
|
SAMLRequesterException |
This exception is thrown when the request could not be performed due to
an error in the sender or in the request.
|
SAMLRequestVersionDeprecatedException |
This exception is thrown when the receiver could not process the request
because the version was deprecated.
|
SAMLRequestVersionTooHighException |
This exception is thrown when the receiver could not process the request
because the version was too high.
|
SAMLRequestVersionTooLowException |
This exception is thrown when the receiver could not process the request
because the version was too low.
|
SAMLResponderException |
This exception is thrown when the request could not be performed
due to an error at the receiving end.
|
SAMLVersionMismatchException |
This exception is thrown when the receiver could not process the request
because the version was incorrect.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.