Package | Description |
---|---|
com.sun.identity.saml2.profile |
Package that handles SAML v2 profiles.
|
org.forgerock.openam.authentication.modules.saml2 |
Defines the classes necessary for SAML2 authentication.
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
static void |
IDPProxyUtil.generateProxyResponse(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
PrintWriter out,
String metaAlias,
ResponseInfo respInfo,
Object newSession,
SAML2EventLogger auditor)
Generates the AuthnResponse by the IDP Proxy and send to the service provider.
|
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 . |
Modifier and Type | Method and Description |
---|---|
ResponseInfo |
SAML2ResponseData.getResponseInfo()
Get the response info.
|
Modifier and Type | Method and Description |
---|---|
void |
SAML2ResponseData.setResponseInfo(ResponseInfo responseInfo)
Sets the responseInfo value.
|
Constructor and Description |
---|
SAML2ResponseData(String sessionIndex,
Subject subject,
Assertion assertion,
ResponseInfo responseInfo)
Combine a new set of SAML2 response data as a single object.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.