Package | Description |
---|---|
com.ibm.wsspi.security.oauth20 |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
UserCredentialResolver.mapToGroups(java.lang.String tokenString)
This method is for mapping the authentication token with the list of groups.
|
java.lang.String |
UserCredentialResolver.mapToRealm(java.lang.String tokenString)
This method is for mapping the authentication token with the Realm.
|
java.lang.String |
UserCredentialResolver.mapToUser(java.lang.String tokenString)
This method is for mapping the authentication token with the user name.
|
java.lang.String |
UserCredentialResolver.mapToUserUniqueID(java.lang.String tokenString)
This method is for mapping the authentication token with the user unique ID.
|