Interface PermissionAware
-
- All Known Implementing Classes:
SystemRoot
public interface PermissionAware
Interface indicating that a given object (like e.g.Root
comes withPermissionProvider
and thus obtaining a new provider from theAuthorizationConfiguration
can be avoided.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull PermissionProvider
getPermissionProvider()
-
-
-
Method Detail
-
getPermissionProvider
@NotNull @NotNull PermissionProvider getPermissionProvider()
- Returns:
- the
PermissionProvider
associated with the object implementing this interface.
-
-