Uses of Package
uk.org.ogsadai.common.rolemap

Packages that use uk.org.ogsadai.common.rolemap
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. 
uk.org.ogsadai.dataresource Provides the data service resource layer of OGSA-DAI and also the core data data resource accessors. 
 

Classes in uk.org.ogsadai.common.rolemap used by uk.org.ogsadai.common.rolemap
CryptographyException
          Exception thrown when there is an encryption/decryption problem.
Role
          This empty interface is provided to represent a role when mapping distinguish between user security credentials to some user name and password or some other authorisation mechanism.
RoleMapAuthorizationException
          Authorization exception thrown by role mappers when the user is not authorized.
RoleMapCannotAuthorizeException
          An exception thrown when trying to authorize.
RoleMapConfigurationException
          An exception thrown when trying to configure role maps.
RoleMapper
          An interface for a component that maps user security credentials to database user names and passwords.
 

Classes in uk.org.ogsadai.common.rolemap used by uk.org.ogsadai.dataresource
RoleMapConfigurationException
          An exception thrown when trying to configure role maps.
RoleMapper
          An interface for a component that maps user security credentials to database user names and passwords.
RoleMapperCreationException
          A problem arose when creating a role mapper.