Interface AccessControlled

All Known Subinterfaces:
AuthorizationMapControlled, PermissionMapControlled<Authorization>

public interface AccessControlled
An AccessControlled object is an object that knows its own permissions and can check them against a given user and authorization. This allows resources to support access control checks via Spring Security against the resource object directly.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isAuthorized(org.springframework.security.core.Authentication authentication, Object authorization)
    Checks if the authenticated user has a particular authorization on this object.