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_AUTHORIZATIONS
static Map<String,String>
GOVERNANCE_MEMBERS_AUTHORIZATIONS
static String
MEMBER_OPERATION_ASSIGN
static String
MEMBER_OPERATION_CREATE
static String
MEMBER_OPERATION_DELETE
static String
MEMBER_OPERATION_RECOMPUTE
static String
MEMBER_OPERATION_UNASSIGN
static Map<String,String>
ORG_MEMBERS_AUTHORIZATIONS
static Map<String,String>
ROLE_MEMBERS_AUTHORIZATIONS
static 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
-
-