java.lang.Object
org.bzdev.ejws.EjwsAuthenticator.Entry
org.bzdev.ejws.EjwsBasicAuthenticator.Entry
- Direct Known Subclasses:
EjwsSecureBasicAuth.Entry
- Enclosing class:
- EjwsBasicAuthenticator
User entry.
This object contains a user's password and roles.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.bzdev.ejws.EjwsAuthenticator.Entry
getRoles, getSBL, getSecureBasicUtilities, isActive, isSBLCompressed, makeActive, setActive, setSBL, setSBLCompressed
-
Field Details
-
pw
-
-
Constructor Details
-
Entry
Constructor.- Parameters:
pw- a password for a user
-
Entry
Constructor with roles.- 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.- Overrides:
getPasswordin classEjwsAuthenticator.Entry- Returns:
- the password
-