Interface PermissionAware
- All Known Implementing Classes:
SystemRoot
public interface PermissionAware
Interface indicating that a given object (like e.g.
Root
comes with PermissionProvider
and thus obtaining a new provider from the AuthorizationConfiguration
can be avoided.-
Method Summary
-
Method Details
-
getPermissionProvider
- Returns:
- the
PermissionProvider
associated with the object implementing this interface.
-