|
void | defaultAuthenticationMethod (final String redirectUris, final String sectorIdentifierUri) throws Exception |
|
void | defaultAuthenticationMethodFail (final String redirectUris, final String sectorIdentifierUri) throws Exception |
|
void | clientSecretBasicAuthenticationMethod (final String redirectUris, final String sectorIdentifierUri) throws Exception |
|
void | clientSecretBasicAuthenticationMethodFail (final String redirectUris, final String sectorIdentifierUri) throws Exception |
|
void | clientSecretPostAuthenticationMethod (final String redirectUris, final String sectorIdentifierUri) throws Exception |
|
void | clientSecretPostAuthenticationMethodFail1 (final String redirectUris, final String sectorIdentifierUri) throws Exception |
|
void | clientSecretPostAuthenticationMethodFail2 (final String redirectUris, final String sectorIdentifierUri) throws Exception |
|
void | clientSecretPostAuthenticationMethodFail3 (final String redirectUris, final String sectorIdentifierUri) throws Exception |
|
void | clientSecretJwtAuthenticationMethodHS256 (final String redirectUris, final String sectorIdentifierUri) throws Exception |
|
void | clientSecretJwtAuthenticationMethodHS256Fail (final String redirectUris, final String sectorIdentifierUri) throws Exception |
|
void | clientSecretJwtAuthenticationMethodHS384 (final String redirectUris, final String sectorIdentifierUri) throws Exception |
|
void | clientSecretJwtAuthenticationMethodHS384Fail (final String redirectUris, final String sectorIdentifierUri) throws Exception |
|
void | clientSecretJwtAuthenticationMethodHS512 (final String redirectUris, final String sectorIdentifierUri) throws Exception |
|
void | clientSecretJwtAuthenticationMethodHS512Fail (final String redirectUris, final String sectorIdentifierUri) throws Exception |
|
void | privateKeyJwtAuthenticationMethodRS256 (final String redirectUris, final String clientJwksUri, final String keyId, final String dnName, final String keyStoreFile, final String keyStoreSecret, final String sectorIdentifierUri) throws Exception |
|
void | privateKeyJwtAuthenticationMethodRS256Fail (final String redirectUris, final String clientJwksUri, final String dnName, final String keyStoreFile, final String keyStoreSecret, final String sectorIdentifierUri) throws Exception |
|
void | privateKeyJwtAuthenticationMethodRS384 (final String redirectUris, final String clientJwksUri, final String keyId, final String dnName, final String keyStoreFile, final String keyStoreSecret, final String sectorIdentifierUri) throws Exception |
|
void | privateKeyJwtAuthenticationMethodRS384Fail (final String redirectUris, final String clientJwksUri, final String dnName, final String keyStoreFile, final String keyStoreSecret, final String sectorIdentifierUri) throws Exception |
|
void | privateKeyJwtAuthenticationMethodRS512 (final String redirectUris, final String clientJwksUri, final String keyId, final String dnName, final String keyStoreFile, final String keyStoreSecret, final String sectorIdentifierUri) throws Exception |
|
void | privateKeyJwtAuthenticationMethodRS512Fail (final String redirectUris, final String clientJwksUri, final String dnName, final String keyStoreFile, final String keyStoreSecret, final String sectorIdentifierUri) throws Exception |
|
void | privateKeyJwtAuthenticationMethodES256 (final String redirectUris, final String clientJwksUri, final String keyId, final String dnName, final String keyStoreFile, final String keyStoreSecret, final String sectorIdentifierUri) throws Exception |
|
void | privateKeyJwtAuthenticationMethodES256Fail (final String redirectUris, final String clientJwksUri, final String dnName, final String keyStoreFile, final String keyStoreSecret, final String sectorIdentifierUri) throws Exception |
|
void | privateKeyJwtAuthenticationMethodES384 (final String redirectUris, final String clientJwksUri, final String keyId, final String dnName, final String keyStoreFile, final String keyStoreSecret, final String sectorIdentifierUri) throws Exception |
|
void | privateKeyJwtAuthenticationMethodES384Fail (final String redirectUris, final String clientJwksUri, final String dnName, final String keyStoreFile, final String keyStoreSecret, final String sectorIdentifierUri) throws Exception |
|
void | privateKeyJwtAuthenticationMethodES512 (final String redirectUris, final String clientJwksUri, final String keyId, final String dnName, final String keyStoreFile, final String keyStoreSecret, final String sectorIdentifierUri) throws Exception |
|
void | privateKeyJwtAuthenticationMethodES512Fail (final String redirectUris, final String clientJwksUri, final String dnName, final String keyStoreFile, final String keyStoreSecret, final String sectorIdentifierUri) 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) |
|