Class GuiAuthorizationConstants
- java.lang.Object
-
- com.evolveum.midpoint.web.security.util.GuiAuthorizationConstants
-
public class GuiAuthorizationConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static Map<String,String>ARCHETYPE_MEMBERS_AUTHORIZATIONSstatic Map<String,String>GOVERNANCE_MEMBERS_AUTHORIZATIONSstatic StringMEMBER_OPERATION_ASSIGNstatic StringMEMBER_OPERATION_CREATEstatic StringMEMBER_OPERATION_DELETEstatic StringMEMBER_OPERATION_RECOMPUTEstatic StringMEMBER_OPERATION_UNASSIGNstatic Map<String,String>ORG_MEMBERS_AUTHORIZATIONSstatic Map<String,String>ROLE_MEMBERS_AUTHORIZATIONSstatic Map<String,String>SERVICE_MEMBERS_AUTHORIZATIONS
-
Constructor Summary
Constructors Constructor Description GuiAuthorizationConstants()
-
-
-
Field Detail
-
SERVICE_MEMBERS_AUTHORIZATIONS
public static final Map<String,String> SERVICE_MEMBERS_AUTHORIZATIONS
-
GOVERNANCE_MEMBERS_AUTHORIZATIONS
public static final Map<String,String> GOVERNANCE_MEMBERS_AUTHORIZATIONS
-
ARCHETYPE_MEMBERS_AUTHORIZATIONS
public static final Map<String,String> ARCHETYPE_MEMBERS_AUTHORIZATIONS
-
MEMBER_OPERATION_ASSIGN
public static final String MEMBER_OPERATION_ASSIGN
- See Also:
- Constant Field Values
-
MEMBER_OPERATION_UNASSIGN
public static final String MEMBER_OPERATION_UNASSIGN
- See Also:
- Constant Field Values
-
MEMBER_OPERATION_RECOMPUTE
public static final String MEMBER_OPERATION_RECOMPUTE
- See Also:
- Constant Field Values
-
MEMBER_OPERATION_CREATE
public static final String MEMBER_OPERATION_CREATE
- See Also:
- Constant Field Values
-
MEMBER_OPERATION_DELETE
public static final String MEMBER_OPERATION_DELETE
- See Also:
- Constant Field Values
-
-