gluu
|
公開メンバ関数 | |
JwkResponse (int status) | |
JSONWebKeySet | getJwks () |
void | setJwks (JSONWebKeySet jwks) |
JSONWebKey | getKeyValue (String keyId) |
PublicKey | getPublicKey (String keyId) |
List< JSONWebKey > | getKeys (SignatureAlgorithm algorithm) |
String | getKeyId (SignatureAlgorithm signatureAlgorithm) |
int | getStatus () |
String | getLocation () |
void | setLocation (String location) |
void | setStatus (int status) |
String | getEntity () |
void | setEntity (String entity) |
MultivaluedMap< String, Object > | getHeaders () |
void | setHeaders (MultivaluedMap< String, Object > headers) |
限定公開変数類 | |
int | status |
String | location |
String | entity |
MultivaluedMap< String, Object > | headers |
非公開変数類 | |
JSONWebKeySet | jwks |
Represents a JSON Web Key (JWK) received from the authorization server.
|
inline |
Constructs a JWK response.
status | The response status code. |
|
inlineinherited |
Returns the entity or body content of the response.
|
inlineinherited |
|
inline |
|
inline |
|
inline |
|
inline |
Search and returns a org.xdi.oxauth.model.jwk.JSONWebKey given its keyId
.
keyId | The key id. |
null
.
|
inlineinherited |
Returns the location of the response in the header.
|
inline |
|
inlineinherited |
Returns the HTTP status code of the response.
|
inlineinherited |
Sets the entity or body content of the response.
entity | The entity or body content of the response. |
|
inlineinherited |
|
inline |
|
inlineinherited |
Sets the location of the response in the header.
location | The location of the response. |
|
inlineinherited |
Sets the HTTP status code of the response.
status | The HTTP status code. |
|
protectedinherited |
|
protectedinherited |
|
private |
|
protectedinherited |
|
protectedinherited |