Interface AuthorizableNodeName
-
- All Known Implementing Classes:
AuthorizableNodeName.Default
public interface AuthorizableNodeNameTheAuthorizableNodeNameis 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 classAuthorizableNodeName.DefaultDefault implementation of theAuthorizableNodeNameinterface that uses the specified authorizable identifier as node nameescapingany illegal JCR chars.
-
Field Summary
Fields Modifier and Type Field Description static AuthorizableNodeNameDEFAULTDefaultAuthorizableNodeNameinstance.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull java.lang.StringgenerateNodeName(@NotNull java.lang.String authorizableId)Generates a node name from the specifiedauthorizableId.
-
-
-
Field Detail
-
DEFAULT
static final AuthorizableNodeName DEFAULT
DefaultAuthorizableNodeNameinstance.- See Also:
AuthorizableNodeName.Default
-
-