StandardIntrospectionRequest |
StandardIntrospectionRequest.setHttpAcceptHeader(String header) |
Set the value of the HTTP Accept header in the introspection
request.
|
StandardIntrospectionRequest |
StandardIntrospectionRequest.setIntrospectionEncryptionAlg(JWEAlg alg) |
Set the JWE alg algorithm for encrypting the introspection
response.
|
StandardIntrospectionRequest |
StandardIntrospectionRequest.setIntrospectionEncryptionEnc(JWEEnc enc) |
Set the JWE enc algorithm for encrypting the introspection
response.
|
StandardIntrospectionRequest |
StandardIntrospectionRequest.setIntrospectionSignAlg(JWSAlg alg) |
Set the JWS alg algorithm for signing the introspection
response.
|
StandardIntrospectionRequest |
StandardIntrospectionRequest.setParameters(String parameters) |
Set the value of parameters that represents the
request parameters which the introspection endpoint of
the authorization server received.
|
StandardIntrospectionRequest |
StandardIntrospectionRequest.setPublicKeyForEncryption(String key) |
Set the public key for encrypting the introspection response with
an asymmetric algorithm.
|
StandardIntrospectionRequest |
StandardIntrospectionRequest.setRsUri(URI uri) |
Set the URI of the resource server making the introspection request.
|
StandardIntrospectionRequest |
StandardIntrospectionRequest.setSharedKeyForEncryption(String key) |
Set the shared key for encrypting the introspection response with
a symmetric algorithm.
|
StandardIntrospectionRequest |
StandardIntrospectionRequest.setSharedKeyForSign(String key) |
Set the shared key for signing the introspection response with
a symmetric algorithm.
|
StandardIntrospectionRequest |
StandardIntrospectionRequest.setWithHiddenProperties(boolean with) |
Set the flag which indicates whether to include hidden properties
associated with the token in the output.
|