|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Role | |
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 Role in uk.org.ogsadai.common.rolemap |
Classes in uk.org.ogsadai.common.rolemap that implement Role | |
class |
DatabaseRole
A class representing a database role (a user ID and password). |
Methods in uk.org.ogsadai.common.rolemap that return Role | |
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)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |