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);
}
Aggregations