Class CugExclude.Default
- java.lang.Object
-
- org.apache.jackrabbit.oak.spi.security.authorization.cug.CugExclude.Default
-
- All Implemented Interfaces:
CugExclude
- Direct Known Subclasses:
CugExcludeImpl
- Enclosing interface:
- CugExclude
public static class CugExclude.Default extends Object implements CugExclude
Default implementation of theCugExclude
interface that excludes the following principal classes from CUG evaluation:
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.jackrabbit.oak.spi.security.authorization.cug.CugExclude
CugExclude.Default
-
-
Constructor Summary
Constructors Constructor Description Default()
-
-
-
Method Detail
-
isExcluded
public boolean isExcluded(@NotNull @NotNull Set<Principal> principals)
- Specified by:
isExcluded
in interfaceCugExclude
-
-