Package org.rundeck.core.auth.app
Class RundeckAccess.System
- java.lang.Object
-
- org.rundeck.core.auth.app.RundeckAccess.System
-
- All Implemented Interfaces:
NamedAuthDefinition
- Enclosing class:
- RundeckAccess
public static final class RundeckAccess.System extends java.lang.Object implements NamedAuthDefinition
-
-
Field Summary
Fields Modifier and Type Field Description static AuthActionsADMIN_DISABLE_EXECUTIONDisable execution or any adminstatic AuthActionsADMIN_ENABLE_EXECUTIONEnable executions or any adminstatic AuthActionsAPP_CONFIGUREConfigure or all adminstatic java.lang.StringAUTH_ADMIN_DISABLE_EXECUTIONstatic java.lang.StringAUTH_ADMIN_ENABLE_EXECUTIONstatic java.lang.StringAUTH_CONFIGUREstatic java.lang.StringAUTH_READ_OR_ANY_ADMINstatic java.lang.StringAUTH_READ_OR_OPS_ADMINstatic java.lang.StringGROUPstatic java.util.Map<java.lang.String,AuthActions>NAMED_AUTH_ACTIONSstatic AuthActionsREAD_OR_ANY_ADMINRead or any adminstatic AuthActionsREAD_OR_OPS_ADMINRead or ops adminstatic java.lang.StringTYPE
-
Constructor Summary
Constructors Constructor Description System()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.rundeck.core.auth.access.NamedAuthDefinition
getDefinitions, getGroupName
-
-
-
-
Field Detail
-
GROUP
public static final java.lang.String GROUP
- See Also:
- Constant Field Values
-
TYPE
public static final java.lang.String TYPE
- See Also:
- Constant Field Values
-
AUTH_CONFIGURE
public static final java.lang.String AUTH_CONFIGURE
- See Also:
- Constant Field Values
-
APP_CONFIGURE
public static final AuthActions APP_CONFIGURE
Configure or all admin
-
AUTH_ADMIN_ENABLE_EXECUTION
public static final java.lang.String AUTH_ADMIN_ENABLE_EXECUTION
- See Also:
- Constant Field Values
-
ADMIN_ENABLE_EXECUTION
public static final AuthActions ADMIN_ENABLE_EXECUTION
Enable executions or any admin
-
AUTH_ADMIN_DISABLE_EXECUTION
public static final java.lang.String AUTH_ADMIN_DISABLE_EXECUTION
- See Also:
- Constant Field Values
-
ADMIN_DISABLE_EXECUTION
public static final AuthActions ADMIN_DISABLE_EXECUTION
Disable execution or any admin
-
AUTH_READ_OR_ANY_ADMIN
public static final java.lang.String AUTH_READ_OR_ANY_ADMIN
- See Also:
- Constant Field Values
-
READ_OR_ANY_ADMIN
public static final AuthActions READ_OR_ANY_ADMIN
Read or any admin
-
AUTH_READ_OR_OPS_ADMIN
public static final java.lang.String AUTH_READ_OR_OPS_ADMIN
- See Also:
- Constant Field Values
-
READ_OR_OPS_ADMIN
public static final AuthActions READ_OR_OPS_ADMIN
Read or ops admin
-
NAMED_AUTH_ACTIONS
public static final java.util.Map<java.lang.String,AuthActions> NAMED_AUTH_ACTIONS
-
-