Package org.rundeck.core.auth.app
Class RundeckAccess.ApplicationType
- java.lang.Object
-
- org.rundeck.core.auth.app.RundeckAccess.ApplicationType
-
- All Implemented Interfaces:
NamedAuthDefinition
- Enclosing class:
- RundeckAccess
public static final class RundeckAccess.ApplicationType extends java.lang.Object implements NamedAuthDefinition
Named auths for Types within the Application
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringGROUPstatic java.util.Map<java.lang.String,AuthActions>NAMED_AUTH_ACTIONSstatic java.util.Set<java.lang.String>RESOURCE_TYPESAvailable resource typesstatic java.lang.StringTYPE
-
Constructor Summary
Constructors Constructor Description ApplicationType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringkindForTypeId(java.lang.String type)static java.lang.StringtypeForKind(java.lang.String kind)Resource type id for a resource kind-
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
-
RESOURCE_TYPES
public static final java.util.Set<java.lang.String> RESOURCE_TYPES
Available resource types
-
NAMED_AUTH_ACTIONS
public static final java.util.Map<java.lang.String,AuthActions> NAMED_AUTH_ACTIONS
-
-