public interface IDMapper
| Modifier and Type | Method and Description |
|---|---|
ItimID |
mapSubjectToItimID(javax.security.auth.Subject subject)
Maps the authenticated user subject to ITIM account user ID and returns
the ITIM account user ID.
|
ItimID |
mapUserIDToItimID(java.lang.String userID)
Maps the authentication user ID to the ITIM account user ID and returns
the ITIM account user ID.
|
ItimID mapSubjectToItimID(javax.security.auth.Subject subject)
subject - The JAAS subject that represents the authenticated user.ItimIDItimID mapUserIDToItimID(java.lang.String userID)
userID - The user ID that represents the authenticated user.ItimID