Package | Description |
---|---|
com.sun.identity.saml |
Defines SAML Assertion Manager and SAML Client APIs.
|
com.sun.identity.saml.plugins |
SAML 1.x Plugins.
|
Modifier and Type | Method and Description |
---|---|
int |
AssertionManager.isAllowed(AuthorizationDecisionQuery authZQuery,
String destID)
This method returns the decision of an AuthorizationQuery.
|
Modifier and Type | Method and Description |
---|---|
Map |
DefaultActionMapper.getAuthorizationDecisions(AuthorizationDecisionQuery query,
Object token,
String sourceID)
This method first converts the AttributeStatements in Evidence to
OpenAM Policy API environment variables.
|
Map |
ActionMapper.getAuthorizationDecisions(AuthorizationDecisionQuery query,
Object token,
String sourceID)
Returns Action Decisions for the user.
|
Assertion |
DefaultActionMapper.getSSOAssertion(AuthorizationDecisionQuery query,
String sourceID)
This method exams the Evidence in the AuthorizationDecisionQuery.
|
Assertion |
ActionMapper.getSSOAssertion(AuthorizationDecisionQuery query,
String sourceID)
Returns the Assertion that contains Authentication information that
can be used to obtain single sign on token.
|
String |
DefaultActionMapper.getSSOTokenID(AuthorizationDecisionQuery query)
This method exams the SubjectConfirmation of the Subject in the
AuthorizationDecisionQuery.
|
String |
ActionMapper.getSSOTokenID(AuthorizationDecisionQuery query)
Returns the single sign on token id to OpenAM from the query.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.