Package rife.authentication.credentials


package rife.authentication.credentials
Provides classes and interfaces for credentials and "remember me" data structures.
Since:
1.0
  • Class
    Description
    This interface needs to be implemented by all credentials classes that are allowed to be remembered.
    Provides standard RoleUserCredentials functionalities by implementing the property accessors and setting up basic validation rules.
    This interface needs to be implemented by all credentials classes that work with RoleUsersManagers, which is the default user management in RIFE.