Uses of Class
com.jalios.jcms.authentication.accesstoken.AccessTokenOptions
-
Packages that use AccessTokenOptions Package Description com.jalios.jcms.authentication.accesstoken com.jalios.jcms.authentication.handlers com.jalios.jcms.security -
-
Uses of AccessTokenOptions in com.jalios.jcms.authentication.accesstoken
Methods in com.jalios.jcms.authentication.accesstoken that return AccessTokenOptions Modifier and Type Method Description AccessTokenOptionsAccessTokenOptions.Builder. build()Build a new AccessTokenOptions.Methods in com.jalios.jcms.authentication.accesstoken with parameters of type AccessTokenOptions Modifier and Type Method Description static AccessTokenAccessTokenManager. createAccessToken(Member member, java.lang.String url, AccessTokenOptions hints, java.lang.String fingerprint, AccessTokenManager.TokenType tokenType)Create a new AccessToken in the db for the specified token. -
Uses of AccessTokenOptions in com.jalios.jcms.authentication.handlers
Subclasses of AccessTokenOptions in com.jalios.jcms.authentication.handlers Modifier and Type Class Description classAuthKeyHintsDeprecated.since 10.0.8 / JCMS-4770, useAccessTokenOptionsMethods in com.jalios.jcms.authentication.handlers with parameters of type AccessTokenOptions Modifier and Type Method Description static java.lang.StringAuthKeyAuthenticationHandler. getAuthKeyValue(java.lang.String url, Member member, AccessTokenOptions options)Retrieves a new authentication key value for the specified options.static java.lang.StringAuthKeyAuthenticationHandler. getUrlWithAddedAuthKeyParam(java.lang.String url, Member member, AccessTokenOptions options, boolean escapeAmpersand)Append a valid authentication key parameter name/value to the specified URL. -
Uses of AccessTokenOptions in com.jalios.jcms.security
Methods in com.jalios.jcms.security with parameters of type AccessTokenOptions Modifier and Type Method Description org.jose4j.jwt.JwtClaimsJwtManager. generateDefaultClaims(Member mbr, java.lang.String issuer, java.lang.String url, AccessTokenOptions options)Generated the default JWT claims for the specified optionsorg.jose4j.jwt.JwtClaimsJwtManager. generateDefaultClaims(java.lang.String mbrLoginOrId, java.lang.String issuer, java.lang.String url, AccessTokenOptions options)Generated the default JWT claims for the specified options
-