IntrospectionRequestHandler.Params |
IntrospectionRequestHandler.Params.setHttpAcceptHeader(String header) |
Set the value of the HTTP Accept header in the introspection
request.
|
IntrospectionRequestHandler.Params |
IntrospectionRequestHandler.Params.setIntrospectionEncryptionAlg(com.authlete.common.types.JWEAlg alg) |
Set the JWE alg algorithm for encrypting the introspection
response.
|
IntrospectionRequestHandler.Params |
IntrospectionRequestHandler.Params.setIntrospectionEncryptionEnc(com.authlete.common.types.JWEEnc enc) |
Set the JWE enc algorithm for encrypting the introspection
response.
|
IntrospectionRequestHandler.Params |
IntrospectionRequestHandler.Params.setIntrospectionSignAlg(com.authlete.common.types.JWSAlg alg) |
Set the JWS alg algorithm for signing the introspection
response.
|
IntrospectionRequestHandler.Params |
IntrospectionRequestHandler.Params.setParameters(javax.ws.rs.core.MultivaluedMap<String,String> parameters) |
Set the request parameters of the introspection request.
|
IntrospectionRequestHandler.Params |
IntrospectionRequestHandler.Params.setPublicKeyForEncryption(String key) |
Set the public key for encrypting the introspection response with
an asymmetric algorithm.
|
IntrospectionRequestHandler.Params |
IntrospectionRequestHandler.Params.setRsUri(URI uri) |
Set the URI of the resource server making the introspection
request.
|
IntrospectionRequestHandler.Params |
IntrospectionRequestHandler.Params.setSharedKeyForEncryption(String key) |
Set the shared key for encrypting the introspection response
with a symmetric algorithm.
|
IntrospectionRequestHandler.Params |
IntrospectionRequestHandler.Params.setSharedKeyForSign(String key) |
Set the shared key for signing the introspection response with
a symmetric algorithm.
|
IntrospectionRequestHandler.Params |
IntrospectionRequestHandler.Params.setWithHiddenProperties(boolean with) |
Set the flag which indicates whether to include hidden properties
associated with the token in the output.
|