|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.sling.jcr.resource.JcrResourceConstants
public class JcrResourceConstants
The JcrResourceConstants
interface provides constant values.
Field Summary | |
---|---|
static String |
AUTHENTICATION_INFO_CREDENTIALS
The name of the property providing the JCR credentials to be used by the resource resolver factory method instead of the user.name
and user.password properties. |
static String |
AUTHENTICATION_INFO_SESSION
The name of the authentication info property containing a JCR Session to which a JCR based resource resolver should provide access. |
static String |
AUTHENTICATION_INFO_WORKSPACE
The name of the authentication info property containing the workspace name to which the JCR based resource resolver should provide access. |
static String |
SLING_NAMESPACE_URI
The namespace URI used by Sling JCR for items and node types used by Sling (value is "http://sling.apache.org/jcr/sling/1.0"). |
static String |
SLING_RESOURCE_SUPER_TYPE_PROPERTY
The name of the JCR Property that defines the resource super type (value is "sling:resourceSuperType"). |
static String |
SLING_RESOURCE_TYPE_PROPERTY
The name of the JCR Property that defines the resource type of this node (value is "sling:resourceType"). |
Constructor Summary | |
---|---|
JcrResourceConstants()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String SLING_NAMESPACE_URI
Sling-Namespaces
bundle manifest header.
public static final String SLING_RESOURCE_TYPE_PROPERTY
public static final String SLING_RESOURCE_SUPER_TYPE_PROPERTY
public static final String AUTHENTICATION_INFO_CREDENTIALS
user.name
and user.password
properties. If this propery is provided
and set to an object of type javax.jcr.Credentials
the
user.name
property is ignored.
This property is ignored by the
ResourceResolverFactory.getAdministrativeResourceResolver(java.util.Map)
method or if the authentication info has a
AUTHENTICATION_INFO_SESSION
property set to a
javax.jcr.Session
object.
The type of this property, if present, is
javax.jcr.Credentials
.
ResourceResolverFactory.getResourceResolver(java.util.Map)
,
Constant Field Valuespublic static final String AUTHENTICATION_INFO_WORKSPACE
The type of this property, if present, is String
.
public static final String AUTHENTICATION_INFO_SESSION
user.impersonation
which is still respected.
The session provided by as this property and used as the basis of newly created resource resolver must not be logged out before the resource resolver is closed. On the other closing the resource resolver not logout this session.
This property is ignored by the
ResourceResolverFactory.getAdministrativeResourceResolver(java.util.Map)
method.
The type of this property, if present, is javax.jcr.Session
.
Constructor Detail |
---|
public JcrResourceConstants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |