Package org.rundeck.core.auth.access
Interface AuthorizingIdResource<T,ID>
-
- Type Parameters:
T-
- All Superinterfaces:
AuthorizingAccess,AuthorizingResource<T>
- All Known Subinterfaces:
AuthorizingAppType,AuthorizingProjectAcl,AuthorizingProjectAdhoc,AuthorizingProjectType
- All Known Implementing Classes:
BaseAuthorizingIdResource
public interface AuthorizingIdResource<T,ID> extends AuthorizingResource<T>
Authorized access to a Resource of a certain type and identity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanexists()IDgetIdentifier()-
Methods inherited from interface org.rundeck.core.auth.access.AuthorizingAccess
authorize, authorizeNamed, getAuthContext, isAuthorized, isAuthorized
-
Methods inherited from interface org.rundeck.core.auth.access.AuthorizingResource
access, getResource
-
-
-
-
Method Detail
-
exists
boolean exists()
- Returns:
- true if resource exists
-
getIdentifier
ID getIdentifier()
- Returns:
- identifier
-
-