Uses of Class
uk.org.ogsadai.common.rolemap.RoleMapCannotAuthorizeException

Packages that use RoleMapCannotAuthorizeException
uk.org.ogsadai.common.rolemap This package provides a set of classes to support the mapping of security credentials to usernames and passwords - role mapping. 
 

Uses of RoleMapCannotAuthorizeException in uk.org.ogsadai.common.rolemap
 

Methods in uk.org.ogsadai.common.rolemap that throw RoleMapCannotAuthorizeException
 Role RoleMapper.map(java.lang.String credentials, java.lang.String database)
          Maps the given credentials and database onto a role which can be used to access the database.
 Role SimpleFileWithEncryptedPasswordsRoleMapper.map(java.lang.String credentials, java.lang.String database)
           
 Role SimpleFileRoleMapper.map(java.lang.String credentials, java.lang.String database)