Package | Description |
---|---|
com.sun.identity.saml2.common |
Defines common SAMLv2 utilities and constants.
|
com.sun.identity.saml2.plugins |
Defines SAMLv2 Plugin SPIs.
|
com.sun.identity.saml2.profile |
Package that handles SAML v2 profiles.
|
org.forgerock.openam.saml2 |
Modifier and Type | Method and Description |
---|---|
static SAML2IdentityProviderAdapter |
SAML2Utils.getIDPAdapterClass(String realm,
String idpEntityID)
Returns a
SAML2IdentityProviderAdapter |
Modifier and Type | Class and Description |
---|---|
class |
DefaultIDPAdapter
This class
DefaultIDPAdapter implements a SAML2 Identity Provider Adapter. |
Modifier and Type | Method and Description |
---|---|
SAML2IdentityProviderAdapter |
FederatedSSOException.getIdpAdapter()
The IDP adapter.
|
static SAML2IdentityProviderAdapter |
IDPSSOUtil.getIDPAdapterClass(String realm,
String idpEntityID)
Returns a
SAML2IdentityProviderAdapter |
Constructor and Description |
---|
ClientFaultException(SAML2IdentityProviderAdapter idpAdapter,
String messageCode)
Constructs the client fault exception with the given IDP adapter and message code.
|
ClientFaultException(SAML2IdentityProviderAdapter idpAdapter,
String messageCode,
String detail)
Constructs the client fault exception with the given IDP adapter, message code, and detail message.
|
FederatedSSOException(SAML2IdentityProviderAdapter idpAdapter,
String messageCode,
String detail)
Constructs the FederatedSSOException with the given parameters.
|
ServerFaultException(SAML2IdentityProviderAdapter idpAdapter,
String messageCode)
Constructs the server fault exception with the given IDP adapter and message code.
|
ServerFaultException(SAML2IdentityProviderAdapter idpAdapter,
String messageCode,
String detail)
Constructs the client fault exception with the given IDP adapter, message code, and detail message.
|
Modifier and Type | Method and Description |
---|---|
SAML2IdentityProviderAdapter |
IDPSSOFederateRequest.getIdpAdapter()
Gets the IdPAdaptor used to perform SSO operations for this request.
|
SAML2IdentityProviderAdapter |
UtilProxyIDPRequestValidator.getIDPAdapter(String realm,
String idpEntityID)
Loads the
SAML2IdentityProviderAdapter IDP adapter which will be called as part
of IDP processing. |
SAML2IdentityProviderAdapter |
IDPRequestValidator.getIDPAdapter(String realm,
String idpEntityID)
Loads the
SAML2IdentityProviderAdapter IDP adapter which will be called as part
of IDP processing. |
Constructor and Description |
---|
IDPSSOFederateRequest(String reqID,
String realm,
SAML2IdentityProviderAdapter idpAdapter,
String idpMetaAlias,
String idpEntityID)
Data necessary for either authentication or authentication lookup via SAML2 IdP.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.