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