gluu
|
公開メンバ関数 | |
UserInfoResponse (int status) | |
Map< String, List< String > > | getClaims () |
void | setClaims (Map< String, List< String >> claims) |
UserInfoErrorResponseType | getErrorType () |
void | setErrorType (UserInfoErrorResponseType errorType) |
String | getErrorDescription () |
void | setErrorDescription (String errorDescription) |
String | getErrorUri () |
void | setErrorUri (String errorUri) |
List< String > | getClaim (String claimName) |
String | toString () |
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 |
非公開変数類 | |
Map< String, List< String > > | claims |
UserInfoErrorResponseType | errorType |
String | errorDescription |
String | errorUri |
Represents an user info response received from the authorization server.
|
inline |
Constructs a User Info response.
status | The response status code. |
|
inline |
|
inline |
|
inlineinherited |
Returns the entity or body content of the response.
|
inline |
Returns a human-readable UTF-8 encoded text providing additional information, used to assist the client developer in understanding the error that occurred.
|
inline |
Returns the error code when the request fails, otherwise will return null
.
|
inline |
Returns a URI identifying a human-readable web page with information about the error, used to provide the client developer with additional information about the error.
|
inlineinherited |
|
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. |
|
inline |
Sets a human-readable UTF-8 encoded text providing additional information, used to assist the client developer in understanding the error that occurred.
errorDescription | The error description. |
|
inline |
Sets the error code when the request fails, otherwise will return null
.
errorType | The error code when the request fails. |
|
inline |
Sets a URI identifying a human-readable web page with information about the error, used to provide the client developer with additional information about the error.
errorUri | A URI with information about the error. |
|
inlineinherited |
|
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 |
|
private |
|
protectedinherited |
|
private |
|
private |
|
private |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |