Package org.rundeck.core.auth.app
Interface TypedNamedAuthRequest
-
- All Superinterfaces:
NamedAuthRequest
- All Known Implementing Classes:
NamedAuthRequestUtil.TypedRequest
public interface TypedNamedAuthRequest extends NamedAuthRequest
Auth request for a resource type
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetType()-
Methods inherited from interface org.rundeck.core.auth.app.NamedAuthRequest
getAuthGroup, getDescription, getNamedAuth
-
-