public interface UserMapping
Modifier and Type | Method and Description |
---|---|
java.lang.String |
mapSAMLAssertionToName(com.ibm.websphere.wssecurity.wssapi.token.SAMLToken token)
Maps a SAMLToken to a valid user in the Registry.
|
java.lang.String mapSAMLAssertionToName(com.ibm.websphere.wssecurity.wssapi.token.SAMLToken token) throws UserMappingException, NotImplementedException
samlToken
- the SAMLTokenUserMappingException
- if the mapping of the
SAMLToken fails.NotImplementedException
- if this implementation is not supported.
In this case the default implementation is used.