Class TokenInfo
java.lang.Object
org.eblocker.server.http.security.TokenInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonglongboolean
-
Constructor Details
-
TokenInfo
public TokenInfo(AppContext appContext, long expiresOn, long tokenValiditySeconds, boolean authenticationValid) -
TokenInfo
-
-
Method Details
-
getAppContext
-
getExpiresOn
public long getExpiresOn() -
getTokenValiditySeconds
public long getTokenValiditySeconds() -
isAuthenticationValid
public boolean isAuthenticationValid()
-