IntrospectionRequest |
IntrospectionRequest.setAcrValues(String[] acrValues) |
Set the list of Authentication Context Class Reference values one of
which the user authentication performed during the course of issuing
the access token must satisfy.
|
IntrospectionRequest |
IntrospectionRequest.setClientCertificate(String clientCertificate) |
Set the client certificate used in the mutual TLS connection established
between the client application and the protected resource endpoint.
|
IntrospectionRequest |
IntrospectionRequest.setDpop(String dpop) |
Set the DPoP header presented by the client during the request
to the resource server.
|
IntrospectionRequest |
IntrospectionRequest.setDpopNonceRequired(boolean required) |
Set the flag indicating whether to check if the DPoP proof JWT includes
the expected nonce value.
|
IntrospectionRequest |
IntrospectionRequest.setHeaders(Pair[] headers) |
Set the HTTP headers included in the resource request.
|
IntrospectionRequest |
IntrospectionRequest.setHtm(String htm) |
Set the HTTP method of the request from the client to the protected
resource endpoint.
|
IntrospectionRequest |
IntrospectionRequest.setHtu(String htu) |
Set the URL of the protected resource endpoint.
|
IntrospectionRequest |
IntrospectionRequest.setMaxAge(int maxAge) |
Set the maximum authentication age which is the maximum allowable
elapsed time since the user authentication was performed during
the course of issuing the access token.
|
IntrospectionRequest |
IntrospectionRequest.setMessage(String message) |
Deprecated.
|
IntrospectionRequest |
IntrospectionRequest.setRequestBodyContained(boolean contained) |
Set the flag indicating whether the resource request contains a request
body.
|
IntrospectionRequest |
IntrospectionRequest.setRequiredComponents(String[] requiredComponents) |
Deprecated.
|
IntrospectionRequest |
IntrospectionRequest.setResources(URI[] resources) |
Set the resource indicators that the access token should cover.
|
IntrospectionRequest |
IntrospectionRequest.setScopes(String[] scopes) |
Set the scopes which are required to access the protected resource
endpoint.
|
IntrospectionRequest |
IntrospectionRequest.setSubject(String subject) |
Set the subject (= end-user ID managed by the service implementation)
which is required to access the protected resource endpoint.
|
IntrospectionRequest |
IntrospectionRequest.setTargetUri(URI targetUri) |
Set the target URI of the resource request, including the query part,
if any.
|
IntrospectionRequest |
IntrospectionRequest.setToken(String token) |
Set the access token to introspect.
|
IntrospectionRequest |
IntrospectionRequest.setUri(String uri) |
Deprecated.
|