Uses of Class
com.uwyn.rife.authentication.exceptions.CredentialsManagerException

Packages that use CredentialsManagerException
com.uwyn.rife.authentication Provides classes, interfaces and elements for credentials, authentication sessions and "remember me" management. 
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 CredentialsManagerException in com.uwyn.rife.authentication
 

Methods in com.uwyn.rife.authentication that throw CredentialsManagerException
 long CredentialsManager.verifyCredentials(Credentials credentials)
          Verifies the validity of the provided Credentials instance.
 

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

Methods in com.uwyn.rife.authentication.credentialsmanagers that throw CredentialsManagerException
protected  void DatabaseUsers._addRole(SequenceValue getRoleId, Insert addRole, String role)
           
protected  void DatabaseUsers._addUser(Insert addUserWithId, Select getFreeUserId, Select getRoleId, Insert addRoleLink, String login, RoleUserAttributes attributes)
           
protected  void DatabaseUsers._clearUsers(Delete clearUsers)
           
protected  boolean DatabaseUsers._containsRole(Select containsRole, String role)
           
protected  boolean DatabaseUsers._containsUser(Select containsUser, String login)
           
protected  long DatabaseUsers._countRoles(Select countRoles)
           
protected  long DatabaseUsers._countUsers(Select countUsers)
           
protected  RoleUserAttributes DatabaseUsers._getAttributes(Select getAttributes, Select getUserRoles, String login)
           
protected  String DatabaseUsers._getLogin(Select getLogin, long userId)
           
protected  long DatabaseUsers._getUserId(Select getUserId, String login)
           
protected  boolean DatabaseUsers._install(CreateSequence createSequenceRole, CreateTable createTableRole, CreateTable createTableUser, CreateTable createTableRoleLink)
           
protected  boolean DatabaseUsers._isUserInRole(Select isUserInRole, long userId, String role)
           
protected  boolean DatabaseUsers._listRoles(Select listRolesQuery, ListRoles processor)
           
protected  boolean DatabaseUsers._listUserRoles(Select listUserRolesQuery, String login, ListRoles processor)
           
protected  boolean DatabaseUsers._listUsers(Select listUsersQuery, ListUsers processor)
           
protected  boolean DatabaseUsers._listUsers(Select listUsersRangedQuery, ListUsers processor, int limit, int offset)
           
protected  boolean DatabaseUsers._listUsersInRole(Select listUsersInRole, ListUsers processor, String role)
           
protected  boolean DatabaseUsers._remove(DropSequence dropSequenceRole, DropTable dropTableRole, DropTable dropTableUser, DropTable dropTableRoleLink)
           
protected  boolean DatabaseUsers._removeRole(Delete removeRole, String name)
           
protected  boolean DatabaseUsers._removeUser(Delete removeUserByUserId, long userId)
           
protected  boolean DatabaseUsers._removeUser(Delete removeUserByLogin, String login)
           
protected  boolean DatabaseUsers._updateUser(Update updateUser, Delete removeRoleLinksByUser, Select getRoleId, Insert addRoleLink, String login, RoleUserAttributes attributes)
           
protected  long DatabaseUsers._verifyCredentials(Select verifyCredentialsNoRole, Select verifyCredentialsRole, Credentials credentials)
           
 MemoryUsers MemoryUsers.addRole(String role)
           
 RoleUsersManager RoleUsersManager.addRole(String role)
           
 MemoryUsers MemoryUsers.addUser(String login, RoleUserAttributes attributes)
           
 RoleUsersManager RoleUsersManager.addUser(String login, RoleUserAttributes attributes)
           
 void RoleUsersManager.clearUsers()
           
 boolean RoleUsersManager.containsRole(String role)
           
 boolean RoleUsersManager.containsUser(String login)
           
 long RoleUsersManager.countRoles()
           
 long RoleUsersManager.countUsers()
           
 RoleUserAttributes IdentifiableUsersManager.getAttributes(String login)
          Retrieves the attributes of a particular user according to its unique login.
 String IdentifiableUsersManager.getLogin(long userId)
          Retrieves the login of a particular user according to its unique ID.
 long RoleUsersManager.getUserId(String login)
           
abstract  boolean DatabaseUsers.install()
           
 boolean RoleUsersManager.isUserInRole(long userId, String role)
           
 boolean RoleUsersManager.listRoles(ListRoles processor)
           
 boolean MemoryUsers.listUserRoles(String login, ListRoles processor)
           
 boolean RoleUsersManager.listUserRoles(String login, ListRoles processor)
           
 boolean RoleUsersManager.listUsers(ListUsers processor)
           
 boolean RoleUsersManager.listUsers(ListUsers processor, int limit, int offset)
           
 boolean MemoryUsers.listUsersInRole(ListUsers processor, String role)
           
 boolean RoleUsersManager.listUsersInRole(ListUsers processor, String role)
           
abstract  boolean DatabaseUsers.remove()
           
 boolean RoleUsersManager.removeRole(String name)
           
 boolean RoleUsersManager.removeUser(long userId)
           
 boolean RoleUsersManager.removeUser(String login)
           
 void MemoryUsers.storeToXml()
           
 void MemoryUsers.storeToXml(File destination)
           
 boolean MemoryUsers.updateUser(String login, RoleUserAttributes attributes)
           
 boolean RoleUsersManager.updateUser(String login, RoleUserAttributes attributes)
           
 long MemoryUsers.verifyCredentials(Credentials credentials)
           
 

Constructors in com.uwyn.rife.authentication.credentialsmanagers that throw CredentialsManagerException
MemoryUsers(String xmlPath, ResourceFinder resourceFinder)
           
 

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

Subclasses of CredentialsManagerException in com.uwyn.rife.authentication.credentialsmanagers.exceptions
 class AddRoleErrorException
           
 class AddUserErrorException
           
 class CantFindXmlPathException
           
 class CantWriteToDestinationException
           
 class ClearUsersErrorException
           
 class ContainsRoleErrorException
           
 class ContainsUserErrorException
           
 class CountRolesErrorException
           
 class CountUsersErrorException
           
 class DuplicateLoginException
           
 class DuplicateRoleException
           
 class DuplicateUserIdException
           
 class GetAttributesErrorException
           
 class GetLoginErrorException
           
 class GetUserIdErrorException
           
 class InitializationErrorException
           
 class InstallCredentialsErrorException
           
 class IsUserInRoleErrorException
           
 class IsUserValidErrorException
           
 class ListRolesErrorException
           
 class ListUsersErrorException
           
 class MissingXmlPathException
           
 class RemoveCredentialsErrorException
           
 class RemoveRoleErrorException
           
 class RemoveUserErrorException
           
 class StoreXmlErrorException
           
 class UnknownRoleErrorException
           
 class UnsupportedCredentialsTypeException
           
 class UpdateUserErrorException
           
 class VerifyCredentialsErrorException
           
 



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