Package org.rundeck.core.auth.access
Interface ResIdResolver
-
- All Known Implementing Classes:
WebParamsIdResolver
public interface ResIdResolverResolves ID value for resource types
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringidForType(java.lang.String type)java.util.Optional<java.lang.String>idForTypeOptional(java.lang.String type)
-
-
-
Method Detail
-
idForType
java.lang.String idForType(java.lang.String type) throws MissingParameter- Parameters:
type- type- Returns:
- ID value for type
- Throws:
MissingParameter- if ID value cannot be resolved
-
idForTypeOptional
java.util.Optional<java.lang.String> idForTypeOptional(java.lang.String type)
- Parameters:
type- resource type- Returns:
- ID value for type
-
-