Package | Description |
---|---|
com.sun.identity.saml.plugins |
SAML 1.x Plugins.
|
Modifier and Type | Method and Description |
---|---|
List |
AttributeMapper.getAttributes(AttributeQuery query,
String sourceID,
Object token)
Returns Attributes for the user.
|
List |
DefaultAttributeMapper.getAttributes(AttributeQuery query,
String sourceID,
Object token)
This method first mapps the Subject in the query to a local site
account using the AccountMapper defined in the SAML Service.
|
Assertion |
AttributeMapper.getSSOAssertion(AttributeQuery query)
Returns the Assertion that contains Authentication information that
can be used to obtain single sign on token.
|
Assertion |
DefaultAttributeMapper.getSSOAssertion(AttributeQuery query)
This method exams the SubjectConfirmationData of the Subject in the
AttributeQuery.
|
String |
AttributeMapper.getSSOTokenID(AttributeQuery query)
Returns the single sign on token ID to OpenAM from the query.
|
String |
DefaultAttributeMapper.getSSOTokenID(AttributeQuery query)
This method exams the SubjectConfirmation of the Subject in the
AttributeQuery.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.