|
gluu
|

静的公開メンバ関数 | |
| static boolean | validateParams (String grantType, String code, String redirectUri, String username, String password, String scope, String assertion, String refreshToken) |
| static boolean | validateParams (String clientId, String clientSecret) |
| static boolean | validateGrantType (GrantType requestedGrantType, GrantType[] clientGrantTypesArray, Set< GrantType > grantTypesSupported) |
Validates the parameters received for the token web service.
|
inlinestatic |
Validates the parameters for a token request.
| grantType | The grant type. This parameter is mandatory. Value must be set to: authorization_code, password, client_credentials, refresh_token, or a valid URI. |
| code | The authorization code. |
| redirectUri | |
| username | |
| password | |
| scope | |
| assertion | |
| refreshToken |
true when all the parameters are valid.
|
inlinestatic |
1.8.13