java.lang.Object
org.bzdev.ejws.EjwsBasicAuthenticator.Entry
- Enclosing class:
- EjwsBasicAuthenticator
User entry.
This object contains a user's password and roles.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the password stored in this entry.getRoles()
Get the roles stored in this entry
-
Constructor Details
-
Entry
Constructor.- Parameters:
pw
- a password for a userroles
- a set of roles that a user may have
-
-
Method Details
-
getPassword
Get the password stored in this entry.- Returns:
- the password
-
getRoles
Get the roles stored in this entry- Returns:
- a set of roles; null if not applicable
-