Class DefaultAuthToken
- java.lang.Object
-
- com.flowable.platform.common.security.DefaultAuthToken
-
-
Field Summary
Fields Modifier and Type Field Description protected Instant
expiresAt
protected String
tokenValue
-
Constructor Summary
Constructors Constructor Description DefaultAuthToken(String tokenValue)
DefaultAuthToken(String tokenValue, Instant expiresAt)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Instant
getExpiresAt()
String
getTokenValue()
-
-
-
Method Detail
-
getExpiresAt
public Instant getExpiresAt()
- Specified by:
getExpiresAt
in interfaceAuthToken
-
getTokenValue
public String getTokenValue()
- Specified by:
getTokenValue
in interfaceAuthToken
-
-