Uses of Class
com.ibm.wsspi.security.oauth20.UserIdentityException
-
Packages that use UserIdentityException Package Description com.ibm.wsspi.security.oauth20 -
-
Uses of UserIdentityException in com.ibm.wsspi.security.oauth20
Methods in com.ibm.wsspi.security.oauth20 that throw UserIdentityException Modifier and Type Method 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.
-