Package org.rundeck.core.auth.app
Class BaseAppRequestMethodAuthorizer
- java.lang.Object
-
- org.rundeck.core.auth.app.BaseAppRequestMethodAuthorizer
-
- All Implemented Interfaces:
RequestMethodAuthorizer
public class BaseAppRequestMethodAuthorizer extends java.lang.Object implements RequestMethodAuthorizer
Defines base authorization annotations for controller actions
-
-
Constructor Summary
Constructors Constructor Description BaseAppRequestMethodAuthorizer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<TypedNamedAuthRequest>requestsFromAnnotations(java.lang.reflect.Method method)
-
-
-
Method Detail
-
requestsFromAnnotations
public java.util.List<TypedNamedAuthRequest> requestsFromAnnotations(java.lang.reflect.Method method)
- Specified by:
requestsFromAnnotationsin interfaceRequestMethodAuthorizer
-
-