|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UserMapping
Implementing this interface enables WebSphere Security to use customized mapping for SAML Assertion. Implementation of this interface must provide implementations for:
Method Summary | |
---|---|
java.lang.String |
mapSAMLAssertionToName(com.ibm.websphere.wssecurity.wssapi.token.SAMLToken token)
Maps a SAMLToken to a valid user in the Registry. |
Method Detail |
---|
java.lang.String mapSAMLAssertionToName(com.ibm.websphere.wssecurity.wssapi.token.SAMLToken token) throws UserMappingException, NotImplementedException
samlToken
- the SAMLToken
UserMappingException
- if the mapping of the
SAMLToken fails.
NotImplementedException
- if this implementation is not supported.
In this case the default implementation is used.
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |