Package | Description |
---|---|
com.sun.identity.saml2.assertion |
Defines SAMLv2 assertion.
|
com.sun.identity.saml2.plugins |
Defines SAMLv2 Plugin SPIs.
|
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 | 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. |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.