Uses of Class
com.authlete.jaxrs.AccessTokenValidator.Params
-
Packages that use AccessTokenValidator.Params Package Description com.authlete.jaxrs -
-
Uses of AccessTokenValidator.Params in com.authlete.jaxrs
Methods in com.authlete.jaxrs that return AccessTokenValidator.Params Modifier and Type Method Description AccessTokenValidator.Params
AccessTokenValidator.Params. setAccessToken(String accessToken)
Set the access token to validate.AccessTokenValidator.Params
AccessTokenValidator.Params. setClientCertificate(String certificate)
Set the client certificate presented during the API call to the protected resource endpoint.AccessTokenValidator.Params
AccessTokenValidator.Params. setDpop(String dpop)
Set the DPoP proof JWT (the value of theDPoP
HTTP header).AccessTokenValidator.Params
AccessTokenValidator.Params. setHtm(String htm)
Set the HTTP method of the API call to the protected resource endpoint.AccessTokenValidator.Params
AccessTokenValidator.Params. setHtu(String htu)
Set the URL of the protected resource endpoint.AccessTokenValidator.Params
AccessTokenValidator.Params. setRequiredScopes(String[] scopes)
Set the scopes that must be associated with the access token.AccessTokenValidator.Params
AccessTokenValidator.Params. setRequiredSubject(String subject)
Set the subject (= user's unique identifier) that must be associated with the access token.Methods in com.authlete.jaxrs with parameters of type AccessTokenValidator.Params Modifier and Type Method Description AccessTokenInfo
AccessTokenValidator. validate(AccessTokenValidator.Params params)
Validate an access token.AccessTokenInfo
AccessTokenValidator. validate(AccessTokenValidator.Params params, com.authlete.common.api.Options options)
Validate an access token.AccessTokenInfo
BaseResourceEndpoint. validateAccessToken(com.authlete.common.api.AuthleteApi api, AccessTokenValidator.Params params)
Validate an access token.AccessTokenInfo
BaseResourceEndpoint. validateAccessToken(com.authlete.common.api.AuthleteApi api, AccessTokenValidator.Params params, com.authlete.common.api.Options options)
Validate an access token.
-