java.lang.Object
org.bzdev.ejws.SBLStore.Entry
- Enclosing class:
- SBLStore
Data stored for a user.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
pwmode
public boolean pwmodethe password mode (true for passwords; false for SBL data) -
data
The password or SBL data -
isActive
public boolean isActiveTrue if the entry is for an active user; false otherwise
-
-
Method Details
-
getPWMode
public boolean getPWMode()Determine if the data field contains a password or SBL data.- Returns:
- true for a password; false for SBL data
-
getData
Get a user's data stored in this object- Returns:
- either a password or
String-encoded SBL data.
-
isActive
public boolean isActive()Determine if a user is active.- Returns:
- true if the user is active; false otherise
-
isPending
public boolean isPending()Determine if a user is pending.- Returns:
- true if the user is pending; false otherise
-