public interface GenericTransportToken
Modifier and Type | Method and Description |
---|---|
int |
getMaxAgeInSeconds()
Token age.
|
java.lang.String |
getTokenDomain()
Token domain.
|
java.lang.String |
getTokenName()
Name of the token.
|
java.lang.String |
getTokenValue()
Value of the token
|
java.lang.String |
getTokenVersion()
Version of the token.
|
boolean |
isSecure()
secure flag used for HTTP cookies
|
void |
setMaxAgeInSeconds(int maxAgeInSeconds)
sets the max age of the token.
|
void |
setSecure(boolean isSecure) |
void |
setTokenDomain(java.lang.String tokenDomain)
sets the domain of the token.
|
void |
setTokenValue(java.lang.String tokenValue)
set the secure flag for the token.
|
void |
setTokenVersion(java.lang.String tokenVersion)
sets the version of the token.
|
java.lang.String getTokenName()
java.lang.String getTokenVersion()
int getMaxAgeInSeconds()
boolean isSecure()
java.lang.String getTokenValue()
java.lang.String getTokenDomain()
void setTokenVersion(java.lang.String tokenVersion)
tokenVersion
- void setMaxAgeInSeconds(int maxAgeInSeconds)
maxAgeInSeconds
- void setSecure(boolean isSecure)
isSecure
- void setTokenValue(java.lang.String tokenValue)
tokenValue
- void setTokenDomain(java.lang.String tokenDomain)
tokenDomain
-