Class AuthKeyHints
- java.lang.Object
-
- com.jalios.jcms.authentication.accesstoken.AccessTokenOptions
-
- com.jalios.jcms.authentication.handlers.AuthKeyHints
-
@Deprecated(since="10.0.8") public class AuthKeyHints extends AccessTokenOptions
Deprecated.since 10.0.8 / JCMS-4770, useAccessTokenOptions
Contains elements that may be used to construct an AuthKey- Since:
- JCMS-6.0
- Author:
- dissert
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.jalios.jcms.authentication.accesstoken.AccessTokenOptions
AccessTokenOptions.Builder
-
-
Constructor Summary
Constructors Constructor Description AuthKeyHints()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.String
getVersion()
Deprecated.since 10.0.8 / JCMS-4770, no longer used, suitable authkey format automatically computed from options specifiedvoid
setVersion(java.lang.String version)
Deprecated.since 10.0.8 / JCMS-4770, no longer used, suitable authkey format automatically computed from options specified-
Methods inherited from class com.jalios.jcms.authentication.accesstoken.AccessTokenOptions
builder, getAuthor, getExpiration, getIpMask, getMethods, getName, isPrefixMode, isRevokable, isTechnical, isUserCreated, revokable, setExpiration, setIpMask, setMethods, setName, setPrefixMode
-
-
-
-
Method Detail
-
getVersion
@Deprecated public java.lang.String getVersion()
Deprecated.since 10.0.8 / JCMS-4770, no longer used, suitable authkey format automatically computed from options specified- Returns:
- the version used to create a given authkey.
-
setVersion
@Deprecated public void setVersion(java.lang.String version)
Deprecated.since 10.0.8 / JCMS-4770, no longer used, suitable authkey format automatically computed from options specifiedAs the format of the authkey may be modified, to maintain compatibility, a version of the format is embedded in the authkey.- Parameters:
version
-
-
-