Class AuthKeyHints


  • @Deprecated(since="10.0.8")
    public class AuthKeyHints
    extends AccessTokenOptions
    Deprecated.
    since 10.0.8 / JCMS-4770, use AccessTokenOptions
    Contains elements that may be used to construct an AuthKey
    Since:
    JCMS-6.0
    Author:
    dissert
    • Constructor Detail

      • AuthKeyHints

        public AuthKeyHints()
        Deprecated.
    • 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 specified
        As the format of the authkey may be modified, to maintain compatibility, a version of the format is embedded in the authkey.
        Parameters:
        version -