Package org.rundeck.core.auth.app
Class RundeckAccess.Job
- java.lang.Object
-
- org.rundeck.core.auth.app.RundeckAccess.Job
-
- All Implemented Interfaces:
NamedAuthDefinition
- Enclosing class:
- RundeckAccess
public static final class RundeckAccess.Job extends java.lang.Object implements NamedAuthDefinition
-
-
Field Summary
Fields Modifier and Type Field Description static AuthActionsAPP_READ_OR_VIEWread or view or app_adminstatic 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 Job()
-
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
read or view or app_admin
-
NAMED_AUTH_ACTIONS
public static final java.util.Map<java.lang.String,AuthActions> NAMED_AUTH_ACTIONS
-
-