Search in sources :

Example 11 with EntitlementPolicyServiceClient

use of org.wso2.identity.integration.common.clients.entitlement.EntitlementPolicyServiceClient in project product-is by wso2.

the class OAuth2XACMLScopeValidatorTestCase method testInit.

@BeforeClass(alwaysRun = true)
public void testInit() throws Exception {
    super.init(TestUserMode.SUPER_TENANT_USER);
    entitlementPolicyClient = new EntitlementPolicyServiceClient(backendURL, sessionCookie);
}
Also used : EntitlementPolicyServiceClient(org.wso2.identity.integration.common.clients.entitlement.EntitlementPolicyServiceClient) BeforeClass(org.testng.annotations.BeforeClass)

Aggregations

EntitlementPolicyServiceClient (org.wso2.identity.integration.common.clients.entitlement.EntitlementPolicyServiceClient)11 BeforeClass (org.testng.annotations.BeforeClass)9 RemoteUserStoreManagerServiceClient (org.wso2.identity.integration.common.clients.usermgt.remote.RemoteUserStoreManagerServiceClient)4 ConfigurationContext (org.apache.axis2.context.ConfigurationContext)2 BasicCookieStore (org.apache.http.impl.client.BasicCookieStore)2 AfterClass (org.testng.annotations.AfterClass)2 ApplicationManagementServiceClient (org.wso2.identity.integration.common.clients.application.mgt.ApplicationManagementServiceClient)2 EntitlementServiceClient (org.wso2.identity.integration.common.clients.entitlement.EntitlementServiceClient)2 SAMLSSOConfigServiceClient (org.wso2.identity.integration.common.clients.sso.saml.SAMLSSOConfigServiceClient)2 File (java.io.File)1 PolicyDTO (org.wso2.carbon.identity.entitlement.stub.dto.PolicyDTO)1 ServerConfigurationManager (org.wso2.carbon.integration.common.utils.mgt.ServerConfigurationManager)1 UserManagementClient (org.wso2.identity.integration.common.clients.UserManagementClient)1 UserProfileMgtServiceClient (org.wso2.identity.integration.common.clients.UserProfileMgtServiceClient)1