Uses of Interface
org.apache.jackrabbit.oak.spi.security.user.AuthorizableNodeName
-
-
Uses of AuthorizableNodeName in org.apache.jackrabbit.oak.security.internal
Methods in org.apache.jackrabbit.oak.security.internal with parameters of type AuthorizableNodeName Modifier and Type Method Description voidSecurityProviderRegistration. bindAuthorizableNodeName(@NotNull org.osgi.framework.ServiceReference serviceReference, @NotNull AuthorizableNodeName authorizableNodeName)voidSecurityProviderRegistration. unbindAuthorizableNodeName(@NotNull org.osgi.framework.ServiceReference serviceReference, @NotNull AuthorizableNodeName authorizableNodeName) -
Uses of AuthorizableNodeName in org.apache.jackrabbit.oak.security.user
Classes in org.apache.jackrabbit.oak.security.user that implement AuthorizableNodeName Modifier and Type Class Description classRandomAuthorizableNodeNameImplementation of theAuthorizableNodeNamethat generates a random node name that doesn't reveal the ID of the authorizable. -
Uses of AuthorizableNodeName in org.apache.jackrabbit.oak.security.user.whiteboard
Classes in org.apache.jackrabbit.oak.security.user.whiteboard that implement AuthorizableNodeName Modifier and Type Class Description classWhiteboardAuthorizableNodeNameDynamicAuthorizableNodeNamebased on the available whiteboard services. -
Uses of AuthorizableNodeName in org.apache.jackrabbit.oak.spi.security.user
Classes in org.apache.jackrabbit.oak.spi.security.user that implement AuthorizableNodeName Modifier and Type Class Description static classAuthorizableNodeName.DefaultDefault implementation of theAuthorizableNodeNameinterface that uses the specified authorizable identifier as node nameescapingany illegal JCR chars.Fields in org.apache.jackrabbit.oak.spi.security.user declared as AuthorizableNodeName Modifier and Type Field Description static AuthorizableNodeNameAuthorizableNodeName. DEFAULTDefaultAuthorizableNodeNameinstance.
-