Package com.jgcomptech.tools.authc
Interface Account
-
- All Superinterfaces:
AuthenticationInfo
,AuthorizationInfo
,java.io.Serializable
- All Known Implementing Classes:
UserAccount
public interface Account extends AuthenticationInfo, AuthorizationInfo
Interface used for account objects that combines authentication info and authorization info.- Since:
- 1.5.0
-
-
Method Summary
-
Methods inherited from interface com.jgcomptech.tools.authc.AuthenticationInfo
getCreationDate, getPasswordExpirationDate, getUsername, hasPasswordExpiration, isLocked, isPasswordExpired
-
Methods inherited from interface com.jgcomptech.tools.authz.AuthorizationInfo
getRoles
-
-