|
gluu
|


公開メンバ関数 | |
| void | omittedTokenEndpointAuthMethodStep1 (final String registerPath, final String redirectUris) throws Exception |
| void | omittedTokenEndpointAuthMethodStep2 (final String registerPath) throws Exception |
| void | tokenEndpointAuthMethodClientSecretBasicStep1 (final String registerPath, final String redirectUris) throws Exception |
| void | tokenEndpointAuthMethodClientSecretBasicStep2 (final String registerPath) throws Exception |
| void | tokenEndpointAuthMethodClientSecretBasicStep3 (final String authorizePath, final String userId, final String userSecret, final String redirectUri) throws Exception |
| void | tokenEndpointAuthMethodClientSecretBasicStep4 (final String tokenPath, final String redirectUri) throws Exception |
| void | tokenEndpointAuthMethodClientSecretBasicFail1 (final String tokenPath, final String userId, final String userSecret) throws Exception |
| void | tokenEndpointAuthMethodClientSecretBasicFail2 (final String tokenPath, final String audience, final String userId, final String userSecret) throws Exception |
| void | tokenEndpointAuthMethodClientSecretBasicFail3 (final String tokenPath, final String userId, final String userSecret, final String audience, final String keyId, final String keyStoreFile, final String keyStoreSecret) throws Exception |
| void | tokenEndpointAuthMethodClientSecretPostStep1 (final String registerPath, final String redirectUris) throws Exception |
| void | tokenEndpointAuthMethodClientSecretPostStep2 (final String registerPath) throws Exception |
| void | tokenEndpointAuthMethodClientSecretPostStep3 (final String authorizePath, final String userId, final String userSecret, final String redirectUri) throws Exception |
| void | tokenEndpointAuthMethodClientSecretPostStep4 (final String tokenPath, final String redirectUri) throws Exception |
| void | tokenEndpointAuthMethodClientSecretPostFail1 (final String tokenPath, final String userId, final String userSecret) throws Exception |
| void | tokenEndpointAuthMethodClientSecretPostFail2 (final String tokenPath, final String audience, final String userId, final String userSecret) throws Exception |
| void | tokenEndpointAuthMethodClientSecretPostFail3 (final String tokenPath, final String userId, final String userSecret, final String audience, final String keyId, final String keyStoreFile, final String keyStoreSecret) throws Exception |
| void | tokenEndpointAuthMethodClientSecretJwtStep1 (final String registerPath, final String redirectUris) throws Exception |
| void | tokenEndpointAuthMethodClientSecretJwtStep2 (final String registerPath) throws Exception |
| void | tokenEndpointAuthMethodClientSecretJwtStep3 (final String authorizePath, final String userId, final String userSecret, final String redirectUri) throws Exception |
| void | tokenEndpointAuthMethodClientSecretJwtStep4 (final String tokenPath, final String redirectUri, final String audience, final String keyId, final String dnName, final String keyStoreFile, final String keyStoreSecret) throws Exception |
| void | tokenEndpointAuthMethodClientSecretJwtFail1 (final String tokenPath, final String userId, final String userSecret) throws Exception |
| void | tokenEndpointAuthMethodClientSecretJwtFail2 (final String tokenPath, final String userId, final String userSecret) throws Exception |
| void | tokenEndpointAuthMethodClientSecretJwtFail3 (final String tokenPath, final String userId, final String userSecret, final String audience, final String keyId, final String keyStoreFile, final String keyStoreSecret) throws Exception |
| void | tokenEndpointAuthMethodPrivateKeyJwtStep1 (final String registerPath, final String redirectUris, final String jwksUri) throws Exception |
| void | tokenEndpointAuthMethodPrivateKeyJwtStep2 (final String registerPath) throws Exception |
| void | tokenEndpointAuthMethodPrivateKeyJwtStep3 (final String authorizePath, final String userId, final String userSecret, final String redirectUri) throws Exception |
| void | tokenEndpointAuthMethodPrivateKeyJwtStep4 (final String tokenPath, final String redirectUri, final String audience, final String keyId, final String keyStoreFile, final String keyStoreSecret) throws Exception |
| void | tokenEndpointAuthMethodPrivateKeyJwtFail1 (final String tokenPath, final String userId, final String userSecret) throws Exception |
| void | tokenEndpointAuthMethodPrivateKeyJwtFail2 (final String tokenPath, final String userId, final String userSecret) throws Exception |
| void | tokenEndpointAuthMethodPrivateKeyJwtFail3 (final String tokenPath, final String audience, final String userId, final String userSecret) throws Exception |
| void | initTestSuite (ITestContext context) throws FileNotFoundException, IOException |
| WebDriver | getDriver () |
| void | setDriver (WebDriver driver) |
| String | getAuthorizationEndpoint () |
| void | setAuthorizationEndpoint (String authorizationEndpoint) |
| String | getTokenEndpoint () |
| void | setTokenEndpoint (String tokenEndpoint) |
| String | getUserInfoEndpoint () |
| void | setUserInfoEndpoint (String userInfoEndpoint) |
| String | getClientInfoEndpoint () |
| void | setClientInfoEndpoint (String clientInfoEndpoint) |
| String | getCheckSessionIFrame () |
| void | setCheckSessionIFrame (String checkSessionIFrame) |
| String | getEndSessionEndpoint () |
| void | setEndSessionEndpoint (String endSessionEndpoint) |
| String | getJwksUri () |
| void | setJwksUri (String jwksUri) |
| String | getRegistrationEndpoint () |
| void | setRegistrationEndpoint (String registrationEndpoint) |
| String | getIntrospectionEndpoint () |
| void | setIntrospectionEndpoint (String p_introspectionEndpoint) |
| Map< String, List< String > > | getScopeToClaimsMapping () |
| void | setScopeToClaimsMapping (Map< String, List< String >> p_scopeToClaimsMapping) |
| String | getIdGenEndpoint () |
| void | setIdGenEndpoint (String p_idGenEndpoint) |
| String | getConfigurationEndpoint () |
| void | setConfigurationEndpoint (String configurationEndpoint) |
| void | startSelenium () |
| void | stopSelenium () |
| AuthorizationResponse | authenticateResourceOwnerAndGrantAccess (String authorizeUrl, AuthorizationRequest authorizationRequest, String userId, String userSecret) |
| AuthorizationResponse | authenticateResourceOwnerAndGrantAccess (String authorizeUrl, AuthorizationRequest authorizationRequest, String userId, String userSecret, boolean cleanupCookies) |
| AuthorizationResponse | authenticateResourceOwnerAndGrantAccess (String authorizeUrl, AuthorizationRequest authorizationRequest, String userId, String userSecret, boolean cleanupCookies, boolean useNewDriver) |
| AuthorizationResponse | authenticateResourceOwnerAndGrantAccess (String authorizeUrl, AuthorizationRequest authorizationRequest, String userId, String userSecret, boolean cleanupCookies, boolean useNewDriver, int authzSteps) |
| AuthorizationResponse | authenticateResourceOwnerAndDenyAccess (String authorizeUrl, AuthorizationRequest authorizationRequest, String userId, String userSecret) |
| AuthorizationResponse | authorizationRequestAndGrantAccess (String authorizeUrl, AuthorizationRequest authorizationRequest) |
| AuthorizationResponse | authorizationRequestAndDenyAccess (String authorizeUrl, AuthorizationRequest authorizationRequest) |
| AuthorizationResponse | authenticateResourceOwner (String authorizeUrl, AuthorizationRequest authorizationRequest, String userId, String userSecret, boolean cleanupCookies) |
| String | waitForResourceOwnerAndGrantLoginForm (String authorizeUrl, AuthorizationRequest authorizationRequest, boolean cleanupCookies) |
| String | waitForResourceOwnerAndGrantLoginForm (String authorizeUrl, AuthorizationRequest authorizationRequest) |
| void | discovery (ITestContext context) throws Exception |
| void | showTitle (String title) |
| void | showTitle (String title) |
| void | showEntity (String entity) |
| void | showResponse (String title, Response response) |
静的公開メンバ関数 | |
| static void | showClient (BaseClient client) |
| static void | showClient (BaseClient client, CookieStore cookieStore) |
| static void | showClientUserAgent (BaseClient client) |
| static void | assertErrorResponse (BaseResponseWithErrors p_response, IErrorType p_errorType) |
| static DefaultHttpClient | createHttpClient () |
| static DefaultHttpClient | createHttpClient (HostnameVerifierType p_verifierType) |
| static ClientExecutor | clientExecutor () throws NoSuchAlgorithmException, KeyManagementException, KeyStoreException, UnrecoverableKeyException |
| static ClientExecutor | clientExecutor (boolean trustAll) throws NoSuchAlgorithmException, KeyManagementException, KeyStoreException, UnrecoverableKeyException |
| static HttpClient | createHttpClientTrustAll () throws NoSuchAlgorithmException, KeyManagementException, KeyStoreException, UnrecoverableKeyException |
| static void | showResponse (String title, Response response, Object entity) |
| static void | fails (Throwable e) |
| static void | output (String p_msg) |
| static Archive<?> | createDeployment () |
静的公開変数類 | |
| static FileConfiguration | testData |
限定公開変数類 | |
| WebDriver | driver |
| String | authorizationEndpoint |
| String | authorizationPageEndpoint |
| String | gluuConfigurationEndpoint |
| String | tokenEndpoint |
| String | userInfoEndpoint |
| String | clientInfoEndpoint |
| String | checkSessionIFrame |
| String | endSessionEndpoint |
| String | jwksUri |
| String | registrationEndpoint |
| String | configurationEndpoint |
| String | idGenEndpoint |
| String | introspectionEndpoint |
| Map< String, List< String > > | scopeToClaimsMapping |
非公開変数類 | |
| URI | url |
静的非公開変数類 | |
| static String | clientId1 |
| static String | registrationAccessToken1 |
| static String | registrationClientUri1 |
| static String | clientId2 |
| static String | clientSecret2 |
| static String | registrationAccessToken2 |
| static String | authorizationCode2 |
| static String | registrationClientUri2 |
| static String | clientId3 |
| static String | clientSecret3 |
| static String | registrationAccessToken3 |
| static String | authorizationCode3 |
| static String | registrationClientUri3 |
| static String | clientId4 |
| static String | clientSecret4 |
| static String | registrationAccessToken4 |
| static String | authorizationCode4 |
| static String | registrationClientUri4 |
| static String | clientId5 |
| static String | clientSecret5 |
| static String | registrationAccessToken5 |
| static String | authorizationCode5 |
| static String | registrationClientUri5 |
|
inlinestaticinherited |
|
inlineinherited |
The authorization server authenticates the resource owner (via the user-agent) No authorization page.
|
inlineinherited |
|
inlineinherited |
The authorization server authenticates the resource owner (via the user-agent) and establishes whether the resource owner grants or denies the client's access request.
|
inlineinherited |
The authorization server authenticates the resource owner (via the user-agent) and establishes whether the resource owner grants or denies the client's access request.
|
inlineinherited |
The authorization server authenticates the resource owner (via the user-agent) and establishes whether the resource owner grants or denies the client's access request.
|
inlineinherited |
The authorization server authenticates the resource owner (via the user-agent) and establishes whether the resource owner grants or denies the client's access request.
|
inlineinherited |
|
inlineinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlineinherited |
|
inlinestaticinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inline |
Register a client without specify a Token Endpoint Auth Method.
|
inline |
Read client to check whether it is using the default Token Endpoint Auth Method client_secret_basic.
|
inlinestaticinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlineinherited |
|
inlineinherited |
|
inlinestaticinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inline |
Fail 1: Call to Token Endpoint with Auth Method client_secret_post should fail.
|
inline |
Fail 2: Call to Token Endpoint with Auth Method client_secret_jwt should fail.
|
inline |
Fail 3: Call to Token Endpoint with Auth Method private_key_jwt should fail.
|
inline |
Register a client with Token Endpoint Auth Method client_secret_basic.
|
inline |
Read client to check whether it is using the Token Endpoint Auth Method client_secret_basic.
|
inline |
Request authorization code.
|
inline |
Call to Token Endpoint with Auth Method client_secret_basic.
|
inline |
Fail 1: Call to Token Endpoint with Auth Method client_secret_basic should fail.
|
inline |
Fail 2: Call to Token Endpoint with Auth Method client_secret_post should fail.
|
inline |
Fail 3: Call to Token Endpoint with Auth Method private_key_jwt should fail.
|
inline |
Register a client with Token Endpoint Auth Method client_secret_jwt.
|
inline |
Read client to check whether it is using the Token Endpoint Auth Method client_secret_jwt.
|
inline |
Request authorization code.
|
inline |
Call to Token Endpoint with Auth Method client_secret_Jwt.
|
inline |
Fail 1: Call to Token Endpoint with Auth Method client_secret_basic should fail.
|
inline |
Fail 2: Call to Token Endpoint with Auth Method client_secret_jwt should fail.
|
inline |
Fail 3: Call to Token Endpoint with Auth Method private_key_jwt should fail.
|
inline |
Register a client with Token Endpoint Auth Method client_secret_post.
|
inline |
Read client to check whether it is using the Token Endpoint Auth Method client_secret_post.
|
inline |
Request authorization code.
|
inline |
Call to Token Endpoint with Auth Method client_secret_post.
|
inline |
Fail 1: Call to Token Endpoint with Auth Method client_secret_basic should fail.
|
inline |
Fail 2: Call to Token Endpoint with Auth Method client_secret_post should fail.
|
inline |
Fail 3: Call to Token Endpoint with Auth Method client_secret_jwt should fail.
|
inline |
Register a client with Token Endpoint Auth Method private_key_jwt.
|
inline |
Read client to check whether it is using the Token Endpoint Auth Method private_key_jwt.
|
inline |
Request authorization code.
|
inline |
Call to Token Endpoint with Auth Method private_key_jwt.
|
inlineinherited |
Try to open login form (via the user-agent)
|
inlineinherited |
Try to open login form (via the user-agent)
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
protectedinherited |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
protectedinherited |
|
protectedinherited |
|
staticinherited |
|
protectedinherited |
|
private |
|
protectedinherited |
1.8.13