gluu
|
静的公開メンバ関数 | |
static boolean | validateParams (String responseType, String clientId, List< Prompt > prompts, String nonce, String request, String requestUri) |
static boolean | noNonePrompt (List< Prompt > prompts) |
static boolean | validateResponseTypes (List< ResponseType > responseTypes, Client client) |
static boolean | validateGrantType (List< ResponseType > responseTypes, GrantType[] clientGrantTypesArray, Set< GrantType > grantTypesSupported) |
Validates the parameters received for the authorize web service.
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
Validates the parameters for an authorization request.
responseType | The response type string. This parameter is mandatory, its value must be set to code or token. |
clientId | The client identifier. This parameter is mandatory. |
true
when all the parameters are valid.
|
inlinestatic |