Package org.rundeck.core.auth.access
Interface ResourceIdAuthorizingProvider<T,A extends AuthorizingIdResource<T,I>,I>
-
- Type Parameters:
T- resource typeA- authorized resource typeI- ID type
- All Superinterfaces:
AuthorizingAccessProvider<A>
public interface ResourceIdAuthorizingProvider<T,A extends AuthorizingIdResource<T,I>,I> extends AuthorizingAccessProvider<A>
Accessor for an authorized resource of a certain type and ID
-
-
Method Summary
-
Methods inherited from interface org.rundeck.core.auth.access.AuthorizingAccessProvider
getAuthorizingResource
-
-