Class Authorizables.Filter.Path
- java.lang.Object
-
- com.composum.sling.core.usermanagement.service.Authorizables.Filter.Path
-
- All Implemented Interfaces:
Authorizables.Filter
- Enclosing interface:
- Authorizables.Filter
public static class Authorizables.Filter.Path extends Object implements Authorizables.Filter
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.composum.sling.core.usermanagement.service.Authorizables.Filter
Authorizables.Filter.Path
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaccept(org.apache.jackrabbit.api.security.user.Authorizable authorizable)
-
-
-
Field Detail
-
pattern
protected final Pattern pattern
-
-
Method Detail
-
accept
public boolean accept(org.apache.jackrabbit.api.security.user.Authorizable authorizable)
- Specified by:
acceptin interfaceAuthorizables.Filter
-
-