Package org.rundeck.core.auth.access
Interface NamedAuthDefinition
-
- All Known Implementing Classes:
RundeckAccess.Adhoc,RundeckAccess.ApplicationType,RundeckAccess.Execution,RundeckAccess.Job,RundeckAccess.Project,RundeckAccess.ProjectAcl,RundeckAccess.ProjectType,RundeckAccess.System
public interface NamedAuthDefinitionDefines a set of named auth actions
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.String,AuthActions>getDefinitions()The auth action defintions by namejava.lang.StringgetGroupName()The group name
-
-
-
Method Detail
-
getGroupName
java.lang.String getGroupName()
The group name
-
getDefinitions
java.util.Map<java.lang.String,AuthActions> getDefinitions()
The auth action defintions by name
-
-