Package | Description |
---|---|
com.sun.identity.saml2.common |
Defines common SAMLv2 utilities and constants.
|
com.sun.identity.saml2.meta |
Package that handles SAML v2 metadata operations.
|
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 SAML2MetaManager |
SAML2Utils.getSAML2MetaManager()
Returns an instance of
SAML2MetaManger . |
Modifier and Type | Method and Description |
---|---|
static List<String> |
SAML2MetaUtils.importSAML2Document(SAML2MetaManager metaManager,
String realm,
Document doc)
For the given XML metadata document representing either a SAML2 EntityDescriptorElement or EntitiesDescriptorElement,
return a list of entityId's for all the Entities created.
|
Modifier and Type | Field and Description |
---|---|
protected static SAML2MetaManager |
DefaultAccountMapper.metaManager |
static SAML2MetaManager |
DefaultIDPAuthnContextMapper.metaManager |
Modifier and Type | Field and Description |
---|---|
static SAML2MetaManager |
IDPSSOUtil.metaManager |
Modifier and Type | Method and Description |
---|---|
static String |
SPACSUtils.getIntermediateURL(String orgName,
String hostEntityId,
SAML2MetaManager sm)
Retrieves intermediate redirect url from SP sso config.
|
static String |
SPACSUtils.getPrincipalWithoutLogin(Subject assertionSubject,
Assertion authnAssertion,
String realm,
String spEntityId,
SAML2MetaManager metaManager,
String idpEntityId,
String storageKey)
Returns the username if there was one from the Assertion we were able to map into a local user account.
|
static String |
SPACSUtils.getRelayState(String relayStateID,
String orgName,
String hostEntityId,
SAML2MetaManager sm)
Obtains relay state.
|
static ResponseInfo |
SPACSUtils.getResponse(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String orgName,
String hostEntityId,
SAML2MetaManager metaManager)
Retrieves
SAML Response from http request. |
static String |
SPACSUtils.prepareForLocalLogin(String realm,
String hostEntityId,
SAML2MetaManager sm,
ResponseInfo respInfo,
String requestURI)
Saves response for later retrieval and retrieves local auth url from
SPSSOConfig . |
static Object |
SPACSUtils.processResponse(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
PrintWriter out,
String metaAlias,
Object session,
ResponseInfo respInfo,
String realm,
String hostEntityId,
SAML2MetaManager metaManager,
SAML2EventLogger auditor)
Authenticates user with
Response . |
Constructor and Description |
---|
UtilProxyIDPRequestValidator(String reqBinding,
boolean isFromECP,
Debug debug,
SAML2MetaManager saml2MetaManager)
Creates a new UtilProxyIDPRequestValidator for a request.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.