Uses of Interface
com.uwyn.rife.authentication.Credentials

Packages that use Credentials
com.uwyn.rife.authentication Provides classes, interfaces and elements for credentials, authentication sessions and "remember me" management. 
com.uwyn.rife.authentication.credentials Provides classes and interfaces for credentials and "remember me" data structures. 
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. 
com.uwyn.rife.authentication.elements Provides elements for authentication and logout, using the variety of backend stores available. 
 

Uses of Credentials in com.uwyn.rife.authentication
 

Methods in com.uwyn.rife.authentication with parameters of type Credentials
 long CredentialsManager.verifyCredentials(Credentials credentials)
          Verifies the validity of the provided Credentials instance.
 

Uses of Credentials in com.uwyn.rife.authentication.credentials
 

Subinterfaces of Credentials in com.uwyn.rife.authentication.credentials
 interface RoleUserCredentials
          This interface needs to be implemented by all credentials classes that work with RoleUsersManagers, which is the default user management in RIFE.
 

Classes in com.uwyn.rife.authentication.credentials that implement Credentials
 class RoleUser
          Provides standard RoleUserCredentials functionalities by implementing the property accessors and setting up basic validation rules.
 

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

Methods in com.uwyn.rife.authentication.credentialsmanagers with parameters of type Credentials
protected  long DatabaseUsers._verifyCredentials(Select verifyCredentialsNoRole, Select verifyCredentialsRole, Credentials credentials)
           
 long MemoryUsers.verifyCredentials(Credentials credentials)
           
 

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

Methods in com.uwyn.rife.authentication.credentialsmanagers.exceptions that return Credentials
 Credentials VerifyCredentialsErrorException.getCredentials()
           
 Credentials UnsupportedCredentialsTypeException.getCredentials()
           
 

Constructors in com.uwyn.rife.authentication.credentialsmanagers.exceptions with parameters of type Credentials
UnsupportedCredentialsTypeException(Credentials credentials)
           
VerifyCredentialsErrorException(Credentials credentials)
           
VerifyCredentialsErrorException(Credentials credentials, Throwable cause)
           
 

Uses of Credentials in com.uwyn.rife.authentication.elements
 

Methods in com.uwyn.rife.authentication.elements that return types with arguments of type Credentials
 Class<? extends Credentials> Authenticated.getCredentialsClass()
          Returns the class that is used for handling the credentials.
 Class<? extends Credentials> AuthenticatedDeployer.getCredentialsClass()
           
 

Methods in com.uwyn.rife.authentication.elements with parameters of type Credentials
protected  void Authenticated.acceptedCredentials(Credentials credentials)
          Hook method that is called when valid credentials have been accepted by the CredentialsManager that backs this authentication element.
protected  void Authenticated.refusedCredentials(Template template, Credentials credentials)
          Hook method that is called when valid credentials have been rejected by the CredentialsManager that backs this authentication element.
protected  void Authenticated.sessionCreationError(Template template, Credentials credentials)
          Hook method that is called when the SessionManager couldn't create a new authentication session of valid and accepted credentials.
protected  void Authenticated.unvalidatedCredentials(Template template, Credentials credentials)
          Hook method that is called on login form submission when validation of the credentials produces validation errors.
protected  void RoleUserAuthenticated.validatedCredentials(Credentials credentials)
           
protected  void Authenticated.validatedCredentials(Credentials credentials)
          Hook method that is called on login form submission when the credentials are validated without errors
 

Method parameters in com.uwyn.rife.authentication.elements with type arguments of type Credentials
protected  void AuthenticatedDeployer.setCredentialsClass(Class<? extends Credentials> credentialsClass)
           
 



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