Class DefaultAuthToken
- java.lang.Object
-
- com.flowable.platform.common.security.DefaultAuthToken
-
-
Field Summary
Fields Modifier and Type Field Description protected InstantexpiresAtprotected StringtokenValue
-
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 InstantgetExpiresAt()StringgetTokenValue()
-
-
-
Method Detail
-
getExpiresAt
public Instant getExpiresAt()
- Specified by:
getExpiresAtin interfaceAuthToken
-
getTokenValue
public String getTokenValue()
- Specified by:
getTokenValuein interfaceAuthToken
-
-