public interface AuthorizableNodeName
AuthorizableNodeName
is in charge of generating a valid node
name from a given authorizable ID.Modifier and Type | Interface and Description |
---|---|
static class |
AuthorizableNodeName.Default
Default implementation of the
AuthorizableNodeName interface
that uses the specified authorizable identifier as node name
escaping
any illegal JCR chars. |
Modifier and Type | Field and Description |
---|---|
static AuthorizableNodeName |
DEFAULT
Default
AuthorizableNodeName instance. |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
generateNodeName(java.lang.String authorizableId)
Generates a node name from the specified
authorizableId . |
static final AuthorizableNodeName DEFAULT
AuthorizableNodeName
instance.AuthorizableNodeName.Default
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"