Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
SERVER_REPOSITORY_FACTORY_PID |
"org.apache.sling.jcr.jackrabbit.server.SlingServerRepository" |
public static final String |
SLING_CONTEXT |
"sling.context" |
public static final String |
SLING_CONTEXT_DEFAULT |
"sling.context.default" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_ADMIN_USER |
"admin" |
public static final boolean |
DEFAULT_LOGIN_ADMIN_ENABLED |
true |
public static final String |
PROPERTY_ADMIN_USER |
"admin.name" |
public static final String |
PROPERTY_DEFAULT_WORKSPACE |
"defaultWorkspace" |
public static final String |
PROPERTY_LOGIN_ADMIN_ENABLED |
"admin.login.enabled" |
public static final String |
REPOSITORY_CONFIG_URL |
"config" |
public static final String |
REPOSITORY_HOME_DIR |
"home" |
public static final String |
REPOSITORY_REGISTRATION_NAME |
"name" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
IMPERSONATION_DEFAULT |
0 |
public static final int |
IMPERSONATION_FAILED |
2 |
public static final int |
IMPERSONATION_SUCCESS |
1 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
ADD_NODE |
4 |
public static final int |
ALL |
131071 |
public static final int |
NONE |
0 |
public static final int |
READ |
1 |
public static final int |
REMOVE_NODE |
8 |
public static final int |
REMOVE_PROPERTY |
16 |
public static final int |
SET_PROPERTY |
2 |
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.