public interface SAML2CredentialAttributeMapper
| Modifier and Type | Method and Description | 
|---|---|
Collection<SAML2AttributeStatementInfo> | 
mapAttributes(Subject subject,
             ContextHandler handler)
Maps attribute information from any application-specific sources to a collection of
  
SAML2AttributeStatementInfo, each of which will be used to construct an 
 <AttributeStatement> element in a SAML 2.0 assertion. | 
Collection<SAML2AttributeStatementInfo> mapAttributes(Subject subject, ContextHandler handler)
SAML2AttributeStatementInfo, each of which will be used to construct an 
 <AttributeStatement> element in a SAML 2.0 assertion.subject - represents an authenticated user with which the attributes are associatedhandler - the context handler that can hold additional information for attribute mapping