Uses of Package
com.uwyn.rife.authentication

Packages that use com.uwyn.rife.authentication
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. 
com.uwyn.rife.authentication.remembermanagers Provides managers classes for "remember me" support. 
com.uwyn.rife.authentication.sessionmanagers Provides managers classes for authentication sessions support. 
com.uwyn.rife.authentication.sessionvalidators Provides implementation classes for the session validators. 
 

Classes in com.uwyn.rife.authentication used by com.uwyn.rife.authentication
Credentials
          This interface defines the methods that classes with Credentials functionalities have to implement.
CredentialsManager
          This interface defines the methods that classes with CredentialsManager functionalities have to implement.
ListSessions
          This interface to be able to list all the active sessions in a SessionManager without having to store them all in memory.
RememberManager
          This interface defines the methods that classes with RememberManager functionalities have to implement.
SessionAttributes
          This interface defines the methods that classes with SessionAttributes functionalities have to implement.
SessionManager
          This interface defines the methods that classes with SessionManager functionalities have to implement.
SessionValidator
          This interface defines the methods that classes with SessionValidator functionalities have to implement.
 

Classes in com.uwyn.rife.authentication used by com.uwyn.rife.authentication.credentials
Credentials
          This interface defines the methods that classes with Credentials functionalities have to implement.
 

Classes in com.uwyn.rife.authentication used by com.uwyn.rife.authentication.credentialsmanagers
Credentials
          This interface defines the methods that classes with Credentials functionalities have to implement.
CredentialsManager
          This interface defines the methods that classes with CredentialsManager functionalities have to implement.
PasswordEncrypting
          Credentials managers that can encrypt passwords implement this interface.
 

Classes in com.uwyn.rife.authentication used by com.uwyn.rife.authentication.credentialsmanagers.exceptions
Credentials
          This interface defines the methods that classes with Credentials functionalities have to implement.
 

Classes in com.uwyn.rife.authentication used by com.uwyn.rife.authentication.elements
Credentials
          This interface defines the methods that classes with Credentials functionalities have to implement.
CredentialsManager
          This interface defines the methods that classes with CredentialsManager functionalities have to implement.
RememberManager
          This interface defines the methods that classes with RememberManager functionalities have to implement.
SessionAttributes
          This interface defines the methods that classes with SessionAttributes functionalities have to implement.
SessionManager
          This interface defines the methods that classes with SessionManager functionalities have to implement.
SessionValidator
          This interface defines the methods that classes with SessionValidator functionalities have to implement.
 

Classes in com.uwyn.rife.authentication used by com.uwyn.rife.authentication.remembermanagers
RememberManager
          This interface defines the methods that classes with RememberManager functionalities have to implement.
 

Classes in com.uwyn.rife.authentication used by com.uwyn.rife.authentication.sessionmanagers
ListSessions
          This interface to be able to list all the active sessions in a SessionManager without having to store them all in memory.
SessionManager
          This interface defines the methods that classes with SessionManager functionalities have to implement.
 

Classes in com.uwyn.rife.authentication used by com.uwyn.rife.authentication.sessionvalidators
CredentialsManager
          This interface defines the methods that classes with CredentialsManager functionalities have to implement.
RememberManager
          This interface defines the methods that classes with RememberManager functionalities have to implement.
SessionAttributes
          This interface defines the methods that classes with SessionAttributes functionalities have to implement.
SessionManager
          This interface defines the methods that classes with SessionManager functionalities have to implement.
SessionValidator
          This interface defines the methods that classes with SessionValidator functionalities have to implement.
 



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