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.ParamsAccessTokenValidator.Params. setAccessToken(String accessToken)Set the access token to validate.AccessTokenValidator.ParamsAccessTokenValidator.Params. setClientCertificate(String certificate)Set the client certificate presented during the API call to the protected resource endpoint.AccessTokenValidator.ParamsAccessTokenValidator.Params. setDpop(String dpop)Set the DPoP proof JWT (the value of theDPoPHTTP header).AccessTokenValidator.ParamsAccessTokenValidator.Params. setHtm(String htm)Set the HTTP method of the API call to the protected resource endpoint.AccessTokenValidator.ParamsAccessTokenValidator.Params. setHtu(String htu)Set the URL of the protected resource endpoint.AccessTokenValidator.ParamsAccessTokenValidator.Params. setRequiredScopes(String[] scopes)Set the scopes that must be associated with the access token.AccessTokenValidator.ParamsAccessTokenValidator.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 AccessTokenInfoAccessTokenValidator. validate(AccessTokenValidator.Params params)Validate an access token.AccessTokenInfoAccessTokenValidator. validate(AccessTokenValidator.Params params, com.authlete.common.api.Options options)Validate an access token.AccessTokenInfoBaseResourceEndpoint. validateAccessToken(com.authlete.common.api.AuthleteApi api, AccessTokenValidator.Params params)Validate an access token.AccessTokenInfoBaseResourceEndpoint. validateAccessToken(com.authlete.common.api.AuthleteApi api, AccessTokenValidator.Params params, com.authlete.common.api.Options options)Validate an access token.
-