Package org.rundeck.core.auth.app
Class NamedAuthRequestUtil
- java.lang.Object
-
- org.rundeck.core.auth.app.NamedAuthRequestUtil
-
public class NamedAuthRequestUtil extends java.lang.ObjectUtility methods for AuthRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNamedAuthRequestUtil.TypedRequest
-
Method Summary
-
-
-
Method Detail
-
authorizeRequest
public static TypedNamedAuthRequest authorizeRequest(java.lang.String type, java.lang.String group, java.lang.String access, java.lang.String description)
-
authorizeRequest
public static TypedNamedAuthRequest authorizeRequest(RdAuthorize authorize)
-
authorizeRequest
public static TypedNamedAuthRequest authorizeRequest(RdAuthorizeApplicationType authorize)
Create request for the annotation
-
authorizeRequest
public static TypedNamedAuthRequest authorizeRequest(RdAuthorizeProjectType authorize)
Create request for the annotation
-
authorizeRequest
public static TypedNamedAuthRequest authorizeRequest(RdAuthorizeSystem authorize)
-
authorizeRequest
public static TypedNamedAuthRequest authorizeRequest(RdAuthorizeProject authorize)
-
authorizeRequest
public static TypedNamedAuthRequest authorizeRequest(RdAuthorizeProjectAcl authorize)
-
authorizeRequest
public static TypedNamedAuthRequest authorizeRequest(RdAuthorizeAdhoc authorize)
-
authorizeRequest
public static TypedNamedAuthRequest authorizeRequest(RdAuthorizeExecution authorize)
-
authorizeRequest
public static TypedNamedAuthRequest authorizeRequest(RdAuthorizeJob authorize)
-
requestsFromAnnotations
public static java.util.List<TypedNamedAuthRequest> requestsFromAnnotations(java.lang.reflect.Method method)
-
-