Interface AuthorizableNodeName
-
- All Known Implementing Classes:
AuthorizableNodeName.Default
public interface AuthorizableNodeName
TheAuthorizableNodeName
is in charge of generating a valid node name from a given authorizable ID.- Since:
- OAK 1.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
AuthorizableNodeName.Default
Default implementation of theAuthorizableNodeName
interface that uses the specified authorizable identifier as node nameescaping
any illegal JCR chars.
-
Field Summary
Fields Modifier and Type Field Description static AuthorizableNodeName
DEFAULT
DefaultAuthorizableNodeName
instance.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull java.lang.String
generateNodeName(@NotNull java.lang.String authorizableId)
Generates a node name from the specifiedauthorizableId
.
-
-
-
Field Detail
-
DEFAULT
static final AuthorizableNodeName DEFAULT
DefaultAuthorizableNodeName
instance.- See Also:
AuthorizableNodeName.Default
-
-