Uses of Class
com.uwyn.rife.authentication.credentialsmanagers.RoleUserAttributes

Packages that use RoleUserAttributes
com.uwyn.rife.authentication.credentialsmanagers Provides classes and interfaces for managing RoleUser credentials. 
com.uwyn.rife.authentication.credentialsmanagers.exceptions Provides classes for the exceptions that can occur during the management of RoleUser credentials. 
 

Uses of RoleUserAttributes in com.uwyn.rife.authentication.credentialsmanagers
 

Methods in com.uwyn.rife.authentication.credentialsmanagers that return RoleUserAttributes
protected  RoleUserAttributes DatabaseUsers._getAttributes(Select getAttributes, Select getUserRoles, String login)
           
 RoleUserAttributes RoleUserAttributes.clone()
           
 RoleUserAttributes RoleUserIdentity.getAttributes()
           
 RoleUserAttributes MemoryUsers.getAttributes(String login)
           
 RoleUserAttributes IdentifiableUsersManager.getAttributes(String login)
          Retrieves the attributes of a particular user according to its unique login.
 

Methods in com.uwyn.rife.authentication.credentialsmanagers that return types with arguments of type RoleUserAttributes
 LinkedHashMap<String,RoleUserAttributes> Xml2MemoryUsers.getUsers()
           
 

Methods in com.uwyn.rife.authentication.credentialsmanagers with parameters of type RoleUserAttributes
protected  void DatabaseUsers._addUser(Insert addUserWithId, Select getFreeUserId, Select getRoleId, Insert addRoleLink, String login, RoleUserAttributes attributes)
           
protected  boolean DatabaseUsers._updateUser(Update updateUser, Delete removeRoleLinksByUser, Select getRoleId, Insert addRoleLink, String login, RoleUserAttributes attributes)
           
 MemoryUsers MemoryUsers.addUser(String login, RoleUserAttributes attributes)
           
 RoleUsersManager RoleUsersManager.addUser(String login, RoleUserAttributes attributes)
           
 boolean MemoryUsers.updateUser(String login, RoleUserAttributes attributes)
           
 boolean RoleUsersManager.updateUser(String login, RoleUserAttributes attributes)
           
 

Constructors in com.uwyn.rife.authentication.credentialsmanagers with parameters of type RoleUserAttributes
DatabaseUsers.RoleFetcher(RoleUserAttributes attributes)
           
RoleUserIdentity(String login, RoleUserAttributes attributes)
           
 

Uses of RoleUserAttributes in com.uwyn.rife.authentication.credentialsmanagers.exceptions
 

Methods in com.uwyn.rife.authentication.credentialsmanagers.exceptions that return RoleUserAttributes
 RoleUserAttributes UpdateUserErrorException.getAttributes()
           
 RoleUserAttributes UnknownRoleErrorException.getAttributes()
           
 RoleUserAttributes AddUserErrorException.getAttributes()
           
 

Constructors in com.uwyn.rife.authentication.credentialsmanagers.exceptions with parameters of type RoleUserAttributes
AddUserErrorException(String login, RoleUserAttributes attributes)
           
AddUserErrorException(String login, RoleUserAttributes attributes, Throwable cause)
           
UnknownRoleErrorException(String role, String login, RoleUserAttributes attributes)
           
UnknownRoleErrorException(String role, String login, RoleUserAttributes attributes, Throwable cause)
           
UpdateUserErrorException(String role, RoleUserAttributes attributes)
           
UpdateUserErrorException(String login, RoleUserAttributes attributes, Throwable cause)
           
 



Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.