Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

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 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.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes