Uses of Interface
uk.org.ogsadai.common.rolemap.RoleMapper

Packages that use RoleMapper
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. 
 

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

Classes in uk.org.ogsadai.common.rolemap that implement RoleMapper
 class SimpleFileRoleMapper
          A component that maps user security credentials to database user names and passwords.
 class SimpleFileWithEncryptedPasswordsRoleMapper
          A component that maps user security credentials to database user names and passwords.
 

Uses of RoleMapper in uk.org.ogsadai.dataresource
 

Fields in uk.org.ogsadai.dataresource declared as RoleMapper
private  RoleMapper JDBCDataResourceAccessor.mRoleMapper
           
private  RoleMapper XMLDBDataResourceAccessor.mRoleMapper
           
 

Methods in uk.org.ogsadai.dataresource that return RoleMapper
private  RoleMapper JDBCDataResourceAccessor.getRoleMapper(org.w3c.dom.Document configDoc)
          Extracts the role mapper implementation class, creates an instance of it and initialises it with a role map file.
private  RoleMapper XMLDBDataResourceAccessor.getRoleMapper(org.w3c.dom.Document configDoc)
          Extracts the role mapper implementation class, creates an instance of it and initialises it with a role map file.