Class WhiteboardAuthorizableNodeName
- java.lang.Object
-
- org.apache.jackrabbit.oak.spi.whiteboard.AbstractServiceTracker<AuthorizableNodeName>
-
- org.apache.jackrabbit.oak.security.user.whiteboard.WhiteboardAuthorizableNodeName
-
- All Implemented Interfaces:
AuthorizableNodeName
public class WhiteboardAuthorizableNodeName extends AbstractServiceTracker<AuthorizableNodeName> implements AuthorizableNodeName
DynamicAuthorizableNodeNamebased on the available whiteboard services.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.jackrabbit.oak.spi.security.user.AuthorizableNodeName
AuthorizableNodeName.Default
-
-
Field Summary
-
Fields inherited from interface org.apache.jackrabbit.oak.spi.security.user.AuthorizableNodeName
DEFAULT
-
-
Constructor Summary
Constructors Constructor Description WhiteboardAuthorizableNodeName()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull StringgenerateNodeName(@NotNull String authorizableId)Generates a node name from the specifiedauthorizableId.-
Methods inherited from class org.apache.jackrabbit.oak.spi.whiteboard.AbstractServiceTracker
getServices, start, stop
-
-
-
-
Method Detail
-
generateNodeName
@NotNull public @NotNull String generateNodeName(@NotNull @NotNull String authorizableId)
Description copied from interface:AuthorizableNodeNameGenerates a node name from the specifiedauthorizableId.- Specified by:
generateNodeNamein interfaceAuthorizableNodeName- Parameters:
authorizableId- The ID of the authorizable to be created.- Returns:
- A valid node name.
-
-