|
gluu
|


公開メンバ関数 | |
| OpenIdConnectDiscoveryResponse (int status) | |
| String | getSubject () |
| void | setSubject (String subject) |
| List< WebFingerLink > | getLinks () |
| void | setLinks (List< WebFingerLink > links) |
| 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 |
非公開変数類 | |
| String | subject |
| List< WebFingerLink > | links |
|
inline |
Constructs an OpenID Connect Discovery Response.
| status | The response status code. |
|
inlineinherited |
Returns the entity or body content of the response.
|
inlineinherited |
|
inline |
|
inlineinherited |
Returns the location of the response in the header.
|
inlineinherited |
Returns the HTTP status code of the response.
|
inline |
|
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. |
|
inline |
|
protectedinherited |
|
protectedinherited |
|
private |
|
protectedinherited |
|
protectedinherited |
|
private |
1.8.13