Package org.rundeck.core.auth.app
Class RundeckAccess.Execution
- java.lang.Object
-
- org.rundeck.core.auth.app.RundeckAccess.Execution
-
- All Implemented Interfaces:
NamedAuthDefinition
- Enclosing class:
- RundeckAccess
public static final class RundeckAccess.Execution extends java.lang.Object implements NamedAuthDefinition
-
-
Field Summary
Fields Modifier and Type Field Description static AuthActionsAPP_KILLkill or app adminstatic AuthActionsAPP_KILLASkillAs or app_adminstatic AuthActionsAPP_READ_OR_VIEWview, read or app adminstatic java.lang.StringAUTH_APP_KILLstatic java.lang.StringAUTH_APP_KILLASstatic java.lang.StringAUTH_APP_READ_OR_VIEWstatic java.lang.StringGROUPstatic java.util.Map<java.lang.String,AuthActions>NAMED_AUTH_ACTIONSstatic java.lang.StringTYPE
-
Constructor Summary
Constructors Constructor Description Execution()
-
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_APP_READ_OR_VIEW
public static final java.lang.String AUTH_APP_READ_OR_VIEW
- See Also:
- Constant Field Values
-
APP_READ_OR_VIEW
public static final AuthActions APP_READ_OR_VIEW
view, read or app admin
-
AUTH_APP_KILL
public static final java.lang.String AUTH_APP_KILL
- See Also:
- Constant Field Values
-
APP_KILL
public static final AuthActions APP_KILL
kill or app admin
-
AUTH_APP_KILLAS
public static final java.lang.String AUTH_APP_KILLAS
- See Also:
- Constant Field Values
-
APP_KILLAS
public static final AuthActions APP_KILLAS
killAs or app_admin
-
NAMED_AUTH_ACTIONS
public static final java.util.Map<java.lang.String,AuthActions> NAMED_AUTH_ACTIONS
-
-