Package org.rundeck.core.auth.app
Class RundeckAccess.ProjectAcl
- java.lang.Object
-
- org.rundeck.core.auth.app.RundeckAccess.ProjectAcl
-
- All Implemented Interfaces:
NamedAuthDefinition
- Enclosing class:
- RundeckAccess
public static final class RundeckAccess.ProjectAcl extends java.lang.Object implements NamedAuthDefinition
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringGROUPstatic java.util.Map<java.lang.String,AuthActions>NAMED_AUTH_ACTIONSstatic java.lang.StringTYPE
-
Constructor Summary
Constructors Constructor Description ProjectAcl()
-
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
-
NAMED_AUTH_ACTIONS
public static final java.util.Map<java.lang.String,AuthActions> NAMED_AUTH_ACTIONS
-
-