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

Packages that use RoleMapConfigurationException
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 RoleMapConfigurationException in uk.org.ogsadai.common.rolemap
 

Methods in uk.org.ogsadai.common.rolemap that throw RoleMapConfigurationException
 void RoleMapper.setConfiguration(java.lang.String configuration)
          Configures the role mapper.
 void SimpleFileWithEncryptedPasswordsRoleMapper.setConfiguration(java.lang.String filename)
          Read a set of mappings, for one or more databases, from user security credentials to user names and passwords.
 void SimpleFileRoleMapper.setConfiguration(java.lang.String fileName)
          Read a set of mappings, for one or more databases, from user security credentials to user names and passwords.
 

Uses of RoleMapConfigurationException in uk.org.ogsadai.dataresource
 

Methods in uk.org.ogsadai.dataresource that throw RoleMapConfigurationException
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.