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 AccessTokenOptions
AccessTokenOptions.Builder. build()
Build a new AccessTokenOptions.Methods in com.jalios.jcms.authentication.accesstoken with parameters of type AccessTokenOptions Modifier and Type Method Description static AccessToken
AccessTokenManager. 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 class
AuthKeyHints
Deprecated.since 10.0.8 / JCMS-4770, useAccessTokenOptions
Methods in com.jalios.jcms.authentication.handlers with parameters of type AccessTokenOptions Modifier and Type Method Description static java.lang.String
AuthKeyAuthenticationHandler. getAuthKeyValue(java.lang.String url, Member member, AccessTokenOptions options)
Retrieves a new authentication key value for the specified options.static java.lang.String
AuthKeyAuthenticationHandler. 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.JwtClaims
JwtManager. generateDefaultClaims(Member mbr, java.lang.String issuer, java.lang.String url, AccessTokenOptions options)
Generated the default JWT claims for the specified optionsorg.jose4j.jwt.JwtClaims
JwtManager. generateDefaultClaims(java.lang.String mbrLoginOrId, java.lang.String issuer, java.lang.String url, AccessTokenOptions options)
Generated the default JWT claims for the specified options
-