"PDP is in erroneous state. Please contact the domain or system administrator.");
privatestaticfinalClientErrorExceptionADD_POLICY_CONFLICT_EXCEPTION=newClientErrorException("PolicySet already exists with same PolicySetId and Version",Status.CONFLICT);
privatestaticfinalIllegalArgumentExceptionILLEGAL_DOMAIN_ID_ARGUMENT_EXCEPTION=newIllegalArgumentException("Domain ID for domain resource undefined");
privatestaticfinalIllegalArgumentExceptionILLEGAL_DOMAIN_DAO_ARGUMENT_EXCEPTION=newIllegalArgumentException("Domain DAO for domain resource undefined");
* Tests specific to the special 'superadmin' domain for managing and enforcing the AuthzForce REST API access policy (controls access to all the REST API itself including all domains). For example,
* the admin policy may have a rule/policy such that only the Domain_Admin of domain X (contextualized role) is allowed to do all actions on path '/domains/X' or '/domains/X/*' except DELETE
...
...
@@ -59,18 +55,7 @@ public class AdminDomainTest extends RestServiceTest