public interface UserCredentialResolver
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
mapSAMLAssertionToGroups(com.ibm.websphere.security.saml2.Saml20Token token)
This API maps a Saml20Token into a Group list.
|
java.lang.String |
mapSAMLAssertionToRealm(com.ibm.websphere.security.saml2.Saml20Token token)
This API maps a Saml20Token into a Realm.
|
java.lang.String |
mapSAMLAssertionToUser(com.ibm.websphere.security.saml2.Saml20Token token)
This API maps a Saml20Token into a User Name.
|
java.lang.String |
mapSAMLAssertionToUserUniqueID(com.ibm.websphere.security.saml2.Saml20Token token)
This API maps a Saml20Token into a user unique ID.
|
java.lang.String mapSAMLAssertionToUser(com.ibm.websphere.security.saml2.Saml20Token token) throws UserIdentityException
saml20Token
- -- the token with SAML Assertion (see com.ibm.wsspi.security.saml2.Saml20Token)UserIdentityException
- -- The Service Provider will fail the SAML Token.java.util.List<java.lang.String> mapSAMLAssertionToGroups(com.ibm.websphere.security.saml2.Saml20Token token) throws UserIdentityException
saml20Token
- -- the token with SAML Assertion (see com.ibm.wsspi.security.saml2.Saml20Token)UserIdentityException
- -- The Service Provider will fail the SAML Token.java.lang.String mapSAMLAssertionToUserUniqueID(com.ibm.websphere.security.saml2.Saml20Token token) throws UserIdentityException
saml20Token
- -- the token with SAML Assertion (see com.ibm.wsspi.security.saml2.Saml20Token)UserIdentityException
- -- The Service Provider will fail the SAML Token.java.lang.String mapSAMLAssertionToRealm(com.ibm.websphere.security.saml2.Saml20Token token) throws UserIdentityException
saml20Token
- -- the token with SAML Assertion (see com.ibm.wsspi.security.saml2.Saml20Token)UserIdentityException
- -- The Service Provider will fail the SAML Token.