Package | Description |
---|---|
com.sun.identity.saml2.assertion |
Defines SAMLv2 assertion.
|
com.sun.identity.saml2.assertion.impl | |
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 |
---|---|
AuthnContext |
AssertionFactory.createAuthnContext()
Returns a new instance of
AuthnContext . |
AuthnContext |
AssertionFactory.createAuthnContext(Element elem)
Returns a new instance of
AuthnContext . |
AuthnContext |
AssertionFactory.createAuthnContext(String xml)
Returns a new instance of
AuthnContext . |
AuthnContext |
AuthnStatement.getAuthnContext()
Returns the value of the
AuthnContext property. |
Modifier and Type | Method and Description |
---|---|
void |
AuthnStatement.setAuthnContext(AuthnContext value)
Sets the value of the
AuthnContext property. |
Modifier and Type | Class and Description |
---|---|
class |
AuthnContextImpl
This is the default implementation of interface
AuthnContext . |
Modifier and Type | Method and Description |
---|---|
AuthnContext |
AuthnStatementImpl.getAuthnContext()
Returns the value of the
AuthnContext property. |
Modifier and Type | Method and Description |
---|---|
void |
AuthnStatementImpl.setAuthnContext(AuthnContext value)
Sets the value of the
AuthnContext property. |
Modifier and Type | Method and Description |
---|---|
AuthnContext |
IDPAuthnContextInfo.getAuthnContext()
Returns the returning
AuthnContext |
AuthnContext |
IDPAuthnContextMapper.getAuthnContextFromAuthLevel(String authLevel,
String realm,
String idpEntityID)
Returns
AuthnContext that matches the authenticated level. |
AuthnContext |
DefaultIDPAuthnContextMapper.getAuthnContextFromAuthLevel(String authLevel,
String realm,
String idpEntityID)
Returns
AuthnContext that matches the authenticated level. |
Modifier and Type | Method and Description |
---|---|
int |
DefaultSPAuthnContextMapper.getAuthLevel(RequestedAuthnContext reqCtx,
AuthnContext authnContext,
String realm,
String hostEntityID,
String idpEntityID)
Returns the auth level for the AuthContext
|
int |
SPAuthnContextMapper.getAuthLevel(RequestedAuthnContext reqCtx,
AuthnContext authContext,
String realm,
String hostEntityID,
String idpEntityID)
Returns the Auth Level for the
AuthContext . |
Constructor and Description |
---|
IDPAuthnContextInfo(AuthnContext authnContext,
Set authnTypeAndValues,
Integer authnLevel)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
static Response |
IDPSSOUtil.getResponse(javax.servlet.http.HttpServletRequest request,
Object session,
AuthnRequest authnReq,
String recipientEntityID,
String idpEntityID,
String idpMetaAlias,
String realm,
String nameIDFormat,
String acsURL,
String affiliationID,
AuthnContext matchingAuthnContext)
Returns a
SAML Response object. |
static void |
IDPSSOUtil.sendResponseToACS(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
PrintWriter out,
Object session,
AuthnRequest authnReq,
String spEntityID,
String idpEntityID,
String idpMetaAlias,
String realm,
String nameIDFormat,
String relayState,
AuthnContext matchingAuthnContext)
Sends
Response containing an Assertion
back to the requesting service provider |
Modifier and Type | Method and Description |
---|---|
AuthnContext |
IDPSSOFederateRequest.getMatchingAuthnContext()
Gets the matching authentication context for this request.
|
Modifier and Type | Method and Description |
---|---|
void |
IDPSSOFederateRequest.setMatchingAuthnContext(AuthnContext matchingAuthnContext)
Sets the matching authentication context for this request.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.