- abort() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
-
- abort() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.GuestLoginModule
-
- ABORT - Static variable in class org.apache.jackrabbit.oak.spi.xml.ImportBehavior
-
Aborts the import as soon as invalid values are detected throwing
a ConstraintViolationException
.
- AbstractAccessControlList - Class in org.apache.jackrabbit.oak.spi.security.authorization
-
Abstract base implementation of the JackrabbitAccessControlList
interface.
- AbstractAccessControlList(String, NamePathMapper) - Constructor for class org.apache.jackrabbit.oak.spi.security.authorization.AbstractAccessControlList
-
- AbstractAuthorizableAction - Class in org.apache.jackrabbit.oak.spi.security.user.action
-
Abstract implementation of the AuthorizableAction
interface that
doesn't perform any action.
- AbstractAuthorizableAction() - Constructor for class org.apache.jackrabbit.oak.spi.security.user.action.AbstractAuthorizableAction
-
- AbstractBlob - Class in org.apache.jackrabbit.oak.plugins.memory
-
Abstract base class for
Blob
implementations.
- AbstractBlob() - Constructor for class org.apache.jackrabbit.oak.plugins.memory.AbstractBlob
-
- AbstractChildNodeEntry - Class in org.apache.jackrabbit.oak.spi.state
-
- AbstractChildNodeEntry() - Constructor for class org.apache.jackrabbit.oak.spi.state.AbstractChildNodeEntry
-
- AbstractLoginModule - Class in org.apache.jackrabbit.oak.spi.security.authentication
-
Abstract implementation of the
LoginModule
interface that can act
as base class for login modules that aim to authenticate subjects against
information stored in the content repository.
- AbstractLoginModule() - Constructor for class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
-
- AbstractNodeState - Class in org.apache.jackrabbit.oak.spi.state
-
Abstract base class for
NodeState
implementations.
- AbstractNodeState() - Constructor for class org.apache.jackrabbit.oak.spi.state.AbstractNodeState
-
- AbstractNodeStore - Class in org.apache.jackrabbit.oak.spi.state
-
Abstract base class for
NodeStore
implementations.
- AbstractNodeStore() - Constructor for class org.apache.jackrabbit.oak.spi.state.AbstractNodeStore
-
- AbstractNodeStoreBranch - Class in org.apache.jackrabbit.oak.spi.state
-
- AbstractNodeStoreBranch() - Constructor for class org.apache.jackrabbit.oak.spi.state.AbstractNodeStoreBranch
-
- AbstractPropertyState - Class in org.apache.jackrabbit.oak.api
-
- AbstractPropertyState() - Constructor for class org.apache.jackrabbit.oak.api.AbstractPropertyState
-
- AbstractRebaseDiff - Class in org.apache.jackrabbit.oak.spi.state
-
AbstractRebaseDiff
serves as base for rebase implementations.
- AbstractRebaseDiff(NodeBuilder) - Constructor for class org.apache.jackrabbit.oak.spi.state.AbstractRebaseDiff
-
- AbstractRestrictionProvider - Class in org.apache.jackrabbit.oak.spi.security.authorization.restriction
-
- AbstractRestrictionProvider(Map<String, ? extends RestrictionDefinition>) - Constructor for class org.apache.jackrabbit.oak.spi.security.authorization.restriction.AbstractRestrictionProvider
-
- AbstractServiceTracker<T> - Class in org.apache.jackrabbit.oak.osgi
-
AbstractServiceTracker
is a base class for the various OSGi based
providers.
- AbstractServiceTracker(Class<T>) - Constructor for class org.apache.jackrabbit.oak.osgi.AbstractServiceTracker
-
- AC_NODETYPE_NAMES - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.AccessControlConstants
-
- ACCESS - Static variable in exception org.apache.jackrabbit.oak.api.CommitFailedException
-
Type name for access violation (i.e.
- AccessControlAction - Class in org.apache.jackrabbit.oak.spi.security.user.action
-
The AccessControlAction
allows to setup permissions upon creation
of a new authorizable; namely the privileges the new authorizable should be
granted on it's own 'home directory' being represented by the new node
associated with that new authorizable.
- AccessControlAction() - Constructor for class org.apache.jackrabbit.oak.spi.security.user.action.AccessControlAction
-
- AccessControlConfiguration - Interface in org.apache.jackrabbit.oak.spi.security.authorization
-
Configuration for access control management and permission evaluation.
- AccessControlConfigurationImpl - Class in org.apache.jackrabbit.oak.security.authorization
-
Default implementation of the AccessControlConfiguration
.
- AccessControlConfigurationImpl(SecurityProvider) - Constructor for class org.apache.jackrabbit.oak.security.authorization.AccessControlConfigurationImpl
-
- AccessControlConstants - Interface in org.apache.jackrabbit.oak.spi.security.authorization
-
Constants for the default access control management implementation and
and for built-in access control related node types.
- AccessControlManagerImpl - Class in org.apache.jackrabbit.oak.security.authorization
-
Default implementation of the JackrabbitAccessControlManager
interface.
- AccessControlManagerImpl(Root, NamePathMapper, SecurityProvider) - Constructor for class org.apache.jackrabbit.oak.security.authorization.AccessControlManagerImpl
-
- AccessControlUtils - Class in org.apache.jackrabbit.oak.security.authorization
-
Access control specific utility methods
- ACE - Class in org.apache.jackrabbit.oak.spi.security.authorization
-
Default implementation of the JackrabbitAccessControlEntry
interface.
- ACE(Principal, Privilege[], boolean, Set<Restriction>, NamePathMapper) - Constructor for class org.apache.jackrabbit.oak.spi.security.authorization.ACE
-
- ACE(Principal, Set<Privilege>, boolean, Set<Restriction>, NamePathMapper) - Constructor for class org.apache.jackrabbit.oak.spi.security.authorization.ACE
-
- ACE_PROPERTY_NAMES - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.AccessControlConstants
-
- activate(ComponentContext) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService
-
- Activator - Class in org.apache.jackrabbit.oak.osgi
-
- Activator() - Constructor for class org.apache.jackrabbit.oak.osgi.Activator
-
- ACTIVITIES_PATH - Static variable in interface org.apache.jackrabbit.oak.plugins.version.VersionConstants
-
Quote from JSR 283 Section "15.12.3 Activity Storage"
Activities are persisted as nodes of type nt:activity under system-generated
node names in activity storage below /jcr:system/jcr:activities.
Similar to the /jcr:system/jcr:versionStorage subgraph, the activity storage
is a single repository wide store, but is reflected into each workspace.
- add(PrivilegeBits) - Method in class org.apache.jackrabbit.oak.security.privilege.PrivilegeBits
-
Adds the other privilege bits to this instance.
- ADD_EXISTING - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
-
- ADD_EXISTING_NODE - Static variable in class org.apache.jackrabbit.oak.spi.state.ConflictAnnotatingRebaseDiff
-
- ADD_EXISTING_PROPERTY - Static variable in class org.apache.jackrabbit.oak.spi.state.ConflictAnnotatingRebaseDiff
-
- ADD_NODE - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
-
- ADD_PROPERTY - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
-
- addAccessControlEntry(Principal, Privilege[]) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.AbstractAccessControlList
-
- addChild(String) - Method in interface org.apache.jackrabbit.oak.api.Tree
-
Add a child with the given name
.
- addChild(String) - Method in class org.apache.jackrabbit.oak.core.ReadOnlyTree
-
- addChild(String) - Method in class org.apache.jackrabbit.oak.core.TreeImpl
-
- addChild(String, String) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
-
- addDifference(PrivilegeBits, PrivilegeBits) - Method in class org.apache.jackrabbit.oak.security.privilege.PrivilegeBits
-
Subtracts the b
from a
and adds the result (diff)
to this instance.
- addEntry(Principal, Privilege[], boolean) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.AbstractAccessControlList
-
- addEntry(Principal, Privilege[], boolean, Map<String, Value>) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.ImmutableACL
-
- addEventListener(EventListener, int, String, boolean, String[], String[], boolean) - Method in class org.apache.jackrabbit.oak.plugins.observation.ObservationManagerImpl
-
- addEventListener(EventListener, int, String, boolean, String[], String[], boolean) - Method in class org.apache.jackrabbit.oak.plugins.observation2.ObservationManagerImpl2
-
- addExistingNode(NodeBuilder, String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.commit.AnnotatingConflictHandler
-
- addExistingNode(NodeBuilder, String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.commit.ConflictHandlerWrapper
-
- addExistingNode(NodeBuilder, String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.commit.DefaultConflictHandler
-
- addExistingNode(NodeBuilder, String, NodeState, NodeState) - Method in interface org.apache.jackrabbit.oak.spi.commit.ConflictHandler
-
The node ours
has been added to parent
which conflicts
with node theirs
which has been added in the persistence store.
- addExistingNode(NodeBuilder, String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractRebaseDiff
-
Called when the node after
was added on the branch but the node
exists already in the trunk.
- addExistingNode(NodeBuilder, String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.state.ConflictAnnotatingRebaseDiff
-
- addExistingProperty(NodeBuilder, PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.commit.AnnotatingConflictHandler
-
- addExistingProperty(NodeBuilder, PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.commit.ChildOrderConflictHandler
-
- addExistingProperty(NodeBuilder, PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.commit.ConflictHandlerWrapper
-
- addExistingProperty(NodeBuilder, PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.commit.DefaultConflictHandler
-
- addExistingProperty(NodeBuilder, PropertyState, PropertyState) - Method in interface org.apache.jackrabbit.oak.spi.commit.ConflictHandler
-
The property ours
has been added to parent
which conflicts
with property theirs
which has been added in the persistence store.
- addExistingProperty(NodeBuilder, PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractRebaseDiff
-
Called when the property after
was added on the branch but the property
exists already in the trunk.
- addExistingProperty(NodeBuilder, PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.spi.state.ConflictAnnotatingRebaseDiff
-
- addingService(ServiceReference) - Method in class org.apache.jackrabbit.oak.osgi.AbstractServiceTracker
-
- addingService(ServiceReference) - Method in class org.apache.jackrabbit.oak.osgi.Activator
-
- addingService(ServiceReference) - Method in class org.apache.jackrabbit.oak.osgi.OsgiRepositoryInitializer
-
- addJoinCondition(JoinConditionImpl, boolean) - Method in class org.apache.jackrabbit.oak.query.ast.SourceImpl
-
Add the join condition (the ON ...
- addMember(Principal) - Method in class org.apache.jackrabbit.oak.spi.security.principal.EveryonePrincipal
-
- addSegment(Segment) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentCache
-
- addValue(T) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryPropertyBuilder
-
- addValue(T) - Method in interface org.apache.jackrabbit.oak.spi.state.PropertyBuilder
-
Add a value to the end of the list of values of the property state.
- AdminPrincipal - Interface in org.apache.jackrabbit.oak.spi.security.principal
-
Principal used to mark an administrator.
- ALL - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
-
- allJoinConditions - Variable in class org.apache.jackrabbit.oak.query.ast.SourceImpl
-
The list of all join conditions this selector is involved.
- ALLOW_ACCESS_CONTROL - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.permission.ReadStatus
-
- ALLOW_ALL - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.permission.ReadStatus
-
- ALLOW_ALL_REGULAR - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.permission.ReadStatus
-
- ALLOW_CHILDITEMS - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.permission.ReadStatus
-
- ALLOW_CHILDREN - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.permission.ReadStatus
-
- ALLOW_NODES - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.permission.ReadStatus
-
- ALLOW_PROPERTIES - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.permission.ReadStatus
-
- ALLOW_THIS - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.permission.ReadStatus
-
- ALLOW_THIS_PROPERTIES - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.permission.ReadStatus
-
- AllPermissions - Class in org.apache.jackrabbit.oak.security.authorization.permission
-
Implementation of the CompiledPermissions
interface that grants full
permission everywhere.
- and(ConstraintImpl, ConstraintImpl) - Method in class org.apache.jackrabbit.oak.query.ast.AstElementFactory
-
- AndImpl - Class in org.apache.jackrabbit.oak.query.ast
-
An AND condition.
- AndImpl(ConstraintImpl, ConstraintImpl) - Constructor for class org.apache.jackrabbit.oak.query.ast.AndImpl
-
- AnnotatingConflictHandler - Class in org.apache.jackrabbit.oak.plugins.commit
-
This
ConflictHandler
implementation resolves conflicts to
Resolution#THEIRS
and in addition marks nodes where a conflict
occurred with the mixin
rep:MergeConflict
:
- AnnotatingConflictHandler() - Constructor for class org.apache.jackrabbit.oak.plugins.commit.AnnotatingConflictHandler
-
- appliesToThis() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.permission.ReadStatus
-
- apply(Value) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.BooleanConstraint
-
- apply(Value) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.NameConstraint
-
- apply(Value) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.NumericConstraint
-
- apply(Value) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.PathConstraint
-
- apply(Value) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.ReferenceConstraint
-
- apply(Value) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.StringConstraint
-
- array(Type<T>) - Static method in class org.apache.jackrabbit.oak.plugins.memory.MemoryPropertyBuilder
-
Create a new instance for building array PropertyState
instances
of the given type
.
- array(Type<T>, String) - Static method in class org.apache.jackrabbit.oak.plugins.memory.MemoryPropertyBuilder
-
Create a new instance for building array PropertyState
instances
of the given type
.
- ArrayBasedBlob - Class in org.apache.jackrabbit.oak.plugins.memory
-
This Blob
implementations is based on an array of bytes.
- ArrayBasedBlob(byte[]) - Constructor for class org.apache.jackrabbit.oak.plugins.memory.ArrayBasedBlob
-
- ascending(DynamicOperandImpl) - Method in class org.apache.jackrabbit.oak.query.ast.AstElementFactory
-
- asPropertyState(String) - Method in class org.apache.jackrabbit.oak.security.privilege.PrivilegeBits
-
- assignFrom(PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryPropertyBuilder
-
- assignFrom(PropertyState) - Method in interface org.apache.jackrabbit.oak.spi.state.PropertyBuilder
-
Clone property
to the property state being built.
- AstElementFactory - Class in org.apache.jackrabbit.oak.query.ast
-
A factory for syntax tree elements.
- AstElementFactory() - Constructor for class org.apache.jackrabbit.oak.query.ast.AstElementFactory
-
- AstVisitor - Interface in org.apache.jackrabbit.oak.query.ast
-
A visitor to access all elements.
- AstVisitorBase - Class in org.apache.jackrabbit.oak.query.ast
-
The base class to visit all elements.
- AstVisitorBase() - Constructor for class org.apache.jackrabbit.oak.query.ast.AstVisitorBase
-
- ASYNC_PROPERTY_NAME - Static variable in interface org.apache.jackrabbit.oak.plugins.index.IndexConstants
-
- AsyncIndexUpdate - Class in org.apache.jackrabbit.oak.plugins.index
-
- AsyncIndexUpdate(NodeStore, ScheduledExecutorService, IndexEditorProvider) - Constructor for class org.apache.jackrabbit.oak.plugins.index.AsyncIndexUpdate
-
- authenticate(LdapUser) - Method in class org.apache.jackrabbit.oak.security.authentication.ldap.JndiLdapSearch
-
- authenticate(LdapUser) - Method in interface org.apache.jackrabbit.oak.security.authentication.ldap.LdapSearch
-
- authenticate(Credentials) - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.Authentication
-
Validates the specified Credentials
and returns true
if
the validation was successful.
- Authentication - Interface in org.apache.jackrabbit.oak.spi.security.authentication
-
The
Authentication
interface defines methods to validate
Credentials
during the
login step
of the
authentication process.
- AuthenticationConfiguration - Interface in org.apache.jackrabbit.oak.spi.security.authentication
-
Interface for the authentication setup.
- AuthenticationConfigurationImpl - Class in org.apache.jackrabbit.oak.security.authentication
-
Default implementation of the
AuthenticationConfiguration
with the
following characteristics:
LoginContextProvider
: Returns the default implementation of
LoginContextProvider
that handles standard JAAS based logins and
deals with pre-authenticated subjects.
TokenProvider
: Returns the default implementation of the token
provider interface that stores information in the content repository.
- AuthenticationConfigurationImpl(SecurityProvider) - Constructor for class org.apache.jackrabbit.oak.security.authentication.AuthenticationConfigurationImpl
-
- AuthInfo - Interface in org.apache.jackrabbit.oak.api
-
AuthInfo
instances provide access to information related
to authentication and authorization of a given content session.
- AuthInfoImpl - Class in org.apache.jackrabbit.oak.spi.security.authentication
-
Default implementation of the AuthInfo interface.
- AuthInfoImpl(String, Map<String, ?>, Set<? extends Principal>) - Constructor for class org.apache.jackrabbit.oak.spi.security.authentication.AuthInfoImpl
-
- AuthorizableAction - Interface in org.apache.jackrabbit.oak.spi.security.user.action
-
- AuthorizableActionProvider - Interface in org.apache.jackrabbit.oak.spi.security.user.action
-
AuthorizableActionProvider
is used to provide AuthorizableAction
s
for each instance of UserManager
.
- AuthorizableNodeName - Interface in org.apache.jackrabbit.oak.spi.security.user
-
The AuthorizableNodeName
is in charge of generating a valid node
name from a given authorizable ID.
- AuthorizableNodeName.Default - Class in org.apache.jackrabbit.oak.spi.security.user
-
Default implementation of the AuthorizableNodeName
interface
that uses the specified authorizable identifier as node name
escaping
any illegal JCR chars.
- AuthorizableNodeName.Default() - Constructor for class org.apache.jackrabbit.oak.spi.security.user.AuthorizableNodeName.Default
-
- AuthorizableType - Enum in org.apache.jackrabbit.oak.spi.security.user
-
The different authorizable types.
- autoSave(boolean) - Method in class org.apache.jackrabbit.oak.security.user.UserManagerImpl
-
Changing the auto-save behavior is not supported by this implementation
and this method always throws UnsupportedRepositoryOperationException
- CACHE - Static variable in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService
-
- calculatePermissions(PrivilegeBits, PrivilegeBits, boolean) - Static method in class org.apache.jackrabbit.oak.security.privilege.PrivilegeBits
-
Calculate the granted permissions by evaluating the given privileges.
- call(Callable<T>) - Method in class org.apache.jackrabbit.oak.util.TODO
-
- callbackHandler - Variable in class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
-
- CallbackHandlerImpl - Class in org.apache.jackrabbit.oak.security.authentication
-
- CallbackHandlerImpl(Credentials, String, ContentRepository, SecurityProvider) - Constructor for class org.apache.jackrabbit.oak.security.authentication.CallbackHandlerImpl
-
- canConvert(int, int) - Static method in class org.apache.jackrabbit.oak.spi.query.PropertyValues
-
- canRestrictSelector(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.DynamicOperandImpl
-
Check whether the condition can be applied to a selector (to restrict the
selector).
- canRestrictSelector(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.FullTextSearchScoreImpl
-
- canRestrictSelector(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.LengthImpl
-
- canRestrictSelector(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.LowerCaseImpl
-
- canRestrictSelector(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.NodeLocalNameImpl
-
- canRestrictSelector(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.NodeNameImpl
-
- canRestrictSelector(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.PropertyValueImpl
-
- canRestrictSelector(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.UpperCaseImpl
-
- CHANGE_CHANGED - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
-
- CHANGE_CHANGED_PROPERTY - Static variable in class org.apache.jackrabbit.oak.spi.state.ConflictAnnotatingRebaseDiff
-
- CHANGE_DELETED - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
-
- CHANGE_DELETED_NODE - Static variable in class org.apache.jackrabbit.oak.spi.state.ConflictAnnotatingRebaseDiff
-
- CHANGE_DELETED_PROPERTY - Static variable in class org.apache.jackrabbit.oak.spi.state.ConflictAnnotatingRebaseDiff
-
- changeChangedProperty(NodeBuilder, PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.commit.AnnotatingConflictHandler
-
- changeChangedProperty(NodeBuilder, PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.commit.ChildOrderConflictHandler
-
- changeChangedProperty(NodeBuilder, PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.commit.ConflictHandlerWrapper
-
- changeChangedProperty(NodeBuilder, PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.commit.DefaultConflictHandler
-
- changeChangedProperty(NodeBuilder, PropertyState, PropertyState) - Method in interface org.apache.jackrabbit.oak.spi.commit.ConflictHandler
-
The property ours
has been changed in parent
while it was
also changed to a different value (theirs
) in the persistence store.
- changeChangedProperty(NodeBuilder, PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractRebaseDiff
-
Called when the property after
was changed on the branch but was
already changed to before
in the trunk.
- changeChangedProperty(NodeBuilder, PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.spi.state.ConflictAnnotatingRebaseDiff
-
- changeDeletedNode(NodeBuilder, String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.commit.AnnotatingConflictHandler
-
- changeDeletedNode(NodeBuilder, String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.commit.ConflictHandlerWrapper
-
- changeDeletedNode(NodeBuilder, String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.commit.DefaultConflictHandler
-
- changeDeletedNode(NodeBuilder, String, NodeState) - Method in interface org.apache.jackrabbit.oak.spi.commit.ConflictHandler
-
The node ours
has been changed in parent
while it was
removed in the persistence store.
- changeDeletedNode(NodeBuilder, String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractRebaseDiff
-
Called when the node after
was changed on the branch but was
deleted already in the trunk.
- changeDeletedNode(NodeBuilder, String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.state.ConflictAnnotatingRebaseDiff
-
- changeDeletedProperty(NodeBuilder, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.commit.AnnotatingConflictHandler
-
- changeDeletedProperty(NodeBuilder, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.commit.ChildOrderConflictHandler
-
- changeDeletedProperty(NodeBuilder, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.commit.ConflictHandlerWrapper
-
- changeDeletedProperty(NodeBuilder, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.commit.DefaultConflictHandler
-
- changeDeletedProperty(NodeBuilder, PropertyState) - Method in interface org.apache.jackrabbit.oak.spi.commit.ConflictHandler
-
The property ours
has been changed in parent
while it was
removed in the persistence store.
- changeDeletedProperty(NodeBuilder, PropertyState) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractRebaseDiff
-
Called when the property after
was changed on the branch but was
deleted already in the trunk.
- changeDeletedProperty(NodeBuilder, PropertyState) - Method in class org.apache.jackrabbit.oak.spi.state.ConflictAnnotatingRebaseDiff
-
- ChangeExtractor - Interface in org.apache.jackrabbit.oak.spi.observation
-
An instance of
ChangeExtractor
can be used to follow changes
done to a
Root
instance.
- checkLive() - Method in class org.apache.jackrabbit.oak.core.RootImpl
-
Called whenever a method on this instance or on any Tree
instance
obtained from this Root
is called.
- checkMandatoryItems(Tree) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeType
-
- checkName(String, boolean) - Static method in class org.apache.jackrabbit.oak.namepath.JcrNameParser
-
- checkOrderableChildNodes() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeType
-
- checkRemoveProperty(PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeType
-
- checkSetProperty(PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeType
-
- checkValidPolicy(String, AccessControlPolicy) - Static method in class org.apache.jackrabbit.oak.security.authorization.AccessControlUtils
-
- checkValidPrincipal(Principal, PrincipalManager) - Static method in class org.apache.jackrabbit.oak.security.authorization.AccessControlUtils
-
- checkValidPrincipals(Set<Principal>, PrincipalManager) - Static method in class org.apache.jackrabbit.oak.security.authorization.AccessControlUtils
-
- checkVersionable(Tree) - Method in class org.apache.jackrabbit.oak.plugins.version.ReadOnlyVersionManager
-
Checks if the given tree
is versionable and throws a UnsupportedRepositoryOperationException
if it is not.
- child(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
-
- child(String) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
-
Returns a builder for constructing changes to the named child node.
- child(String) - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
-
- childNode(String, String) - Method in class org.apache.jackrabbit.oak.query.ast.AstElementFactory
-
- childNodeAdded(String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.commit.ConflictValidator
-
- childNodeAdded(String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.commit.MergingNodeStateDiff
-
- childNodeAdded(String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation2.EventQueueWriter
-
- childNodeAdded(String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.segment.MergeDiff
-
- childNodeAdded(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.CompositeEditor
-
- childNodeAdded(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.DefaultEditor
-
- childNodeAdded(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.DefaultValidator
-
- childNodeAdded(String, NodeState) - Method in interface org.apache.jackrabbit.oak.spi.commit.Editor
-
Processes an added child node.
- childNodeAdded(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.EditorDiff
-
- childNodeAdded(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.FailingValidator
-
- childNodeAdded(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.SubtreeEditor
-
- childNodeAdded(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.SubtreeValidator
-
- childNodeAdded(String, NodeState) - Method in interface org.apache.jackrabbit.oak.spi.commit.Validator
-
Validate an added node
- childNodeAdded(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.VisibleEditor
-
- childNodeAdded(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.VisibleValidator
-
- childNodeAdded(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractRebaseDiff
-
- childNodeAdded(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.state.DefaultNodeStateDiff
-
- childNodeAdded(String, NodeState) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeStateDiff
-
Called for all added child nodes.
- childNodeChanged(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.commit.ConflictValidator
-
- childNodeChanged(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.commit.MergingNodeStateDiff
-
- childNodeChanged(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation2.EventQueueWriter
-
- childNodeChanged(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.segment.MergeDiff
-
- childNodeChanged(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.CompositeEditor
-
- childNodeChanged(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.DefaultEditor
-
- childNodeChanged(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.DefaultValidator
-
- childNodeChanged(String, NodeState, NodeState) - Method in interface org.apache.jackrabbit.oak.spi.commit.Editor
-
Processes a changed child node.
- childNodeChanged(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.EditorDiff
-
- childNodeChanged(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.FailingValidator
-
- childNodeChanged(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.SubtreeEditor
-
- childNodeChanged(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.SubtreeValidator
-
- childNodeChanged(String, NodeState, NodeState) - Method in interface org.apache.jackrabbit.oak.spi.commit.Validator
-
Validate a changed node
- childNodeChanged(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.VisibleEditor
-
- childNodeChanged(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.VisibleValidator
-
- childNodeChanged(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractRebaseDiff
-
- childNodeChanged(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.state.DefaultNodeStateDiff
-
- childNodeChanged(String, NodeState, NodeState) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeStateDiff
-
Called for all changed child nodes.
- childNodeDeleted(String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.commit.ConflictValidator
-
- childNodeDeleted(String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation2.EventQueueWriter
-
- childNodeDeleted(String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.segment.MergeDiff
-
- childNodeDeleted(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.CompositeEditor
-
- childNodeDeleted(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.DefaultEditor
-
- childNodeDeleted(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.DefaultValidator
-
- childNodeDeleted(String, NodeState) - Method in interface org.apache.jackrabbit.oak.spi.commit.Editor
-
Processes a deleted child node.
- childNodeDeleted(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.EditorDiff
-
- childNodeDeleted(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.FailingValidator
-
- childNodeDeleted(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.SubtreeEditor
-
- childNodeDeleted(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.SubtreeValidator
-
- childNodeDeleted(String, NodeState) - Method in interface org.apache.jackrabbit.oak.spi.commit.Validator
-
Validate a deleted node
- childNodeDeleted(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.VisibleEditor
-
- childNodeDeleted(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.VisibleValidator
-
- childNodeDeleted(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractRebaseDiff
-
- childNodeDeleted(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.state.DefaultNodeStateDiff
-
- childNodeDeleted(String, NodeState) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeStateDiff
-
Called for all deleted child nodes.
- ChildNodeEntry - Interface in org.apache.jackrabbit.oak.spi.state
-
A
ChildNodeEntry
instance represents the child node states of a
NodeState
.
- ChildNodeImpl - Class in org.apache.jackrabbit.oak.query.ast
-
The "ischildnode(...)" condition.
- ChildNodeImpl(String, String) - Constructor for class org.apache.jackrabbit.oak.query.ast.ChildNodeImpl
-
- childNodeJoinCondition(String, String) - Method in class org.apache.jackrabbit.oak.query.ast.AstElementFactory
-
- ChildNodeJoinConditionImpl - Class in org.apache.jackrabbit.oak.query.ast
-
The "ischildnode(...)" join condition.
- ChildNodeJoinConditionImpl(String, String) - Constructor for class org.apache.jackrabbit.oak.query.ast.ChildNodeJoinConditionImpl
-
- ChildOrderConflictHandler - Class in org.apache.jackrabbit.oak.plugins.commit
-
This conflict handler instance takes care of properly merging conflicts
occurring by concurrent reorder operations.
- ChildOrderConflictHandler(ConflictHandler) - Constructor for class org.apache.jackrabbit.oak.plugins.commit.ChildOrderConflictHandler
-
- clear() - Method in class org.apache.jackrabbit.oak.spi.xml.ReferenceChangeTracker
-
Resets all internal state.
- ClearMembershipAction - Class in org.apache.jackrabbit.oak.spi.security.user.action
-
Authorizable action attempting to clear all group membership before removing
the specified authorizable.
- ClearMembershipAction() - Constructor for class org.apache.jackrabbit.oak.spi.security.user.action.ClearMembershipAction
-
- clearState() - Method in class org.apache.jackrabbit.oak.security.authentication.ldap.LdapLoginModule
-
- clearState() - Method in class org.apache.jackrabbit.oak.security.authentication.token.TokenLoginModule
-
- clearState() - Method in class org.apache.jackrabbit.oak.security.authentication.user.LoginModuleImpl
-
- clearState() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
-
- close() - Method in class org.apache.jackrabbit.oak.plugins.segment.file.FileStore
-
- close() - Method in class org.apache.jackrabbit.oak.plugins.segment.memory.MemoryStore
-
- close() - Method in class org.apache.jackrabbit.oak.plugins.segment.mongo.MongoStore
-
- close() - Method in interface org.apache.jackrabbit.oak.plugins.segment.SegmentStore
-
- close() - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentStream
-
- collect(Filter) - Method in class org.apache.jackrabbit.oak.plugins.index.diffindex.BaseDiffCollector
-
- collect(Filter) - Method in class org.apache.jackrabbit.oak.plugins.index.diffindex.UUIDDiffCollector
-
- column(String, String, String) - Method in class org.apache.jackrabbit.oak.query.ast.AstElementFactory
-
- ColumnImpl - Class in org.apache.jackrabbit.oak.query.ast
-
A result column expression.
- ColumnImpl(String, String, String) - Constructor for class org.apache.jackrabbit.oak.query.ast.ColumnImpl
-
- commit() - Method in interface org.apache.jackrabbit.oak.api.Root
-
Atomically apply all changes made to the tree contained in this root to the
underlying store and refreshes this root.
- commit() - Method in class org.apache.jackrabbit.oak.core.ImmutableRoot
-
- commit() - Method in class org.apache.jackrabbit.oak.core.RootImpl
-
- commit() - Method in class org.apache.jackrabbit.oak.security.authentication.token.TokenLoginModule
-
- commit() - Method in class org.apache.jackrabbit.oak.security.authentication.user.LoginModuleImpl
-
- commit() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.external.ExternalLoginModule
-
TODO
- commit() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.GuestLoginModule
-
- CommitFailedException - Exception in org.apache.jackrabbit.oak.api
-
Main exception thrown by methods defined on the ContentSession
interface indicating that committing a given set of changes failed.
- CommitFailedException(String, String, int, String, Throwable) - Constructor for exception org.apache.jackrabbit.oak.api.CommitFailedException
-
- CommitFailedException(String, int, String, Throwable) - Constructor for exception org.apache.jackrabbit.oak.api.CommitFailedException
-
- CommitFailedException(String, int, String) - Constructor for exception org.apache.jackrabbit.oak.api.CommitFailedException
-
- CommitHook - Interface in org.apache.jackrabbit.oak.spi.commit
-
Extension point for validating and modifying content changes.
- compareAgainstBaseState(NodeState, NodeStateDiff) - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeState
-
Optimised comparison method that can avoid traversing all properties
and child nodes if both this and the given base node state come from
the same MicroKernel and either have the same content hash (when
available) or are located at the same path in different revisions.
- compareAgainstBaseState(NodeState, NodeStateDiff) - Method in class org.apache.jackrabbit.oak.plugins.memory.EmptyNodeState
-
- compareAgainstBaseState(NodeState, NodeStateDiff) - Method in class org.apache.jackrabbit.oak.plugins.memory.ModifiedNodeState
-
Since we keep track of an explicit base node state for a
ModifiedNodeState
instance, we can do this in two steps:
first compare all the modified properties and child nodes to those
of the given base state, and then compare the base states to each
other, ignoring all changed properties and child nodes that were
already covered earlier.
- compareAgainstBaseState(NodeState, NodeStateDiff) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeState
-
- compareAgainstBaseState(SegmentStore, RecordId, Template, RecordId, NodeStateDiff) - Method in class org.apache.jackrabbit.oak.plugins.segment.Template
-
- compareAgainstBaseState(NodeState, NodeStateDiff) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeState
-
Generic default comparison algorithm that simply walks through the
property and child node lists of the given base state and compares
the entries one by one with corresponding ones (if any) in this state.
- compareAgainstBaseState(NodeState, NodeStateDiff) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeState
-
Compares this node state against the given base state.
- compareAgainstEmptyState(NodeState, NodeStateDiff) - Static method in class org.apache.jackrabbit.oak.plugins.memory.EmptyNodeState
-
- comparePropertiesAgainstBaseState(NodeState, NodeStateDiff) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeState
-
Compares the properties of base
state with this
state.
- compareRows(PropertyValue[], PropertyValue[]) - Method in class org.apache.jackrabbit.oak.query.Query
-
- compareTo(Type<?>) - Method in class org.apache.jackrabbit.oak.api.Type
-
- compareTo(Blob) - Method in class org.apache.jackrabbit.oak.plugins.memory.AbstractBlob
-
- compareTo(RecordId) - Method in class org.apache.jackrabbit.oak.plugins.segment.RecordId
-
- compareTo(Blob) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentBlob
-
- compareTo(ResultRowImpl) - Method in class org.apache.jackrabbit.oak.query.ResultRowImpl
-
- compareTo(PropertyValue) - Method in class org.apache.jackrabbit.oak.spi.query.PropertyStateValue
-
- comparison(DynamicOperandImpl, Operator, StaticOperandImpl) - Method in class org.apache.jackrabbit.oak.query.ast.AstElementFactory
-
- ComparisonImpl - Class in org.apache.jackrabbit.oak.query.ast
-
A comparison operation (including "like").
- ComparisonImpl(DynamicOperandImpl, Operator, StaticOperandImpl) - Constructor for class org.apache.jackrabbit.oak.query.ast.ComparisonImpl
-
- ComparisonImpl.LikePattern - Class in org.apache.jackrabbit.oak.query.ast
-
A pattern matcher.
- ComparisonImpl.LikePattern(String) - Constructor for class org.apache.jackrabbit.oak.query.ast.ComparisonImpl.LikePattern
-
- CompiledPermissions - Interface in org.apache.jackrabbit.oak.security.authorization.permission
-
CompiledPermissions...
- compose(Collection<IndexEditorProvider>) - Static method in class org.apache.jackrabbit.oak.plugins.index.CompositeIndexEditorProvider
-
- compose(Collection<? extends Editor>) - Static method in class org.apache.jackrabbit.oak.spi.commit.CompositeEditor
-
- compose(Collection<? extends EditorProvider>) - Static method in class org.apache.jackrabbit.oak.spi.commit.CompositeEditorProvider
-
- compose(Collection<CommitHook>) - Static method in class org.apache.jackrabbit.oak.spi.commit.CompositeHook
-
- compose(Collection<QueryIndexProvider>) - Static method in class org.apache.jackrabbit.oak.spi.query.CompositeQueryIndexProvider
-
- CompositeEditor - Class in org.apache.jackrabbit.oak.spi.commit
-
Aggregation of a list of editors into a single editor.
- CompositeEditor(Collection<? extends Editor>) - Constructor for class org.apache.jackrabbit.oak.spi.commit.CompositeEditor
-
- CompositeEditor(Editor...) - Constructor for class org.apache.jackrabbit.oak.spi.commit.CompositeEditor
-
- CompositeEditorProvider - Class in org.apache.jackrabbit.oak.spi.commit
-
Aggregation of a list of editor providers into a single provider.
- CompositeEditorProvider(EditorProvider...) - Constructor for class org.apache.jackrabbit.oak.spi.commit.CompositeEditorProvider
-
- CompositeHook - Class in org.apache.jackrabbit.oak.spi.commit
-
Composite commit hook.
- CompositeHook(CommitHook...) - Constructor for class org.apache.jackrabbit.oak.spi.commit.CompositeHook
-
- CompositeIndexEditorProvider - Class in org.apache.jackrabbit.oak.plugins.index
-
Aggregation of a list of editor providers into a single provider.
- CompositeIndexEditorProvider(IndexEditorProvider...) - Constructor for class org.apache.jackrabbit.oak.plugins.index.CompositeIndexEditorProvider
-
- CompositeInitializer - Class in org.apache.jackrabbit.oak.spi.lifecycle
-
- CompositeInitializer(Collection<RepositoryInitializer>) - Constructor for class org.apache.jackrabbit.oak.spi.lifecycle.CompositeInitializer
-
- CompositeInitializer(RepositoryInitializer...) - Constructor for class org.apache.jackrabbit.oak.spi.lifecycle.CompositeInitializer
-
- CompositePattern - Class in org.apache.jackrabbit.oak.spi.security.authorization.restriction
-
- CompositePattern(List<RestrictionPattern>) - Constructor for class org.apache.jackrabbit.oak.spi.security.authorization.restriction.CompositePattern
-
- CompositePrincipalProvider - Class in org.apache.jackrabbit.oak.spi.security.principal
-
PrincipalProvider
implementation that aggregates a list of principal
providers into a single.
- CompositePrincipalProvider(List<PrincipalProvider>) - Constructor for class org.apache.jackrabbit.oak.spi.security.principal.CompositePrincipalProvider
-
- CompositeQueryIndexProvider - Class in org.apache.jackrabbit.oak.spi.query
-
This QueryIndexProvider
aggregates a list of query index providers
into a single query index provider.
- CompositeQueryIndexProvider(QueryIndexProvider...) - Constructor for class org.apache.jackrabbit.oak.spi.query.CompositeQueryIndexProvider
-
- ConfigurationParameters - Class in org.apache.jackrabbit.oak.spi.security
-
ConfigurationParameters...
- ConfigurationParameters() - Constructor for class org.apache.jackrabbit.oak.spi.security.ConfigurationParameters
-
- ConfigurationParameters(Map<String, ?>) - Constructor for class org.apache.jackrabbit.oak.spi.security.ConfigurationParameters
-
- CONFIGURATIONS_PATH - Static variable in interface org.apache.jackrabbit.oak.plugins.version.VersionConstants
-
Quote from JSR 283 Section "15.13.2 Configuration Proxy Nodes"
Each configuration in a given workspace is represented by a distinct proxy
node of type nt:configuration located in configuration storage within the
same workspace under /jcr:system/jcr:configurations/.
- ConfigurationUtil - Class in org.apache.jackrabbit.oak.spi.security.authentication
-
Utility to create
Configuration
s for built-in LoginModule implementations.
- CONFLICT - Static variable in class org.apache.jackrabbit.oak.spi.state.ConflictAnnotatingRebaseDiff
-
- ConflictAnnotatingRebaseDiff - Class in org.apache.jackrabbit.oak.spi.state
-
This implementation of
AbstractRebaseDiff
implements a
NodeStateDiff
,
which performs the conflict handling as defined in
MicroKernel.rebase(String, String)
on the Oak SPI state level by annotating conflicting items with conflict
markers.
- ConflictAnnotatingRebaseDiff(NodeBuilder) - Constructor for class org.apache.jackrabbit.oak.spi.state.ConflictAnnotatingRebaseDiff
-
- ConflictHandler - Interface in org.apache.jackrabbit.oak.spi.commit
-
A
ConflictHandler
is responsible for handling conflicts which happen
on
Root.rebase()
and on the implicit rebase operation which
takes part on
Root.commit()
.
- ConflictHandler.Resolution - Enum in org.apache.jackrabbit.oak.spi.commit
-
Resolutions for conflicts
- ConflictHandlerWrapper - Class in org.apache.jackrabbit.oak.plugins.commit
-
This
ConflictHandler
implementation wraps another conflict handler
and forwards all calls to the wrapped handler.
- ConflictHandlerWrapper(ConflictHandler) - Constructor for class org.apache.jackrabbit.oak.plugins.commit.ConflictHandlerWrapper
-
- ConflictHook - Class in org.apache.jackrabbit.oak.plugins.commit
-
This commit hook implementation is responsible for resolving
conflicts.
- ConflictHook(ConflictHandler) - Constructor for class org.apache.jackrabbit.oak.plugins.commit.ConflictHook
-
Create a new instance of the conflict hook using the
passed conflict handler for resolving conflicts.
- ConflictValidator - Class in org.apache.jackrabbit.oak.plugins.commit
-
Validator
which checks the presence of conflict markers
in the tree in fails the commit if any are found.
- ConflictValidator() - Constructor for class org.apache.jackrabbit.oak.plugins.commit.ConflictValidator
-
- ConflictValidatorProvider - Class in org.apache.jackrabbit.oak.plugins.commit
-
TODO document
- ConflictValidatorProvider() - Constructor for class org.apache.jackrabbit.oak.plugins.commit.ConflictValidatorProvider
-
- CONSTRAINT - Static variable in exception org.apache.jackrabbit.oak.api.CommitFailedException
-
Type name for constraint violation errors.
- CONSTRAINT - Static variable in class org.apache.jackrabbit.oak.spi.security.user.action.PasswordValidationAction
-
- ConstraintImpl - Class in org.apache.jackrabbit.oak.query.ast
-
The base class for constraints.
- ConstraintImpl() - Constructor for class org.apache.jackrabbit.oak.query.ast.ConstraintImpl
-
- Constraints - Class in org.apache.jackrabbit.oak.plugins.nodetype.constraint
-
- contains(int) - Method in class org.apache.jackrabbit.oak.spi.security.authentication.external.SyncMode
-
- contains(String) - Method in class org.apache.jackrabbit.oak.spi.security.ConfigurationParameters
-
Returns true
if this instance contains a configuration entry with
the specified key irrespective of the defined value; false
otherwise.
- contentChanged(NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.EmptyObserver
-
- contentChanged(NodeState, NodeState) - Method in interface org.apache.jackrabbit.oak.spi.commit.Observer
-
Observes a content change.
- ContentMirrorStoreStrategy - Class in org.apache.jackrabbit.oak.plugins.index.property.strategy
-
An IndexStoreStrategy implementation that saves the nodes under a hierarchy
that mirrors the repository tree.
- ContentMirrorStoreStrategy() - Constructor for class org.apache.jackrabbit.oak.plugins.index.property.strategy.ContentMirrorStoreStrategy
-
- ContentRepository - Interface in org.apache.jackrabbit.oak.api
-
Oak content repository.
- ContentRepositoryImpl - Class in org.apache.jackrabbit.oak.core
-
- ContentRepositoryImpl(NodeStore, CommitHook, String, QueryIndexProvider, SecurityProvider) - Constructor for class org.apache.jackrabbit.oak.core.ContentRepositoryImpl
-
Creates an content repository instance based on the given, already
initialized components.
- ContentSession - Interface in org.apache.jackrabbit.oak.api
-
Authentication session for accessing (TODO: a workspace inside) a content
repository.
- Context - Interface in org.apache.jackrabbit.oak.spi.security
-
Context...
- Context.Default - Class in org.apache.jackrabbit.oak.spi.security
-
- Context.Default() - Constructor for class org.apache.jackrabbit.oak.spi.security.Context.Default
-
- Conversions - Class in org.apache.jackrabbit.oak.plugins.value
-
Utility class defining the conversion that take place between
PropertyState
s
of different types.
- Conversions.Converter - Class in org.apache.jackrabbit.oak.plugins.value
-
A converter converts a value to its representation as a specific target type.
- Conversions.Converter() - Constructor for class org.apache.jackrabbit.oak.plugins.value.Conversions.Converter
-
- convert(String) - Static method in class org.apache.jackrabbit.oak.plugins.value.Conversions
-
Create a converter for a string.
- convert(Blob) - Static method in class org.apache.jackrabbit.oak.plugins.value.Conversions
-
Create a converter for a binary.
- convert(long) - Static method in class org.apache.jackrabbit.oak.plugins.value.Conversions
-
Create a converter for a long.
- convert(double) - Static method in class org.apache.jackrabbit.oak.plugins.value.Conversions
-
Create a converter for a double.
- convert(Calendar) - Static method in class org.apache.jackrabbit.oak.plugins.value.Conversions
-
Create a converter for a date.
- convert(boolean) - Static method in class org.apache.jackrabbit.oak.plugins.value.Conversions
-
Create a converter for a boolean.
- convert(BigDecimal) - Static method in class org.apache.jackrabbit.oak.plugins.value.Conversions
-
Create a converter for a decimal.
- convert(String) - Method in class org.apache.jackrabbit.oak.query.XPathToSQL2Converter
-
Convert the query to SQL2.
- convert(PropertyValue, int, NamePathMapper) - Static method in class org.apache.jackrabbit.oak.spi.query.PropertyValues
-
Converts the given value to a value of the specified target type.
- convertBytesToHex(byte[]) - Static method in class org.apache.jackrabbit.oak.spi.security.user.util.PasswordUtility
-
Convert a byte array to a hex encoded string.
- convertHexToBytes(String) - Static method in class org.apache.jackrabbit.oak.spi.security.user.util.PasswordUtility
-
Convert a hex encoded string to a byte array.
- copy(String, String) - Method in interface org.apache.jackrabbit.oak.api.Root
-
Copy the child located at sourcePath
to a child at destPath
.
- copy(String, String) - Method in class org.apache.jackrabbit.oak.core.ImmutableRoot
-
- copy(String, String) - Method in class org.apache.jackrabbit.oak.core.RootImpl
-
- copy(Type<T>, PropertyState) - Static method in class org.apache.jackrabbit.oak.plugins.memory.MemoryPropertyBuilder
-
Create a new instance for building PropertyState
instances
of the given type
.
- copy(String, String) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeStoreBranch
-
Copies a node in this private branch.
- count() - Method in interface org.apache.jackrabbit.oak.api.PropertyState
-
The number of values of this property.
- count() - Method in interface org.apache.jackrabbit.oak.api.PropertyValue
-
The number of values of this object.
- count(NodeState, List<String>, int) - Method in class org.apache.jackrabbit.oak.plugins.index.property.strategy.ContentMirrorStoreStrategy
-
- count(NodeState, List<String>, int) - Method in interface org.apache.jackrabbit.oak.plugins.index.property.strategy.IndexStoreStrategy
-
Count the occurrence of a given set of values.
- count() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryPropertyBuilder
-
- count() - Method in class org.apache.jackrabbit.oak.spi.query.PropertyStateValue
-
- count(Iterable<?>) - Static method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeState
-
- count() - Method in interface org.apache.jackrabbit.oak.spi.state.PropertyBuilder
-
- create(ReadOnlyNodeTypeManager, String, NodeState) - Static method in class org.apache.jackrabbit.oak.plugins.observation2.EventQueueWriter.ListenerSpec
-
- create(long, long, Iterator<T>) - Static method in class org.apache.jackrabbit.oak.security.user.query.ResultIterator
-
Returns an iterator respecting the specified offset
and max
.
- create(PropertyState) - Static method in class org.apache.jackrabbit.oak.spi.query.PropertyValues
-
- create(PropertyValue) - Static method in class org.apache.jackrabbit.oak.spi.query.PropertyValues
-
- create(Tree) - Static method in class org.apache.jackrabbit.oak.util.TreeLocation
-
Create a new TreeLocation
instance for a tree
- create(Root, String) - Static method in class org.apache.jackrabbit.oak.util.TreeLocation
-
Create a new TreeLocation
instance for the item
at the given path
in root
.
- create(Root) - Static method in class org.apache.jackrabbit.oak.util.TreeLocation
-
Equivalent to create(root, "/")
- CREATE_GROUP - Static variable in class org.apache.jackrabbit.oak.spi.security.authentication.external.SyncMode
-
- CREATE_USER - Static variable in class org.apache.jackrabbit.oak.spi.security.authentication.external.SyncMode
-
- createBinary(InputStream) - Method in class org.apache.jackrabbit.oak.plugins.value.ValueFactoryImpl
-
- createBlob(InputStream) - Method in interface org.apache.jackrabbit.oak.api.BlobFactory
-
Create a
Blob
from the given input stream.
- createBlob(InputStream) - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeStore
-
- createBlob(InputStream) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeStore
-
- createBlob(InputStream) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStore
-
- createBlob(InputStream) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService
-
- createBlob(InputStream) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeStore
-
Create a
Blob
from the given input stream.
- createChildBuilder(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
-
Factory method for creating new child state builders.
- createContentRepository() - Method in class org.apache.jackrabbit.oak.Oak
-
- createContentSession() - Method in class org.apache.jackrabbit.oak.Oak
-
Creates a content repository with the given configuration
and logs in to the default workspace with no credentials,
returning the resulting content session.
- createDateProperty(String, long) - Static method in class org.apache.jackrabbit.oak.plugins.memory.LongPropertyState
-
Create a PropertyState
for a date value from a long.
- createDateProperty(String, Calendar) - Static method in class org.apache.jackrabbit.oak.plugins.memory.LongPropertyState
-
Create a PropertyState
for a date.
- createDateProperty(String, String) - Static method in class org.apache.jackrabbit.oak.plugins.memory.LongPropertyState
-
Create a PropertyState
for a date from a String.
- createDateProperty(String, Iterable<String>) - Static method in class org.apache.jackrabbit.oak.plugins.memory.MultiLongPropertyState
-
Create a multi valued PropertyState
of dates from a list of strings.
- createDatePropertyFromCalendar(String, Iterable<Calendar>) - Static method in class org.apache.jackrabbit.oak.plugins.memory.MultiLongPropertyState
-
Create a multi valued PropertyState
of dates.
- createDatePropertyFromLong(String, Iterable<Long>) - Static method in class org.apache.jackrabbit.oak.plugins.memory.MultiLongPropertyState
-
Create a multi valued PropertyState
of dates from a list of longs.
- createDiff(NodeBuilder, String) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractRebaseDiff
-
Factory method for creating a rebase handler for the named child of the passed
parent builder.
- createDiff(NodeBuilder, String) - Method in class org.apache.jackrabbit.oak.spi.state.ConflictAnnotatingRebaseDiff
-
- createFromRoot(Root, TreeTypeProvider) - Static method in class org.apache.jackrabbit.oak.core.ImmutableTree
-
- createGroup(String) - Method in class org.apache.jackrabbit.oak.security.user.UserManagerImpl
-
- createGroup(Principal) - Method in class org.apache.jackrabbit.oak.security.user.UserManagerImpl
-
- createGroup(Principal, String) - Method in class org.apache.jackrabbit.oak.security.user.UserManagerImpl
-
- createGroup(String, Principal, String) - Method in class org.apache.jackrabbit.oak.security.user.UserManagerImpl
-
- createIndexDefinition(NodeBuilder, String, boolean, boolean, Collection<String>, Collection<String>) - Static method in class org.apache.jackrabbit.oak.plugins.index.IndexUtils
-
Create a new property2 index definition below the given indexNode
.
- createIndexDefinition(NodeUtil, String, boolean, String[], String[]) - Static method in class org.apache.jackrabbit.oak.plugins.index.IndexUtils
-
Create a new property2 index definition below the given indexNode
.
- createLongProperty(String, long) - Static method in class org.apache.jackrabbit.oak.plugins.memory.LongPropertyState
-
Create a PropertyState
from a long.
- createLongProperty(String, Iterable<Long>) - Static method in class org.apache.jackrabbit.oak.plugins.memory.MultiLongPropertyState
-
Create a multi valued PropertyState
from a list of longs.
- createNodeDefinitionTemplate() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
-
- createNodeDefinitionTemplate() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.write.ReadWriteNodeTypeManager
-
- createNodeTypeTemplate() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
-
- createNodeTypeTemplate(NodeTypeDefinition) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
-
- createNodeTypeTemplate() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.write.ReadWriteNodeTypeManager
-
- createNodeTypeTemplate(NodeTypeDefinition) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.write.ReadWriteNodeTypeManager
-
- createProperty(String, Value) - Static method in class org.apache.jackrabbit.oak.plugins.memory.PropertyStates
-
Create a PropertyState
based on a Value
.
- createProperty(String, Iterable<Value>) - Static method in class org.apache.jackrabbit.oak.plugins.memory.PropertyStates
-
Create a multi valued PropertyState
based on a list of
Value
instances.
- createProperty(String, String, int) - Static method in class org.apache.jackrabbit.oak.plugins.memory.PropertyStates
-
Create a PropertyState
from a string.
- createProperty(String, Object, Type<?>) - Static method in class org.apache.jackrabbit.oak.plugins.memory.PropertyStates
-
Create a PropertyState
.
- createProperty(String, T) - Static method in class org.apache.jackrabbit.oak.plugins.memory.PropertyStates
-
Create a
PropertyState
where the
Type
of the property state
is inferred from the runtime type of
T
according to the mapping
established through
Type
.
- createPropertyDefinitionTemplate() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
-
- createPropertyDefinitionTemplate() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.write.ReadWriteNodeTypeManager
-
- createRestriction(String, String, Value) - Method in class org.apache.jackrabbit.oak.security.authorization.restriction.PrincipalRestrictionProvider
-
- createRestriction(String, String, Value...) - Method in class org.apache.jackrabbit.oak.security.authorization.restriction.PrincipalRestrictionProvider
-
- createRestriction(String, String, Value) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.restriction.AbstractRestrictionProvider
-
- createRestriction(String, String, Value...) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.restriction.AbstractRestrictionProvider
-
- createRestriction(String, String, Value) - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionProvider
-
- createRestriction(String, String, Value...) - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionProvider
-
- createRoot() - Method in class org.apache.jackrabbit.oak.Oak
-
Creates a content repository with the given configuration
and returns a
Root
instance after logging in to the
default workspace with no credentials.
- createSegment(UUID, byte[], int, int, Collection<UUID>, Map<String, RecordId>, Map<Template, RecordId>) - Method in class org.apache.jackrabbit.oak.plugins.segment.file.FileStore
-
- createSegment(UUID, byte[], int, int, Collection<UUID>, Map<String, RecordId>, Map<Template, RecordId>) - Method in class org.apache.jackrabbit.oak.plugins.segment.memory.MemoryStore
-
- createSegment(UUID, byte[], int, int, Collection<UUID>, Map<String, RecordId>, Map<Template, RecordId>) - Method in class org.apache.jackrabbit.oak.plugins.segment.mongo.MongoStore
-
- createSegment(UUID, byte[], int, int, Collection<UUID>, Map<String, RecordId>, Map<Template, RecordId>) - Method in interface org.apache.jackrabbit.oak.plugins.segment.SegmentStore
-
- createToken(Credentials) - Method in class org.apache.jackrabbit.oak.security.authentication.token.TokenProviderImpl
-
Create a separate token node underneath a dedicated token store within
the user home node.
- createToken(String, Map<String, ?>) - Method in class org.apache.jackrabbit.oak.security.authentication.token.TokenProviderImpl
-
Create a separate token node underneath a dedicated token store within
the user home node.
- createToken(Credentials) - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.token.TokenProvider
-
Issues a new login token for the user with the specified credentials
and returns the associated TokenInfo
.
- createToken(String, Map<String, ?>) - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.token.TokenProvider
-
Issues a new login token for the user with the given userId
and the specified attributes.
- createUser(String, String) - Method in class org.apache.jackrabbit.oak.security.user.UserManagerImpl
-
- createUser(String, String, Principal, String) - Method in class org.apache.jackrabbit.oak.security.user.UserManagerImpl
-
- createValue(PropertyState, NamePathMapper) - Static method in class org.apache.jackrabbit.oak.plugins.value.ValueFactoryImpl
-
Utility method for creating a Value
based on a PropertyState
.
- createValue(PropertyValue, NamePathMapper) - Static method in class org.apache.jackrabbit.oak.plugins.value.ValueFactoryImpl
-
Utility method for creating a Value
based on a PropertyValue
.
- createValue(String) - Method in class org.apache.jackrabbit.oak.plugins.value.ValueFactoryImpl
-
- createValue(InputStream) - Method in class org.apache.jackrabbit.oak.plugins.value.ValueFactoryImpl
-
- createValue(Binary) - Method in class org.apache.jackrabbit.oak.plugins.value.ValueFactoryImpl
-
- createValue(long) - Method in class org.apache.jackrabbit.oak.plugins.value.ValueFactoryImpl
-
- createValue(double) - Method in class org.apache.jackrabbit.oak.plugins.value.ValueFactoryImpl
-
- createValue(Calendar) - Method in class org.apache.jackrabbit.oak.plugins.value.ValueFactoryImpl
-
- createValue(boolean) - Method in class org.apache.jackrabbit.oak.plugins.value.ValueFactoryImpl
-
- createValue(Node) - Method in class org.apache.jackrabbit.oak.plugins.value.ValueFactoryImpl
-
- createValue(Node, boolean) - Method in class org.apache.jackrabbit.oak.plugins.value.ValueFactoryImpl
-
- createValue(BigDecimal) - Method in class org.apache.jackrabbit.oak.plugins.value.ValueFactoryImpl
-
- createValue(String, int) - Method in class org.apache.jackrabbit.oak.plugins.value.ValueFactoryImpl
-
- createValues(PropertyState, NamePathMapper) - Static method in class org.apache.jackrabbit.oak.plugins.value.ValueFactoryImpl
-
Utility method for creating Value
s based on a PropertyState
.
- createValues(PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.value.ValueFactoryImpl
-
Utility method for creating Value
s based on a PropertyState
.
- CredentialsCallback - Class in org.apache.jackrabbit.oak.spi.security.authentication.callback
-
Callback implementation to retrieve Credentials
.
- CredentialsCallback() - Constructor for class org.apache.jackrabbit.oak.spi.security.authentication.callback.CredentialsCallback
-
- CredentialsImpl - Class in org.apache.jackrabbit.oak.security.user
-
Credentials implementation to cover
User.getCredentials()
- currentPath() - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
-
Get the current absolute path (including workspace name)
- currentProperty() - Method in class org.apache.jackrabbit.oak.query.ast.ColumnImpl
-
- currentProperty() - Method in class org.apache.jackrabbit.oak.query.ast.DynamicOperandImpl
-
- currentProperty() - Method in class org.apache.jackrabbit.oak.query.ast.FullTextSearchScoreImpl
-
- currentProperty() - Method in class org.apache.jackrabbit.oak.query.ast.LengthImpl
-
- currentProperty() - Method in class org.apache.jackrabbit.oak.query.ast.LowerCaseImpl
-
- currentProperty() - Method in class org.apache.jackrabbit.oak.query.ast.NodeLocalNameImpl
-
- currentProperty() - Method in class org.apache.jackrabbit.oak.query.ast.NodeNameImpl
-
- currentProperty() - Method in class org.apache.jackrabbit.oak.query.ast.PropertyValueImpl
-
- currentProperty(String) - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
-
- currentProperty() - Method in class org.apache.jackrabbit.oak.query.ast.UpperCaseImpl
-
- Cursor - Interface in org.apache.jackrabbit.oak.spi.query
-
A cursor to read a number of nodes sequentially.
- Cursors - Class in org.apache.jackrabbit.oak.spi.query
-
This utility class provides factory methods to create commonly used types of
Cursor
s.
- Cursors.AbstractCursor - Class in org.apache.jackrabbit.oak.spi.query
-
A Cursor implementation where the remove method throws an
UnsupportedOperationException.
- Cursors.AbstractCursor() - Constructor for class org.apache.jackrabbit.oak.spi.query.Cursors.AbstractCursor
-
- generateAceName(Tree, boolean) - Static method in class org.apache.jackrabbit.oak.security.authorization.AccessControlUtils
-
Create a unique valid name for the Permission nodes to be save.
- generateHash(String, String, String, int) - Static method in class org.apache.jackrabbit.oak.spi.security.user.util.PasswordUtility
-
- generateNodeName(String) - Method in class org.apache.jackrabbit.oak.spi.security.user.AuthorizableNodeName.Default
-
- generateNodeName(String) - Method in interface org.apache.jackrabbit.oak.spi.security.user.AuthorizableNodeName
-
Generates a node name from the specified authorizableId
.
- generateUUID() - Static method in class org.apache.jackrabbit.oak.core.IdentifierManager
-
- generateUUID(String) - Static method in class org.apache.jackrabbit.oak.core.IdentifierManager
-
- GenericPropertyState - Class in org.apache.jackrabbit.oak.plugins.memory
-
- GenericPropertyState(String, String, Type<?>) - Constructor for class org.apache.jackrabbit.oak.plugins.memory.GenericPropertyState
-
- get(String) - Static method in class org.apache.jackrabbit.oak.kernel.StringCache
-
- get(String) - Method in class org.apache.jackrabbit.oak.spi.xml.ReferenceChangeTracker
-
Returns the new node id to which oldUUID
has been mapped
or null
if no such mapping exists.
- GET_NAME - Static variable in interface org.apache.jackrabbit.oak.api.PropertyState
-
Mapping from a PropertyState instance to its name.
- GET_NAME - Static variable in interface org.apache.jackrabbit.oak.spi.state.ChildNodeEntry
-
Mapping from a ChildNodeEntry instance to its name.
- getAccessControlEntries() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.AbstractAccessControlList
-
- getAccessControlManager(Root, NamePathMapper) - Method in class org.apache.jackrabbit.oak.security.authorization.AccessControlConfigurationImpl
-
- getAccessControlManager(Root, NamePathMapper) - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.AccessControlConfiguration
-
- getAccessControlManager(Root, NamePathMapper) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.OpenAccessControlConfiguration
-
- getAclName(String) - Static method in class org.apache.jackrabbit.oak.security.authorization.AccessControlUtils
-
- getAdminId(ConfigurationParameters) - Static method in class org.apache.jackrabbit.oak.spi.security.user.util.UserUtility
-
- getAllNodeTypes() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
-
- getAnonymousId(ConfigurationParameters) - Static method in class org.apache.jackrabbit.oak.spi.security.user.util.UserUtility
-
- getApplicablePolicies(String) - Method in class org.apache.jackrabbit.oak.security.authorization.AccessControlManagerImpl
-
- getApplicablePolicies(Principal) - Method in class org.apache.jackrabbit.oak.security.authorization.AccessControlManagerImpl
-
- getArrayType() - Method in class org.apache.jackrabbit.oak.api.Type
-
Determine the array type which has this type as base type
- getAttribute(String) - Method in interface org.apache.jackrabbit.oak.api.AuthInfo
-
Returns the attribute with the given name or null
if no attribute
with that attributeName
exists.
- getAttribute(String) - Method in class org.apache.jackrabbit.oak.spi.security.authentication.AuthInfoImpl
-
- getAttributeNames() - Method in interface org.apache.jackrabbit.oak.api.AuthInfo
-
Returns the attribute names associated with this instance.
- getAttributeNames() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.AuthInfoImpl
-
- getAuthDn() - Method in class org.apache.jackrabbit.oak.security.authentication.ldap.LdapSettings
-
- getAuthInfo() - Method in interface org.apache.jackrabbit.oak.api.ContentSession
-
This methods provides access to information related to authentication
and authorization of this content session.
- getAuthorizable(String) - Method in class org.apache.jackrabbit.oak.security.user.UserManagerImpl
-
- getAuthorizable(Principal) - Method in class org.apache.jackrabbit.oak.security.user.UserManagerImpl
-
- getAuthorizableActionProvider() - Method in class org.apache.jackrabbit.oak.security.user.UserConfigurationImpl
-
- getAuthorizableActionProvider() - Method in interface org.apache.jackrabbit.oak.spi.security.user.UserConfiguration
-
- getAuthorizableActions() - Method in interface org.apache.jackrabbit.oak.spi.security.user.action.AuthorizableActionProvider
-
- getAuthorizableActions() - Method in class org.apache.jackrabbit.oak.spi.security.user.action.DefaultAuthorizableActionProvider
-
- getAuthorizableByPath(String) - Method in class org.apache.jackrabbit.oak.security.user.UserManagerImpl
-
- getAuthorizableRootPath(ConfigurationParameters, AuthorizableType) - Static method in class org.apache.jackrabbit.oak.spi.security.user.util.UserUtility
-
- getAuthPw() - Method in class org.apache.jackrabbit.oak.security.authentication.ldap.LdapSettings
-
- getAutoCreateNodeDefinitions() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeType
-
- getAutoCreatePropertyDefinitions() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeType
-
- getBase() - Method in interface org.apache.jackrabbit.oak.spi.state.NodeStoreBranch
-
Returns the base state of this branch.
- getBaseCredentials() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.ImpersonationCredentials
-
Returns the Credentials
originally passed to
Session.impersonate(javax.jcr.Credentials)
.
- getBaseState() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
-
- getBaseState() - Method in class org.apache.jackrabbit.oak.plugins.memory.ModifiedNodeState
-
- getBaseState() - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
-
Returns the original base state that this builder is modifying.
- getBaseState() - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
-
- getBaseType() - Method in class org.apache.jackrabbit.oak.api.Type
-
Determine the base type of array types
- getBaseVersion(Tree) - Method in class org.apache.jackrabbit.oak.plugins.version.ReadOnlyVersionManager
-
Returns the tree representing the base version of the given versionable
tree or null
if none exists yet.
- getBestIndex(Filter) - Method in class org.apache.jackrabbit.oak.query.Query
-
- getBestIndex(Query, NodeState, Filter) - Method in class org.apache.jackrabbit.oak.query.QueryEngineImpl
-
- getBinary() - Method in class org.apache.jackrabbit.oak.plugins.value.ValueImpl
-
- getBinaryID() - Method in class org.apache.jackrabbit.oak.kernel.KernelBlob
-
The id returned from MicroKernel.write(java.io.InputStream)
- getBindVariableName() - Method in class org.apache.jackrabbit.oak.query.ast.BindVariableValueImpl
-
- getBindVariableNames(String, String) - Method in interface org.apache.jackrabbit.oak.api.QueryEngine
-
Parse the query (check if it's valid) and get the list of bind variable names.
- getBindVariableNames() - Method in class org.apache.jackrabbit.oak.query.Query
-
- getBindVariableNames(String, String) - Method in class org.apache.jackrabbit.oak.query.QueryEngineImpl
-
Parse the query (check if it's valid) and get the list of bind variable names.
- getBindVariableValue(String) - Method in class org.apache.jackrabbit.oak.query.Query
-
- getBits(String...) - Method in class org.apache.jackrabbit.oak.security.privilege.PrivilegeBitsProvider
-
- getBlobFactory() - Method in interface org.apache.jackrabbit.oak.api.Root
-
Returns the blob factory (TODO: review if that really belongs to the OAK-API.
- getBlobFactory() - Method in class org.apache.jackrabbit.oak.core.ImmutableRoot
-
- getBlobFactory() - Method in class org.apache.jackrabbit.oak.core.RootImpl
-
- getBoolean(NodeBuilder, String) - Static method in class org.apache.jackrabbit.oak.plugins.index.IndexUtils
-
- getBoolean(NodeState, String) - Static method in class org.apache.jackrabbit.oak.plugins.index.IndexUtils
-
- getBoolean(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.EmptyNodeState
-
- getBoolean(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
-
- getBoolean() - Method in class org.apache.jackrabbit.oak.plugins.value.ValueImpl
-
- getBoolean(String) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeState
-
- getBoolean(String) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
-
Returns the boolean value of the named property.
- getBoolean(String) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeState
-
Returns the boolean value of the named property.
- getBoolean(String) - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
-
- getBoolean(String) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
-
Returns the boolean representation of the property with the specified
propertyName
.
- getBoolean(Tree, String) - Static method in class org.apache.jackrabbit.oak.util.TreeUtil
-
Returns the boolean representation of the property with the specified
propertyName
.
- getBound(String) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.DateConstraint
-
- getBound(String) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.DecimalConstraint
-
- getBound(String) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.DoubleConstraint
-
- getBound(String) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.LongConstraint
-
- getBound(String) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.NumericConstraint
-
- getChangeExtractor() - Method in class org.apache.jackrabbit.oak.core.RootImpl
-
- getChanges(NodeStateDiff) - Method in interface org.apache.jackrabbit.oak.spi.observation.ChangeExtractor
-
Get the most recent changes.
- getChild(String) - Method in interface org.apache.jackrabbit.oak.api.Tree
-
Get a possibly non existing child of this Tree
.
- getChild(String) - Method in class org.apache.jackrabbit.oak.core.ImmutableTree
-
- getChild(String) - Method in class org.apache.jackrabbit.oak.core.ReadOnlyTree
-
- getChild(String) - Method in class org.apache.jackrabbit.oak.core.TreeImpl
-
- getChild(String) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
-
- getChild(String) - Method in class org.apache.jackrabbit.oak.util.TreeLocation
-
Navigate to a child of the given name
.
- getChildName() - Method in class org.apache.jackrabbit.oak.plugins.segment.Template
-
- getChildNode(String) - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeState
-
- getChildNode(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.EmptyNodeState
-
- getChildNode(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
-
- getChildNode(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.ModifiedNodeState
-
- getChildNode(String) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeState
-
- getChildNode(String, SegmentStore, RecordId) - Method in class org.apache.jackrabbit.oak.plugins.segment.Template
-
- getChildNode(String) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
-
Returns a builder for constructing changes to the named child node.
- getChildNode(String) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeState
-
Returns the named, possibly non-existent, child node.
- getChildNode(String) - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
-
- getChildNodeCount() - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeState
-
- getChildNodeCount() - Method in class org.apache.jackrabbit.oak.plugins.memory.EmptyNodeState
-
- getChildNodeCount() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
-
- getChildNodeCount() - Method in class org.apache.jackrabbit.oak.plugins.memory.ModifiedNodeState
-
- getChildNodeCount() - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeState
-
- getChildNodeCount(SegmentStore, RecordId) - Method in class org.apache.jackrabbit.oak.plugins.segment.Template
-
- getChildNodeCount() - Method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeState
-
- getChildNodeCount() - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
-
Returns the current number of child nodes.
- getChildNodeCount() - Method in interface org.apache.jackrabbit.oak.spi.state.NodeState
-
Returns the number of iterable child nodes of this node.
- getChildNodeCount() - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
-
- getChildNodeEntries() - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeState
-
- getChildNodeEntries() - Method in class org.apache.jackrabbit.oak.plugins.memory.EmptyNodeState
-
- getChildNodeEntries() - Method in class org.apache.jackrabbit.oak.plugins.memory.ModifiedNodeState
-
- getChildNodeEntries() - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeState
-
- getChildNodeEntries() - Method in interface org.apache.jackrabbit.oak.spi.state.NodeState
-
Returns the iterable child node entries of this instance.
- getChildNodeNames() - Method in class org.apache.jackrabbit.oak.plugins.memory.EmptyNodeState
-
- getChildNodeNames() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
-
- getChildNodeNames() - Method in class org.apache.jackrabbit.oak.plugins.memory.ModifiedNodeState
-
- getChildNodeNames() - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeState
-
- getChildNodeNames() - Method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeState
-
- getChildNodeNames() - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
-
Returns the names of current child nodes.
- getChildNodeNames() - Method in interface org.apache.jackrabbit.oak.spi.state.NodeState
-
Returns the names of all iterable child nodes.
- getChildNodeNames() - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
-
- getChildOrNull(NodeBuilder, String) - Static method in class org.apache.jackrabbit.oak.plugins.index.IndexUtils
-
- getChildren() - Method in interface org.apache.jackrabbit.oak.api.Tree
-
All accessible children of this Tree
instance.
- getChildren() - Method in class org.apache.jackrabbit.oak.core.ImmutableTree
-
This implementation does not respect ordered child nodes, but always
returns them in some implementation specific order.
- getChildren() - Method in class org.apache.jackrabbit.oak.core.ReadOnlyTree
-
This implementation does not respect ordered child nodes, but always
returns them in some implementation specific order.
- getChildren() - Method in class org.apache.jackrabbit.oak.core.TreeImpl
-
- getChildrenCount() - Method in interface org.apache.jackrabbit.oak.api.Tree
-
Determine the number of children of this Tree
instance taking
access restrictions into account.
- getChildrenCount() - Method in class org.apache.jackrabbit.oak.core.ReadOnlyTree
-
- getChildrenCount() - Method in class org.apache.jackrabbit.oak.core.TreeImpl
-
- getChildStatus(ReadStatus, boolean) - Static method in class org.apache.jackrabbit.oak.spi.security.authorization.permission.ReadStatus
-
- getCode() - Method in exception org.apache.jackrabbit.oak.api.CommitFailedException
-
Returns the type-specific error code of this exception.
- getCollation(QueryBuilder.Direction) - Static method in class org.apache.jackrabbit.oak.security.user.query.QueryUtil
-
- getColumnIndex(String) - Method in class org.apache.jackrabbit.oak.query.Query
-
- getColumnName() - Method in class org.apache.jackrabbit.oak.query.ast.ColumnImpl
-
- getColumnNames() - Method in interface org.apache.jackrabbit.oak.api.Result
-
Get the list of column names.
- getColumnNames() - Method in class org.apache.jackrabbit.oak.query.ResultImpl
-
- getColumns() - Method in class org.apache.jackrabbit.oak.query.Query
-
- getCommitHooks(String) - Method in class org.apache.jackrabbit.oak.security.authorization.AccessControlConfigurationImpl
-
- getCommitHooks(String) - Method in class org.apache.jackrabbit.oak.security.privilege.PrivilegeConfigurationImpl
-
- getCommitHooks(String) - Method in class org.apache.jackrabbit.oak.spi.security.SecurityConfiguration.Default
-
- getCommitHooks(String) - Method in interface org.apache.jackrabbit.oak.spi.security.SecurityConfiguration
-
- getConfiguration(Class<T>) - Method in class org.apache.jackrabbit.oak.security.SecurityProviderImpl
-
- getConfiguration(Class<T>) - Method in class org.apache.jackrabbit.oak.spi.security.OpenSecurityProvider
-
- getConfiguration(Class<T>) - Method in interface org.apache.jackrabbit.oak.spi.security.SecurityProvider
-
- getConfigurations() - Method in class org.apache.jackrabbit.oak.security.SecurityProviderImpl
-
- getConfigurations() - Method in class org.apache.jackrabbit.oak.spi.security.OpenSecurityProvider
-
- getConfigurations() - Method in interface org.apache.jackrabbit.oak.spi.security.SecurityProvider
-
- getConfigValue(String, T) - Method in class org.apache.jackrabbit.oak.spi.security.ConfigurationParameters
-
- getConstraint() - Method in class org.apache.jackrabbit.oak.query.ast.NotImpl
-
- getConstraint() - Method in class org.apache.jackrabbit.oak.query.Query
-
- getConstraint1() - Method in class org.apache.jackrabbit.oak.query.ast.AndImpl
-
- getConstraint1() - Method in class org.apache.jackrabbit.oak.query.ast.OrImpl
-
- getConstraint2() - Method in class org.apache.jackrabbit.oak.query.ast.AndImpl
-
- getConstraint2() - Method in class org.apache.jackrabbit.oak.query.ast.OrImpl
-
- getContentRepository() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.callback.RepositoryCallback
-
- getContentSession() - Method in interface org.apache.jackrabbit.oak.api.Root
-
Get the ContentSession
from which this root was acquired
- getContentSession() - Method in class org.apache.jackrabbit.oak.core.ImmutableRoot
-
- getContentSession() - Method in class org.apache.jackrabbit.oak.core.RootImpl
-
- getContext() - Method in class org.apache.jackrabbit.oak.security.authorization.AccessControlConfigurationImpl
-
- getContext() - Method in class org.apache.jackrabbit.oak.security.privilege.PrivilegeConfigurationImpl
-
- getContext() - Method in class org.apache.jackrabbit.oak.security.user.UserConfigurationImpl
-
- getContext() - Method in class org.apache.jackrabbit.oak.spi.security.SecurityConfiguration.Default
-
- getContext() - Method in interface org.apache.jackrabbit.oak.spi.security.SecurityConfiguration
-
- getConverter() - Method in class org.apache.jackrabbit.oak.plugins.memory.BinaryPropertyState
-
- getConverter() - Method in class org.apache.jackrabbit.oak.plugins.memory.BooleanPropertyState
-
- getConverter() - Method in class org.apache.jackrabbit.oak.plugins.memory.DecimalPropertyState
-
- getConverter() - Method in class org.apache.jackrabbit.oak.plugins.memory.DoublePropertyState
-
- getConverter() - Method in class org.apache.jackrabbit.oak.plugins.memory.GenericPropertyState
-
- getConverter() - Method in class org.apache.jackrabbit.oak.plugins.memory.LongPropertyState
-
- getConverter(Blob) - Method in class org.apache.jackrabbit.oak.plugins.memory.MultiBinaryPropertyState
-
- getConverter(Boolean) - Method in class org.apache.jackrabbit.oak.plugins.memory.MultiBooleanPropertyState
-
- getConverter(BigDecimal) - Method in class org.apache.jackrabbit.oak.plugins.memory.MultiDecimalPropertyState
-
- getConverter(Double) - Method in class org.apache.jackrabbit.oak.plugins.memory.MultiDoublePropertyState
-
- getConverter(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.MultiGenericPropertyState
-
- getConverter(Long) - Method in class org.apache.jackrabbit.oak.plugins.memory.MultiLongPropertyState
-
- getConverter(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.MultiStringPropertyState
-
- getConverter() - Method in class org.apache.jackrabbit.oak.plugins.memory.StringPropertyState
-
- getCost(Filter) - Method in class org.apache.jackrabbit.oak.plugins.index.diffindex.BaseDiffCollector
-
- getCost(Filter) - Method in interface org.apache.jackrabbit.oak.plugins.index.diffindex.DiffCollector
-
- getCost(Filter, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.index.diffindex.DiffIndex
-
- getCost(Filter, String, PropertyValue) - Method in class org.apache.jackrabbit.oak.plugins.index.property.PropertyIndexLookup
-
- getCost(Filter, NodeState) - Method in class org.apache.jackrabbit.oak.query.index.TraversingIndex
-
- getCost(Filter, NodeState) - Method in interface org.apache.jackrabbit.oak.spi.query.QueryIndex
-
Estimate the worst-case cost to query with the given filter.
- getCredentials() - Method in class org.apache.jackrabbit.oak.security.authentication.ldap.LdapLoginModule
-
- getCredentials() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
-
- getCredentials() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.callback.CredentialsCallback
-
- getData() - Method in class org.apache.jackrabbit.oak.plugins.segment.Segment
-
- getDate() - Method in class org.apache.jackrabbit.oak.plugins.observation.EventImpl
-
- getDate() - Method in class org.apache.jackrabbit.oak.plugins.observation2.EventImpl
-
- getDate() - Method in class org.apache.jackrabbit.oak.plugins.value.ValueImpl
-
- getDecimal() - Method in class org.apache.jackrabbit.oak.plugins.value.ValueImpl
-
- getDeclaredAggregateNames() - Method in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeDefinition
-
Returns the internal names of the declared aggregated privileges or
an empty array if the privilege defined by this definition isn't
an aggregate.
- getDefaultConfiguration(ConfigurationParameters) - Static method in class org.apache.jackrabbit.oak.spi.security.authentication.ConfigurationUtil
-
Creates a new
Configuration
for the default OAK authentication
setup which only handles login for standard JCR credentials.
- getDefinition(Tree, String) - Method in interface org.apache.jackrabbit.oak.plugins.nodetype.DefinitionProvider
-
Returns the node definition for a child node of parent
named
nodeName
with a default primary type.
- getDefinition(Tree, Tree) - Method in interface org.apache.jackrabbit.oak.plugins.nodetype.DefinitionProvider
-
Calculates the applicable definition for the child node under the given
parent node.
- getDefinition(Tree, PropertyState, boolean) - Method in interface org.apache.jackrabbit.oak.plugins.nodetype.DefinitionProvider
-
Calculates the applicable definition for the property state under the
given parent tree.
- getDefinition(Tree, String) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
-
- getDefinition(Tree, Tree) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
-
- getDefinition(Tree, PropertyState, boolean) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
-
- getDescription() - Method in enum org.apache.jackrabbit.oak.plugins.version.VersionExceptionCode
-
- getDouble() - Method in class org.apache.jackrabbit.oak.plugins.value.ValueImpl
-
- getEffectiveNodeType(Node) - Method in interface org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeTypeProvider
-
Calculates and returns the effective node types of the given node.
- getEffectiveNodeType(Tree) - Method in interface org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeTypeProvider
-
Calculates and returns the effective node types of the given tree.
- getEffectiveNodeType(Node) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
-
Returns all the node types of the given node, in a breadth-first
traversal order of the type hierarchy.
- getEffectiveNodeType(Tree) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
-
- getEffectivePolicies(String) - Method in class org.apache.jackrabbit.oak.security.authorization.AccessControlManagerImpl
-
- getEffectivePolicies(Set<Principal>) - Method in class org.apache.jackrabbit.oak.security.authorization.AccessControlManagerImpl
-
- getEntries() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.AbstractAccessControlList
-
- getEntries() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.ImmutableACL
-
- getEventBundle(EventCollector, String) - Method in class org.apache.jackrabbit.oak.plugins.observation2.EventQueueReader
-
- getEventJournal() - Method in class org.apache.jackrabbit.oak.plugins.observation.ObservationManagerImpl
-
- getEventJournal(int, String, boolean, String[], String[]) - Method in class org.apache.jackrabbit.oak.plugins.observation.ObservationManagerImpl
-
- getEventJournal() - Method in class org.apache.jackrabbit.oak.plugins.observation2.ObservationManagerImpl2
-
- getEventJournal(int, String, boolean, String[], String[]) - Method in class org.apache.jackrabbit.oak.plugins.observation2.ObservationManagerImpl2
-
- getEveryone() - Method in class org.apache.jackrabbit.oak.security.principal.PrincipalManagerImpl
-
- getExecutorService() - Method in class org.apache.jackrabbit.oak.Oak
-
- getExistingSelector(String) - Method in class org.apache.jackrabbit.oak.query.ast.SourceImpl
-
Get the selector with the given name, or fail if not found.
- getExternalUser() - Method in class org.apache.jackrabbit.oak.security.authentication.ldap.LdapLoginModule
-
- getExternalUser() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.external.ExternalLoginModule
-
TODO
- getFulltextConditions() - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
-
- getFulltextConditions() - Method in interface org.apache.jackrabbit.oak.spi.query.Filter
-
Get the fulltext search conditions, if any.
- getFullTextSearchExpression() - Method in class org.apache.jackrabbit.oak.query.ast.FullTextSearchImpl
-
- getGroupAttributes() - Method in class org.apache.jackrabbit.oak.security.authentication.ldap.LdapSettings
-
- getGroupFilter() - Method in class org.apache.jackrabbit.oak.security.authentication.ldap.LdapSettings
-
- getGroupMembership(Principal) - Method in class org.apache.jackrabbit.oak.security.principal.PrincipalManagerImpl
-
- getGroupMembership(Principal) - Method in class org.apache.jackrabbit.oak.security.principal.PrincipalProviderImpl
-
- getGroupMembership(Principal) - Method in class org.apache.jackrabbit.oak.spi.security.principal.CompositePrincipalProvider
-
- getGroupMembership(Principal) - Method in interface org.apache.jackrabbit.oak.spi.security.principal.PrincipalProvider
-
Returns an iterator over all group principals for which the given
principal is either direct or indirect member of.
- getGroupMembershipAttribute() - Method in class org.apache.jackrabbit.oak.security.authentication.ldap.LdapSettings
-
- getGroupNameAttribute() - Method in class org.apache.jackrabbit.oak.security.authentication.ldap.LdapSettings
-
- getGroupRoot() - Method in class org.apache.jackrabbit.oak.security.authentication.ldap.LdapSettings
-
- getGroups() - Method in class org.apache.jackrabbit.oak.security.authentication.ldap.LdapUser
-
- getGroups() - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.external.ExternalUser
-
- getHead() - Method in interface org.apache.jackrabbit.oak.plugins.segment.Journal
-
- getHead() - Method in class org.apache.jackrabbit.oak.plugins.segment.memory.MemoryJournal
-
- getHead() - Method in interface org.apache.jackrabbit.oak.spi.state.NodeStoreBranch
-
Returns the head state of this branch.
- getHost() - Method in class org.apache.jackrabbit.oak.security.authentication.ldap.LdapSettings
-
- getId() - Method in class org.apache.jackrabbit.oak.security.authentication.ldap.LdapUser
-
- getId() - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.external.ExternalUser
-
- getIdentifier(Tree) - Method in class org.apache.jackrabbit.oak.core.IdentifierManager
-
Return the identifier of a tree.
- getIdentifier() - Method in class org.apache.jackrabbit.oak.plugins.observation.EventImpl
-
- getIdentifier() - Method in class org.apache.jackrabbit.oak.plugins.observation2.EventImpl
-
- getIdentifierManager() - Method in class org.apache.jackrabbit.oak.plugins.version.ReadOnlyVersionManager
-
- getImpersonatorInfo() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.ImpersonationCredentials
-
Returns the AuthInfo
present with the editing session that want
to impersonate.
- getIndexEditor(String, NodeBuilder) - Method in class org.apache.jackrabbit.oak.osgi.OsgiIndexEditorProvider
-
- getIndexEditor(String, NodeBuilder) - Method in class org.apache.jackrabbit.oak.plugins.index.CompositeIndexEditorProvider
-
- getIndexEditor(String, NodeBuilder) - Method in interface org.apache.jackrabbit.oak.plugins.index.IndexEditorProvider
-
Each provider knows how to produce a certain type of index.
- getIndexEditor(String, NodeBuilder) - Method in class org.apache.jackrabbit.oak.plugins.index.property.PropertyIndexEditorProvider
-
- getIndexName() - Method in class org.apache.jackrabbit.oak.plugins.index.diffindex.UUIDDiffIndex
-
- getIndexName() - Method in class org.apache.jackrabbit.oak.query.index.TraversingIndex
-
- getIndexName() - Method in interface org.apache.jackrabbit.oak.spi.query.QueryIndex
-
Get the unique index name.
- getInfo() - Method in class org.apache.jackrabbit.oak.plugins.observation.EventImpl
-
- getInfo() - Method in class org.apache.jackrabbit.oak.plugins.observation2.EventImpl
-
- getInstance(Root, NamePathMapper) - Static method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
-
- getInstance(NodeState) - Static method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
-
Returns a read-only node type manager based on the types stored within
the content tree starting at the given root node state.
- getInstance() - Static method in class org.apache.jackrabbit.oak.security.authorization.permission.AllPermissions
-
- getInstance() - Static method in class org.apache.jackrabbit.oak.security.authorization.permission.NoPermissions
-
- getInstance() - Static method in class org.apache.jackrabbit.oak.security.privilege.PrivilegeBits
-
Creates a mutable instance of privilege bits.
- getInstance(PrivilegeBits) - Static method in class org.apache.jackrabbit.oak.security.privilege.PrivilegeBits
-
Creates a mutable instance of privilege bits.
- getInstance(PropertyState) - Static method in class org.apache.jackrabbit.oak.security.privilege.PrivilegeBits
-
Get or create an instance of privilege bits for a specific property that
stores privileges.
- getInstance(Tree) - Static method in class org.apache.jackrabbit.oak.security.privilege.PrivilegeBits
-
Get or create an instance of privilege bits for a privilege definition.
- getInstance() - Static method in class org.apache.jackrabbit.oak.spi.security.authorization.permission.OpenPermissionProvider
-
- getInstance(PrivilegeBits, boolean) - Static method in class org.apache.jackrabbit.oak.spi.security.authorization.permission.ReadStatus
-
- getInstance() - Static method in class org.apache.jackrabbit.oak.spi.security.principal.EveryonePrincipal
-
- getJackrabbit2Configuration(ConfigurationParameters) - Static method in class org.apache.jackrabbit.oak.spi.security.authentication.ConfigurationUtil
-
Creates a new
Configuration
backwards compatible with the default
Jackrabbit 2.x authentication setup.
- getJcrName(String) - Method in class org.apache.jackrabbit.oak.namepath.GlobalNameMapper
-
- getJcrName(String) - Method in class org.apache.jackrabbit.oak.namepath.LocalNameMapper
-
- getJcrName(String) - Method in interface org.apache.jackrabbit.oak.namepath.NameMapper
-
Returns the JCR name for the given Oak name.
- getJcrName(String) - Method in class org.apache.jackrabbit.oak.namepath.NamePathMapper.Default
-
- getJcrName(String) - Method in class org.apache.jackrabbit.oak.namepath.NamePathMapperImpl
-
- getJcrPath(String) - Method in class org.apache.jackrabbit.oak.namepath.NamePathMapper.Default
-
- getJcrPath(String) - Method in class org.apache.jackrabbit.oak.namepath.NamePathMapperImpl
-
- getJcrPath(String) - Method in interface org.apache.jackrabbit.oak.namepath.PathMapper
-
Returns the JCR path for the given Oak path.
- getJoinCondition() - Method in class org.apache.jackrabbit.oak.query.ast.JoinImpl
-
- getJournal(String) - Method in class org.apache.jackrabbit.oak.plugins.segment.file.FileStore
-
- getJournal(String) - Method in class org.apache.jackrabbit.oak.plugins.segment.memory.MemoryStore
-
- getJournal(String) - Method in class org.apache.jackrabbit.oak.plugins.segment.mongo.MongoStore
-
- getJournal(String) - Method in interface org.apache.jackrabbit.oak.plugins.segment.SegmentStore
-
- getLatestRoot() - Method in interface org.apache.jackrabbit.oak.api.ContentSession
-
The current head root as seen by this content session.
- getLdapPassword() - Method in class org.apache.jackrabbit.oak.security.authentication.ldap.LdapUser
-
- getLeft() - Method in class org.apache.jackrabbit.oak.query.ast.JoinImpl
-
- getLength() - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentStream
-
- getLiteralValue() - Method in class org.apache.jackrabbit.oak.query.ast.LiteralImpl
-
- getLoginContext(Credentials, String) - Method in class org.apache.jackrabbit.oak.security.authentication.LoginContextProviderImpl
-
- getLoginContext(Credentials, String) - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.LoginContextProvider
-
Returns a new login context instance for handling authentication.
- getLoginContextProvider(ContentRepository) - Method in class org.apache.jackrabbit.oak.security.authentication.AuthenticationConfigurationImpl
-
Create a
LoginContextProvider
using standard
JAAS
functionality.
- getLoginContextProvider(ContentRepository) - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.AuthenticationConfiguration
-
- getLoginContextProvider(ContentRepository) - Method in class org.apache.jackrabbit.oak.spi.security.authentication.OpenAuthenticationConfiguration
-
- getLong() - Method in class org.apache.jackrabbit.oak.plugins.value.ValueImpl
-
- getLong(String, long) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
-
- getLowerBound() - Method in class org.apache.jackrabbit.oak.query.ast.ComparisonImpl.LikePattern
-
Get the lower bound if any.
- getMandatoryNodeDefinitions() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeType
-
- getMandatoryPropertyDefinitions() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeType
-
- getMixinName(String) - Static method in class org.apache.jackrabbit.oak.security.authorization.AccessControlUtils
-
- getMixinNodeTypes() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
-
- getMixinTypeNames() - Method in class org.apache.jackrabbit.oak.spi.xml.NodeInfo
-
Returns the names of the mixin types of the node being imported.
- getMixinTypes() - Method in class org.apache.jackrabbit.oak.plugins.segment.Template
-
- getMixinTypes() - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
-
- getMixinTypes() - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
-
- getMixinTypes() - Method in interface org.apache.jackrabbit.oak.spi.query.Filter
-
Returns the names of all matching mixin node types.
- getName() - Method in interface org.apache.jackrabbit.oak.api.PropertyState
-
- getName() - Method in interface org.apache.jackrabbit.oak.api.Tree
-
- getName() - Method in class org.apache.jackrabbit.oak.core.ReadOnlyTree
-
- getName() - Method in class org.apache.jackrabbit.oak.core.TreeImpl
-
- getName() - Method in interface org.apache.jackrabbit.oak.plugins.index.IndexDefinition
-
Get the unique index name.
- getName() - Method in class org.apache.jackrabbit.oak.plugins.index.IndexDefinitionImpl
-
- getName(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.EmptyNodeState
-
- getName() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryChildNodeEntry
-
- getName(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
-
- getName() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryPropertyBuilder
-
- getName() - Method in enum org.apache.jackrabbit.oak.query.ast.Order
-
- getName() - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionDefinition
-
The internal oak name of this restriction definition.
- getName() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionDefinitionImpl
-
- getName() - Method in class org.apache.jackrabbit.oak.spi.security.principal.EveryonePrincipal
-
- getName() - Method in class org.apache.jackrabbit.oak.spi.security.principal.PrincipalImpl
-
- getName() - Method in class org.apache.jackrabbit.oak.spi.security.principal.SystemPrincipal
-
- getName() - Method in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeDefinition
-
The internal name of this privilege.
- getName(String) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeState
-
- getName() - Method in interface org.apache.jackrabbit.oak.spi.state.ChildNodeEntry
-
The name of the child node state wrt.
- getName(String) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
-
Returns the name value of the named property.
- getName(String) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeState
-
Returns the name value of the named property.
- getName() - Method in interface org.apache.jackrabbit.oak.spi.state.PropertyBuilder
-
Get the name of the property (may be null).
- getName(String) - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
-
- getName() - Method in class org.apache.jackrabbit.oak.spi.xml.NodeInfo
-
Returns the name of the node being imported.
- getName() - Method in class org.apache.jackrabbit.oak.spi.xml.PropInfo
-
- getName() - Method in class org.apache.jackrabbit.oak.util.NodeUtil
-
- getName(String) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
-
- getName(String, String) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
-
- getNamedNodeDefinitions(String) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeType
-
Return all node definitions that match the specified oak name.
- getNamedPropertyDefinitions(String) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeType
-
Return all property definitions that match the specified oak name.
- getNameMapper() - Method in class org.apache.jackrabbit.oak.util.NodeUtil
-
- getNamePathMapper() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
-
Returns a
NameMapper
to be used by this node type manager.
- getNamePathMapper() - Method in class org.apache.jackrabbit.oak.query.Query
-
- getNamePathMapper() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.AbstractAccessControlList
-
- getNames(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.EmptyNodeState
-
- getNames(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
-
- getNames(long) - Static method in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
-
- getNames(String) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeState
-
- getNames(String) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
-
Returns the name values of the named property.
- getNames(String) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeState
-
Returns the name values of the named property.
- getNames(String) - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
-
- getNames(String, String...) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
-
- getNamespaceMap() - Method in class org.apache.jackrabbit.oak.namepath.GlobalNameMapper
-
- getNamespaceMap(Tree) - Static method in class org.apache.jackrabbit.oak.plugins.name.Namespaces
-
- getNewStream() - Method in interface org.apache.jackrabbit.oak.api.Blob
-
Returns a new stream for this value object.
- getNewStream() - Method in class org.apache.jackrabbit.oak.kernel.KernelBlob
-
- getNewStream() - Method in class org.apache.jackrabbit.oak.plugins.memory.ArrayBasedBlob
-
- getNewStream() - Method in class org.apache.jackrabbit.oak.plugins.memory.StringBasedBlob
-
This implementation returns the bytes of the UTF-8 encoding
of the underlying string.
- getNewStream() - Method in class org.apache.jackrabbit.oak.plugins.memory.ValueBasedBlob
-
This implementation return the stream of the underlying Value
.
- getNewStream() - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentBlob
-
- getNodeDefinition(String, EffectiveNodeType) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeType
-
- getNodeDefinitions() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeType
-
- getNodes(String) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
-
- getNodeState() - Method in class org.apache.jackrabbit.oak.core.ImmutableTree
-
- getNodeState() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryChildNodeEntry
-
- getNodeState() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
-
- getNodeState() - Method in interface org.apache.jackrabbit.oak.spi.state.ChildNodeEntry
-
The child node state
- getNodeState() - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
-
Returns an immutable node state that matches the current state of
the builder.
- getNodeState() - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
-
- getNodeStore() - Method in class org.apache.jackrabbit.oak.core.ContentRepositoryImpl
-
- getNodeType(String) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
-
- getNodeTypeManager() - Method in class org.apache.jackrabbit.oak.plugins.version.ReadOnlyVersionManager
-
- getNodeTypeName(AuthorizableType) - Static method in class org.apache.jackrabbit.oak.security.user.query.QueryUtil
-
Retrieve the node type name for the specified authorizable type.
- getNullableConfigValue(String, T) - Method in class org.apache.jackrabbit.oak.spi.security.ConfigurationParameters
-
Returns the value of the configuration entry with the given key
applying the following rules:
If this instance doesn't contain a configuration entry with that
key the specified defaultValue
will be returned.
If defaultValue
is null
the original value will
be returned.
If the configured value is null
this method will always
return null
.
If neither defaultValue
nor the configured value is
null
an attempt is made to convert the configured value to
match the type of the default value.
- getOakName(String) - Method in class org.apache.jackrabbit.oak.namepath.GlobalNameMapper
-
- getOakName(String) - Method in interface org.apache.jackrabbit.oak.namepath.NameMapper
-
Returns the Oak name for the specified JCR name.
- getOakName(String) - Method in class org.apache.jackrabbit.oak.namepath.NamePathMapper.Default
-
- getOakName(String) - Method in class org.apache.jackrabbit.oak.namepath.NamePathMapperImpl
-
- getOakName(String) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
-
Returns the internal name for the specified JCR name.
- getOakNameFromExpanded(String) - Method in class org.apache.jackrabbit.oak.namepath.GlobalNameMapper
-
- getOakNameOrNull(String) - Method in class org.apache.jackrabbit.oak.namepath.GlobalNameMapper
-
- getOakNameOrNull(String) - Method in class org.apache.jackrabbit.oak.namepath.LocalNameMapper
-
- getOakNameOrNull(String) - Method in interface org.apache.jackrabbit.oak.namepath.NameMapper
-
Returns the Oak name for the given JCR name, or null
if no
such mapping exists because the given JCR name contains an unknown
namespace URI or prefix, or is otherwise invalid.
- getOakNameOrNull(String) - Method in class org.apache.jackrabbit.oak.namepath.NamePathMapper.Default
-
- getOakNameOrNull(String) - Method in class org.apache.jackrabbit.oak.namepath.NamePathMapperImpl
-
- getOakPath(String) - Method in class org.apache.jackrabbit.oak.namepath.NamePathMapper.Default
-
- getOakPath(String) - Method in class org.apache.jackrabbit.oak.namepath.NamePathMapperImpl
-
- getOakPath(String) - Method in interface org.apache.jackrabbit.oak.namepath.PathMapper
-
Returns the Oak path for the given JCR path, or null
if no
such mapping exists because the given JCR path contains a name element
with an unknown namespace URI or prefix, or is otherwise invalid.
- getOakPath(String, NamePathMapper) - Static method in class org.apache.jackrabbit.oak.spi.query.PropertyValues
-
- getOakPath() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.AbstractAccessControlList
-
- getOakPathKeepIndex(String) - Method in class org.apache.jackrabbit.oak.namepath.NamePathMapper.Default
-
- getOakPathKeepIndex(String) - Method in class org.apache.jackrabbit.oak.namepath.NamePathMapperImpl
-
- getOakPathKeepIndex(String) - Method in interface org.apache.jackrabbit.oak.namepath.PathMapper
-
- getOakPrefixOrNull(String) - Method in class org.apache.jackrabbit.oak.namepath.GlobalNameMapper
-
- getOakString() - Method in class org.apache.jackrabbit.oak.plugins.value.ValueImpl
-
Same as
ValueImpl.getString()
unless that names and paths are returned in their
Oak representation instead of being mapped to their JCR representation.
- getObserver() - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeStore
-
- getOffset() - Method in class org.apache.jackrabbit.oak.plugins.segment.RecordId
-
- getOperand() - Method in class org.apache.jackrabbit.oak.query.ast.LowerCaseImpl
-
- getOperand() - Method in class org.apache.jackrabbit.oak.query.ast.OrderingImpl
-
- getOperand() - Method in class org.apache.jackrabbit.oak.query.ast.UpperCaseImpl
-
- getOperand1() - Method in class org.apache.jackrabbit.oak.query.ast.ComparisonImpl
-
- getOperand2() - Method in class org.apache.jackrabbit.oak.query.ast.ComparisonImpl
-
- getOperator() - Method in class org.apache.jackrabbit.oak.query.ast.ComparisonImpl
-
- getOrAddChild(String, String) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
-
- getOrAddTree(String, String) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
-
TODO: clean up.
- getOrCreateOakIndex(NodeBuilder) - Static method in class org.apache.jackrabbit.oak.plugins.index.IndexUtils
-
- getOrderings() - Method in class org.apache.jackrabbit.oak.query.Query
-
- getParameters() - Method in class org.apache.jackrabbit.oak.security.authorization.AccessControlConfigurationImpl
-
- getParameters(String) - Method in class org.apache.jackrabbit.oak.security.SecurityProviderImpl
-
- getParameters() - Method in class org.apache.jackrabbit.oak.security.user.UserConfigurationImpl
-
- getParameters(String) - Method in class org.apache.jackrabbit.oak.spi.security.OpenSecurityProvider
-
- getParameters() - Method in class org.apache.jackrabbit.oak.spi.security.SecurityConfiguration.Default
-
- getParameters() - Method in interface org.apache.jackrabbit.oak.spi.security.SecurityConfiguration
-
- getParameters(String) - Method in interface org.apache.jackrabbit.oak.spi.security.SecurityProvider
-
- getParent() - Method in interface org.apache.jackrabbit.oak.api.Tree
-
- getParent() - Method in class org.apache.jackrabbit.oak.core.ImmutableTree.DefaultParentProvider
-
- getParent() - Method in class org.apache.jackrabbit.oak.core.ImmutableTree
-
- getParent() - Method in interface org.apache.jackrabbit.oak.core.ImmutableTree.ParentProvider
-
- getParent() - Method in class org.apache.jackrabbit.oak.core.ReadOnlyTree
-
- getParent() - Method in class org.apache.jackrabbit.oak.core.TreeImpl
-
- getParent() - Method in class org.apache.jackrabbit.oak.util.NodeUtil
-
- getParent() - Method in class org.apache.jackrabbit.oak.util.TreeLocation
-
Navigate to the parent or an invalid location for the root of the hierarchy.
- getPassword() - Method in class org.apache.jackrabbit.oak.security.authentication.ldap.LdapUser
-
- getPassword() - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.external.ExternalUser
-
- getPasswordHash() - Method in class org.apache.jackrabbit.oak.security.user.CredentialsImpl
-
- getPath() - Method in interface org.apache.jackrabbit.oak.api.ResultRow
-
- getPath(String) - Method in interface org.apache.jackrabbit.oak.api.ResultRow
-
- getPath() - Method in interface org.apache.jackrabbit.oak.api.Tree
-
- getPath(String) - Method in class org.apache.jackrabbit.oak.core.IdentifierManager
-
The path of the tree identified by the specified identifier
or null
.
- getPath(PropertyState) - Method in class org.apache.jackrabbit.oak.core.IdentifierManager
-
Returns the path of the tree references by the specified (weak)
reference PropertyState
.
- getPath() - Method in class org.apache.jackrabbit.oak.core.ImmutableTree
-
- getPath() - Method in class org.apache.jackrabbit.oak.core.ReadOnlyTree
-
- getPath() - Method in class org.apache.jackrabbit.oak.core.TreeImpl
-
- getPath() - Method in interface org.apache.jackrabbit.oak.plugins.index.IndexDefinition
-
- getPath() - Method in class org.apache.jackrabbit.oak.plugins.index.IndexDefinitionImpl
-
- getPath() - Method in class org.apache.jackrabbit.oak.plugins.observation.EventImpl
-
- getPath() - Method in class org.apache.jackrabbit.oak.plugins.observation2.EventImpl
-
- getPath() - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
-
Get the path.
- getPath() - Method in class org.apache.jackrabbit.oak.query.index.IndexRowImpl
-
- getPath() - Method in class org.apache.jackrabbit.oak.query.ResultRowImpl
-
- getPath(String) - Method in class org.apache.jackrabbit.oak.query.ResultRowImpl
-
- getPath() - Method in class org.apache.jackrabbit.oak.security.authentication.ldap.LdapUser
-
- getPath() - Method in interface org.apache.jackrabbit.oak.spi.query.Filter
-
Get the path, or "/" if there is no path restriction set.
- getPath() - Method in interface org.apache.jackrabbit.oak.spi.query.IndexRow
-
The path of the node, if available.
- getPath() - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.external.ExternalUser
-
- getPath() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.AbstractAccessControlList
-
- getPath() - Method in class org.apache.jackrabbit.oak.util.TreeLocation
-
The path of this location
- getPathRestriction() - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
-
- getPathRestriction() - Method in interface org.apache.jackrabbit.oak.spi.query.Filter
-
Get the path restriction type.
- getPattern(String, Tree) - Method in class org.apache.jackrabbit.oak.security.authorization.restriction.PrincipalRestrictionProvider
-
- getPattern(String, Tree) - Method in class org.apache.jackrabbit.oak.security.authorization.restriction.RestrictionProviderImpl
-
- getPattern(String, Tree) - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionProvider
-
- getPermission(String, long) - Static method in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
-
- getPermissionProvider(Root, Set<Principal>) - Method in class org.apache.jackrabbit.oak.security.authorization.AccessControlConfigurationImpl
-
- getPermissionProvider(Root, Set<Principal>) - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.AccessControlConfiguration
-
- getPermissionProvider(Root, Set<Principal>) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.OpenAccessControlConfiguration
-
- getPermissions(String, TreeLocation, boolean) - Static method in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
-
Returns the permissions that correspond the given jcr actions such as
specified in Session.hasPermission(String, String)
.
- getPermissions(String) - Static method in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
-
Returns the permissions that correspond the given permission names.
- getPlan(Filter, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.index.diffindex.DiffIndex
-
- getPlan(NodeState) - Method in class org.apache.jackrabbit.oak.query.ast.JoinImpl
-
- getPlan(NodeState) - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
-
- getPlan(NodeState) - Method in class org.apache.jackrabbit.oak.query.ast.SourceImpl
-
Get the query plan.
- getPlan(Filter, NodeState) - Method in class org.apache.jackrabbit.oak.query.index.TraversingIndex
-
- getPlan(Filter, NodeState) - Method in interface org.apache.jackrabbit.oak.spi.query.QueryIndex
-
Get the query plan for the given filter.
- getPolicies(String) - Method in class org.apache.jackrabbit.oak.security.authorization.AccessControlManagerImpl
-
- getPolicies(Principal) - Method in class org.apache.jackrabbit.oak.security.authorization.AccessControlManagerImpl
-
- getPort() - Method in class org.apache.jackrabbit.oak.security.authentication.ldap.LdapSettings
-
- getPrefix(String) - Method in class org.apache.jackrabbit.oak.plugins.name.ReadOnlyNamespaceRegistry
-
- getPrefixes() - Method in class org.apache.jackrabbit.oak.plugins.name.ReadOnlyNamespaceRegistry
-
- getPrimaryNodeTypeName() - Method in class org.apache.jackrabbit.oak.util.NodeUtil
-
- getPrimaryNodeTypes() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
-
- getPrimaryType() - Method in class org.apache.jackrabbit.oak.plugins.segment.Template
-
- getPrimaryTypeName(NodeState) - Static method in class org.apache.jackrabbit.oak.spi.state.NodeStateUtils
-
- getPrimaryTypeName() - Method in class org.apache.jackrabbit.oak.spi.xml.NodeInfo
-
Returns the name of the primary type of the node being imported.
- getPrimaryTypeName(Tree) - Static method in class org.apache.jackrabbit.oak.util.TreeUtil
-
- getPrimaryTypes() - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
-
- getPrimaryTypes() - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
-
- getPrimaryTypes() - Method in interface org.apache.jackrabbit.oak.spi.query.Filter
-
Returns the names of all matching primary node types.
- getPrincipal() - Method in class org.apache.jackrabbit.oak.security.authentication.ldap.LdapUser
-
- getPrincipal(String) - Method in class org.apache.jackrabbit.oak.security.principal.PrincipalManagerImpl
-
- getPrincipal(String) - Method in class org.apache.jackrabbit.oak.security.principal.PrincipalProviderImpl
-
- getPrincipal() - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.external.ExternalUser
-
- getPrincipal() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.ACE
-
- getPrincipal(String) - Method in class org.apache.jackrabbit.oak.spi.security.principal.CompositePrincipalProvider
-
- getPrincipal(String) - Method in interface org.apache.jackrabbit.oak.spi.security.principal.PrincipalProvider
-
Returns the principal with the specified name or null
if the
principal does not exist.
- getPrincipalManager(Root, NamePathMapper) - Method in class org.apache.jackrabbit.oak.security.principal.PrincipalConfigurationImpl
-
- getPrincipalManager(Root, NamePathMapper) - Method in interface org.apache.jackrabbit.oak.spi.security.principal.PrincipalConfiguration
-
Returns an instance of PrincipalManager
that can be used
to query and retrieve principals such as needed for JCR access control
management.
- getPrincipalProvider(Root, NamePathMapper) - Method in class org.apache.jackrabbit.oak.security.principal.PrincipalConfigurationImpl
-
- getPrincipalProvider() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
-
- getPrincipalProvider() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.callback.PrincipalProviderCallback
-
- getPrincipalProvider(Root, NamePathMapper) - Method in interface org.apache.jackrabbit.oak.spi.security.principal.PrincipalConfiguration
-
- getPrincipals() - Method in interface org.apache.jackrabbit.oak.api.AuthInfo
-
Returns the set of principals associated with this AuthInfo
instance.
- getPrincipals(int) - Method in class org.apache.jackrabbit.oak.security.principal.PrincipalManagerImpl
-
- getPrincipals(String) - Method in class org.apache.jackrabbit.oak.security.principal.PrincipalProviderImpl
-
- getPrincipals(String) - Method in class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
-
Retrieves all principals associated with the specified userId
for
the configured principal provider.
- getPrincipals() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.AuthInfoImpl
-
- getPrincipals(String) - Method in class org.apache.jackrabbit.oak.spi.security.principal.CompositePrincipalProvider
-
- getPrincipals(String) - Method in interface org.apache.jackrabbit.oak.spi.security.principal.PrincipalProvider
-
Tries to resolve the specified userID
to a valid principal and
it's group membership.
- getPrivateAttributes() - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.token.TokenInfo
-
Returns the private attributes stored with this info object.
- getPrivilegeInitializer() - Method in class org.apache.jackrabbit.oak.security.privilege.PrivilegeConfigurationImpl
-
- getPrivilegeInitializer() - Method in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConfiguration
-
Returns the privilege specific repository initializer.
- getPrivilegeManager(Root, NamePathMapper) - Method in class org.apache.jackrabbit.oak.security.privilege.PrivilegeConfigurationImpl
-
- getPrivilegeManager(Root, NamePathMapper) - Method in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConfiguration
-
Creates a new instance of PrivilegeManager
.
- getPrivilegeNames(PrivilegeBits) - Method in class org.apache.jackrabbit.oak.security.privilege.PrivilegeBitsProvider
-
Resolve the given privilege bits to a set of privilege names.
- getPrivileges(String) - Method in class org.apache.jackrabbit.oak.security.authorization.AccessControlManagerImpl
-
- getPrivileges(String, Set<Principal>) - Method in class org.apache.jackrabbit.oak.security.authorization.AccessControlManagerImpl
-
- getPrivileges(Tree) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.AllPermissions
-
- getPrivileges(Tree) - Method in interface org.apache.jackrabbit.oak.security.authorization.permission.CompiledPermissions
-
- getPrivileges(Tree) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.NoPermissions
-
- getPrivileges(Tree) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionProviderImpl
-
- getPrivileges() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.ACE
-
- getPrivileges(Tree) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.permission.OpenPermissionProvider
-
- getPrivileges(Tree) - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.PermissionProvider
-
- getProcessedReferences() - Method in class org.apache.jackrabbit.oak.spi.xml.ReferenceChangeTracker
-
Returns an iterator over all processed reference properties.
- getProperties() - Method in interface org.apache.jackrabbit.oak.api.Tree
-
All accessible property states.
- getProperties() - Method in class org.apache.jackrabbit.oak.core.ReadOnlyTree
-
- getProperties() - Method in class org.apache.jackrabbit.oak.core.TreeImpl
-
- getProperties() - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeState
-
- getProperties() - Method in class org.apache.jackrabbit.oak.plugins.memory.EmptyNodeState
-
- getProperties() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
-
- getProperties() - Method in class org.apache.jackrabbit.oak.plugins.memory.ModifiedNodeState
-
- getProperties() - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeState
-
- getProperties(SegmentStore, RecordId) - Method in class org.apache.jackrabbit.oak.plugins.segment.Template
-
- getProperties() - Method in class org.apache.jackrabbit.oak.security.authentication.ldap.LdapUser
-
- getProperties() - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.external.ExternalUser
-
- getProperties() - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
-
Returns the current properties.
- getProperties() - Method in interface org.apache.jackrabbit.oak.spi.state.NodeState
-
Returns an iterable of the properties of this node.
- getProperties() - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
-
- getProperty(String) - Method in interface org.apache.jackrabbit.oak.api.Tree
-
Get a property state
- getProperty(String) - Method in class org.apache.jackrabbit.oak.core.ReadOnlyTree
-
- getProperty(String) - Method in class org.apache.jackrabbit.oak.core.TreeImpl
-
- getProperty(String) - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeState
-
- getProperty(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.EmptyNodeState
-
- getProperty(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
-
- getProperty(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.ModifiedNodeState
-
- getProperty(String) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeState
-
- getProperty(String, SegmentStore, RecordId) - Method in class org.apache.jackrabbit.oak.plugins.segment.Template
-
- getProperty() - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.restriction.Restriction
-
The OAK property state associated with this restriction.
- getProperty() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionImpl
-
- getProperty(String) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeState
-
- getProperty(String) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
-
Returns the current state of the named property, or null
if the property is not set.
- getProperty(String) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeState
-
Returns the named property.
- getProperty(String) - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
-
- getProperty() - Method in class org.apache.jackrabbit.oak.util.TreeLocation
-
- getPropertyBuilder(Type<T>, PropertyState) - Static method in class org.apache.jackrabbit.oak.util.PropertyUtil
-
- getPropertyBuilder(Type<T>, String, boolean) - Static method in class org.apache.jackrabbit.oak.util.PropertyUtil
-
- getPropertyCount() - Method in interface org.apache.jackrabbit.oak.api.Tree
-
Determine the number of properties accessible to the current content session.
- getPropertyCount() - Method in class org.apache.jackrabbit.oak.core.ReadOnlyTree
-
- getPropertyCount() - Method in class org.apache.jackrabbit.oak.core.TreeImpl
-
- getPropertyCount() - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeState
-
- getPropertyCount() - Method in class org.apache.jackrabbit.oak.plugins.memory.EmptyNodeState
-
- getPropertyCount() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
-
- getPropertyCount() - Method in class org.apache.jackrabbit.oak.plugins.memory.ModifiedNodeState
-
- getPropertyCount() - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeState
-
- getPropertyCount() - Method in class org.apache.jackrabbit.oak.plugins.segment.Template
-
- getPropertyCount() - Method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeState
-
- getPropertyCount() - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
-
Returns the current number of properties.
- getPropertyCount() - Method in interface org.apache.jackrabbit.oak.spi.state.NodeState
-
Returns the number of properties of this node.
- getPropertyCount() - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
-
- getPropertyDef(EffectiveNodeType) - Method in class org.apache.jackrabbit.oak.spi.xml.PropInfo
-
- getPropertyDefinition(String, boolean, int, boolean) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeType
-
Calculates the applicable definition for the property with the specified
characteristics under a parent with this effective type.
- getPropertyDefinitions() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeType
-
- getPropertyExistence() - Method in class org.apache.jackrabbit.oak.query.ast.DynamicOperandImpl
-
Get the property existence condition for this operand, if this operand is
used as part of a condition.
- getPropertyExistence() - Method in class org.apache.jackrabbit.oak.query.ast.FullTextSearchScoreImpl
-
- getPropertyExistence() - Method in class org.apache.jackrabbit.oak.query.ast.LengthImpl
-
- getPropertyExistence() - Method in class org.apache.jackrabbit.oak.query.ast.LowerCaseImpl
-
- getPropertyExistence() - Method in class org.apache.jackrabbit.oak.query.ast.NodeLocalNameImpl
-
- getPropertyExistence() - Method in class org.apache.jackrabbit.oak.query.ast.NodeNameImpl
-
- getPropertyExistence() - Method in class org.apache.jackrabbit.oak.query.ast.PropertyValueImpl
-
- getPropertyExistence() - Method in class org.apache.jackrabbit.oak.query.ast.UpperCaseImpl
-
- getPropertyExistenceConditions() - Method in class org.apache.jackrabbit.oak.query.ast.AndImpl
-
- getPropertyExistenceConditions() - Method in class org.apache.jackrabbit.oak.query.ast.ChildNodeImpl
-
- getPropertyExistenceConditions() - Method in class org.apache.jackrabbit.oak.query.ast.ComparisonImpl
-
- getPropertyExistenceConditions() - Method in class org.apache.jackrabbit.oak.query.ast.ConstraintImpl
-
Get the set of property existence conditions that can be derived for this
condition.
- getPropertyExistenceConditions() - Method in class org.apache.jackrabbit.oak.query.ast.DescendantNodeImpl
-
- getPropertyExistenceConditions() - Method in class org.apache.jackrabbit.oak.query.ast.FullTextSearchImpl
-
- getPropertyExistenceConditions() - Method in class org.apache.jackrabbit.oak.query.ast.NotImpl
-
- getPropertyExistenceConditions() - Method in class org.apache.jackrabbit.oak.query.ast.OrImpl
-
- getPropertyExistenceConditions() - Method in class org.apache.jackrabbit.oak.query.ast.PropertyExistenceImpl
-
- getPropertyExistenceConditions() - Method in class org.apache.jackrabbit.oak.query.ast.SameNodeImpl
-
- getPropertyName() - Method in class org.apache.jackrabbit.oak.query.ast.PropertyValueImpl
-
- getPropertyRestriction(String) - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
-
Get the restriction for the given property, if any.
- getPropertyRestriction(String) - Method in interface org.apache.jackrabbit.oak.spi.query.Filter
-
Get the property restriction for the given property, if any.
- getPropertyRestrictions() - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
-
- getPropertyRestrictions() - Method in interface org.apache.jackrabbit.oak.spi.query.Filter
-
Get the list of property restrictions, if any.
- getPropertyState() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryPropertyBuilder
-
- getPropertyState() - Method in interface org.apache.jackrabbit.oak.spi.state.PropertyBuilder
-
Returns an immutable property state that matches the current state of the
builder.
- getPropertyStatus(String) - Method in interface org.apache.jackrabbit.oak.api.Tree
-
Get the Status
of a property state or null
.
- getPropertyStatus(String) - Method in class org.apache.jackrabbit.oak.core.ReadOnlyTree
-
- getPropertyStatus(String) - Method in class org.apache.jackrabbit.oak.core.TreeImpl
-
- getPropertyTemplates() - Method in class org.apache.jackrabbit.oak.plugins.segment.Template
-
- getPropertyTypeFromName(String) - Static method in class org.apache.jackrabbit.oak.query.SQL2Parser
-
Get the property type from the given case insensitive name.
- getPropertyValue() - Method in class org.apache.jackrabbit.oak.query.ast.LengthImpl
-
- getProtectedItemImporters() - Method in class org.apache.jackrabbit.oak.security.authorization.AccessControlConfigurationImpl
-
- getProtectedItemImporters() - Method in class org.apache.jackrabbit.oak.security.user.UserConfigurationImpl
-
- getProtectedItemImporters() - Method in class org.apache.jackrabbit.oak.spi.security.SecurityConfiguration.Default
-
- getProtectedItemImporters() - Method in interface org.apache.jackrabbit.oak.spi.security.SecurityConfiguration
-
- getPublicAttributes() - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.token.TokenInfo
-
Returns the public attributes stored with this info object.
- getQueryEngine() - Method in interface org.apache.jackrabbit.oak.api.Root
-
Get the query engine.
- getQueryEngine() - Method in class org.apache.jackrabbit.oak.core.ImmutableRoot
-
- getQueryEngine() - Method in class org.apache.jackrabbit.oak.core.RootImpl
-
- getQueryIndexes(NodeState) - Method in class org.apache.jackrabbit.oak.osgi.OsgiIndexProvider
-
- getQueryIndexes(NodeState) - Method in class org.apache.jackrabbit.oak.plugins.index.diffindex.UUIDDiffIndexProviderWrapper
-
- getQueryIndexes(NodeState) - Method in class org.apache.jackrabbit.oak.plugins.index.nodetype.NodeTypeIndexProvider
-
- getQueryIndexes(NodeState) - Method in class org.apache.jackrabbit.oak.plugins.index.property.PropertyIndexProvider
-
- getQueryIndexes(NodeState) - Method in class org.apache.jackrabbit.oak.spi.query.CompositeQueryIndexProvider
-
- getQueryIndexes(NodeState) - Method in interface org.apache.jackrabbit.oak.spi.query.QueryIndexProvider
-
Get the currently configured indexes.
- getQueryStatement() - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
-
- getQueryStatement() - Method in interface org.apache.jackrabbit.oak.spi.query.Filter
-
Get the complete query statement.
- getReadStatus(Tree, PropertyState) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.AllPermissions
-
- getReadStatus(Tree, PropertyState) - Method in interface org.apache.jackrabbit.oak.security.authorization.permission.CompiledPermissions
-
- getReadStatus(Tree, PropertyState) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.NoPermissions
-
- getReadStatus(Tree, PropertyState) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionProviderImpl
-
- getReadStatus(Tree, PropertyState) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.permission.OpenPermissionProvider
-
- getReadStatus(Tree, PropertyState) - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.PermissionProvider
-
- getReadTree() - Method in class org.apache.jackrabbit.oak.plugins.name.ReadOnlyNamespaceRegistry
-
Called by the
NamespaceRegistry
implementation methods
to acquire a root
Tree
instance from which to read the
namespace mappings (under
jcr:system/rep:namespaces
).
- getRecordId() - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeState
-
- getRecordIdIfAvailable(InputStream) - Static method in class org.apache.jackrabbit.oak.plugins.segment.SegmentStream
-
- getReferences(boolean, Tree, String, String...) - Method in class org.apache.jackrabbit.oak.core.IdentifierManager
-
Searches all reference properties to the specified tree
that match
the given name and node type constraints.
- getRegisteredEventListeners() - Method in class org.apache.jackrabbit.oak.plugins.observation.ObservationManagerImpl
-
- getRegisteredEventListeners() - Method in class org.apache.jackrabbit.oak.plugins.observation2.ObservationManagerImpl2
-
- getRequiredType() - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionDefinition
-
The required type as defined by this definition.
- getRequiredType() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionDefinitionImpl
-
- getResidualNodeDefinitions() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeType
-
Return all residual node definitions.
- getResidualPropertyDefinitions() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeType
-
Return all residual property definitions.
- getRestriction(String) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.ACE
-
- getRestrictionNames() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.AbstractAccessControlList
-
- getRestrictionNames() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.ACE
-
- getRestrictionProvider() - Method in class org.apache.jackrabbit.oak.security.authorization.AccessControlConfigurationImpl
-
- getRestrictionProvider() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.AbstractAccessControlList
-
- getRestrictionProvider() - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.AccessControlConfiguration
-
- getRestrictionProvider() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.ImmutableACL
-
- getRestrictionProvider() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.OpenAccessControlConfiguration
-
- getRestrictions() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.ACE
-
- getRestrictions(String) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.ACE
-
- getRestrictionType(String) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.AbstractAccessControlList
-
- getResults(Filter) - Method in class org.apache.jackrabbit.oak.plugins.index.diffindex.BaseDiffCollector
-
- getResults(Filter) - Method in interface org.apache.jackrabbit.oak.plugins.index.diffindex.DiffCollector
-
- getRight() - Method in class org.apache.jackrabbit.oak.query.ast.JoinImpl
-
- getRoot() - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeStore
-
- getRoot() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeStore
-
- getRoot() - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStore
-
- getRoot() - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService
-
- getRoot() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
-
Tries to obtain a Root
object from the callback handler using
a new RepositoryCallback and keeps the value as private field.
- getRoot() - Method in interface org.apache.jackrabbit.oak.spi.state.NodeStore
-
Returns the latest state of the tree.
- getRootDefinition() - Method in interface org.apache.jackrabbit.oak.plugins.nodetype.DefinitionProvider
-
- getRootDefinition() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
-
- getRootEditor(NodeState, NodeState, NodeBuilder) - Method in class org.apache.jackrabbit.oak.osgi.OsgiEditorProvider
-
- getRootEditor(NodeState, NodeState, NodeBuilder) - Method in class org.apache.jackrabbit.oak.plugins.index.IndexUpdateProvider
-
- getRootEditor(NodeState, NodeState, NodeBuilder) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.RegistrationEditorProvider
-
- getRootEditor(NodeState, NodeState, NodeBuilder) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.TypeEditorProvider
-
- getRootEditor(NodeState, NodeState, NodeBuilder) - Method in class org.apache.jackrabbit.oak.plugins.observation2.EventQueueWriterProvider
-
- getRootEditor(NodeState, NodeState, NodeBuilder) - Method in class org.apache.jackrabbit.oak.plugins.version.VersionEditorProvider
-
- getRootEditor(NodeState, NodeState, NodeBuilder) - Method in class org.apache.jackrabbit.oak.spi.commit.CompositeEditorProvider
-
- getRootEditor(NodeState, NodeState, NodeBuilder) - Method in interface org.apache.jackrabbit.oak.spi.commit.EditorProvider
-
Returns an editor for processing changes between the given two states.
- getRootEditor(NodeState, NodeState, NodeBuilder) - Method in class org.apache.jackrabbit.oak.spi.commit.ValidatorProvider
-
- getRootState() - Method in class org.apache.jackrabbit.oak.query.QueryEngineImpl
-
Get the current root node state, to run the query against.
- getRootTree() - Method in class org.apache.jackrabbit.oak.query.QueryEngineImpl
-
Get the current root tree, to run the query against.
- getRootValidator(NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.commit.ConflictValidatorProvider
-
- getRootValidator(NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.name.NamespaceValidatorProvider
-
- getRootValidator(NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.name.NameValidatorProvider
-
- getRootValidator(NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionStoreValidatorProvider
-
- getRootValidator(NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionValidatorProvider
-
- getRootValidator(NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.ValidatorProvider
-
Returns a validator for checking the changes between the given
two root states.
- getRows() - Method in interface org.apache.jackrabbit.oak.api.Result
-
Get the rows.
- getRows() - Method in class org.apache.jackrabbit.oak.query.ResultImpl
-
- getScanCount() - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
-
- getSearchRoot(AuthorizableType, ConfigurationParameters) - Static method in class org.apache.jackrabbit.oak.security.user.query.QueryUtil
-
Determine the search root for the given authorizable type based on the
configured root path.
- getSearchTimeout() - Method in class org.apache.jackrabbit.oak.security.authentication.ldap.LdapSettings
-
- getSecurityProvider() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
-
Tries to obtain the SecurityProvider
object from the callback
handler using a new SecurityProviderCallback and keeps the value as
private field.
- getSecurityProvider() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.callback.RepositoryCallback
-
- getSecurityProvider() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.callback.SecurityProviderCallback
-
- getSegment(UUID, Callable<Segment>) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentCache
-
- getSegmentId() - Method in class org.apache.jackrabbit.oak.plugins.segment.RecordId
-
- getSegmentId() - Method in class org.apache.jackrabbit.oak.plugins.segment.Segment
-
- getSelector() - Method in class org.apache.jackrabbit.oak.query.ast.ColumnImpl
-
- getSelector(String) - Method in class org.apache.jackrabbit.oak.query.ast.JoinImpl
-
- getSelector(String) - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
-
- getSelector(String) - Method in class org.apache.jackrabbit.oak.query.ast.SourceImpl
-
Get the selector with the given name, or null if not found.
- getSelector() - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
-
- getSelectorIndex(String) - Method in class org.apache.jackrabbit.oak.query.Query
-
- getSelectorName() - Method in class org.apache.jackrabbit.oak.query.ast.PropertyValueImpl
-
- getSelectorName() - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
-
- getSelectorNames() - Method in interface org.apache.jackrabbit.oak.api.Result
-
Get the list of selector names.
- getSelectorNames() - Method in class org.apache.jackrabbit.oak.query.ResultImpl
-
- getSelectors() - Method in class org.apache.jackrabbit.oak.query.Query
-
- getServices() - Method in class org.apache.jackrabbit.oak.osgi.AbstractServiceTracker
-
Returns all services of type T
currently available.
- getSessionLocalMappings() - Method in class org.apache.jackrabbit.oak.namepath.LocalNameMapper
-
- getSharedCredentials() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
-
- getSharedLoginName() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
-
- getSize() - Method in interface org.apache.jackrabbit.oak.api.Result
-
Get the number of rows, if known.
- getSize() - Method in class org.apache.jackrabbit.oak.query.Query
-
- getSize() - Method in class org.apache.jackrabbit.oak.query.ResultImpl
-
- getSource() - Method in exception org.apache.jackrabbit.oak.api.CommitFailedException
-
Returns the name of the source of this exception.
- getSource() - Method in class org.apache.jackrabbit.oak.query.Query
-
- getStatement() - Method in class org.apache.jackrabbit.oak.query.Query
-
- getStatus() - Method in interface org.apache.jackrabbit.oak.api.Tree
-
Get the Status
of this tree instance.
- getStatus() - Method in class org.apache.jackrabbit.oak.core.ReadOnlyTree
-
- getStatus() - Method in class org.apache.jackrabbit.oak.core.TreeImpl
-
- getStatus() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.permission.ReadStatus
-
- getStream() - Method in class org.apache.jackrabbit.oak.plugins.value.ValueImpl
-
- getString(NodeBuilder, String) - Static method in class org.apache.jackrabbit.oak.plugins.index.IndexUtils
-
- getString(NodeState, String) - Static method in class org.apache.jackrabbit.oak.plugins.index.IndexUtils
-
- getString() - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentStream
-
- getString() - Method in class org.apache.jackrabbit.oak.plugins.value.ValueImpl
-
- getString(long) - Static method in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
-
- getString() - Method in interface org.apache.jackrabbit.oak.spi.xml.TextValue
-
- getString(String, String) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
-
- getString(Tree, String) - Static method in class org.apache.jackrabbit.oak.util.TreeUtil
-
- getStrings(String) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
-
- getStrings(Tree, String) - Static method in class org.apache.jackrabbit.oak.util.TreeUtil
-
- getSubject() - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.LoginContext
-
- getSubject() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.PreAuthContext
-
- getSupertypes() - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
-
- getSupertypes() - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
-
- getSupertypes() - Method in interface org.apache.jackrabbit.oak.spi.query.Filter
-
Returns the names of the filter node type and all its supertypes.
- getSupportedCredentials() - Method in class org.apache.jackrabbit.oak.security.authentication.token.TokenLoginModule
-
- getSupportedCredentials() - Method in class org.apache.jackrabbit.oak.security.authentication.user.LoginModuleImpl
-
- getSupportedCredentials() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
-
- getSupportedCredentials() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.external.ExternalLoginModule
-
- getSupportedLanguages() - Method in interface org.apache.jackrabbit.oak.query.QueryParser
-
Returns the set of query languages supported by this parser.
- getSupportedPrivileges(String) - Method in class org.apache.jackrabbit.oak.security.authorization.AccessControlManagerImpl
-
- getSupportedQueryLanguages() - Method in interface org.apache.jackrabbit.oak.api.QueryEngine
-
Get the set of supported query languages.
- getSupportedQueryLanguages() - Method in class org.apache.jackrabbit.oak.query.QueryEngineImpl
-
- getSupportedRestrictions(String) - Method in class org.apache.jackrabbit.oak.security.authorization.restriction.PrincipalRestrictionProvider
-
- getSupportedRestrictions(String) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.restriction.AbstractRestrictionProvider
-
- getSupportedRestrictions(String) - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionProvider
-
- getSyncHandler() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.external.ExternalLoginModule
-
TODO
- getTargetType(PropertyDefinition) - Method in class org.apache.jackrabbit.oak.spi.xml.PropInfo
-
- getTextValue() - Method in class org.apache.jackrabbit.oak.spi.xml.PropInfo
-
- getTextValues() - Method in class org.apache.jackrabbit.oak.spi.xml.PropInfo
-
- getToken() - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.token.TokenInfo
-
Returns the login token.
- getTokenInfo(String) - Method in class org.apache.jackrabbit.oak.security.authentication.token.TokenProviderImpl
-
Retrieves the token information associated with the specified login
token.
- getTokenInfo(String) - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.token.TokenProvider
-
Retrieves the TokenInfo
associated with the specified login token
or null
.
- getTokenProvider(Root) - Method in class org.apache.jackrabbit.oak.security.authentication.AuthenticationConfigurationImpl
-
- getTokenProvider(Root) - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.AuthenticationConfiguration
-
- getTokenProvider() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.callback.TokenProviderCallback
-
- getTokenProvider(Root) - Method in class org.apache.jackrabbit.oak.spi.security.authentication.OpenAuthenticationConfiguration
-
- getTree(String) - Method in interface org.apache.jackrabbit.oak.api.Root
-
Retrieve the possible non existing Tree
at the given absolute path
.
- getTree(String) - Method in class org.apache.jackrabbit.oak.core.IdentifierManager
-
The possibly non existing tree identified by the specified identifier
or null
.
- getTree(String) - Method in class org.apache.jackrabbit.oak.core.ImmutableRoot
-
- getTree(String) - Method in class org.apache.jackrabbit.oak.core.RootImpl
-
- getTree(String) - Method in class org.apache.jackrabbit.oak.query.Query
-
- getTree() - Method in class org.apache.jackrabbit.oak.util.NodeUtil
-
- getTree() - Method in class org.apache.jackrabbit.oak.util.TreeLocation
-
Get the underlying
Tree
for this
TreeLocation
.
- getTree(Tree, String) - Static method in class org.apache.jackrabbit.oak.util.TreeUtil
-
Return the possibly non existing tree located at the passed path
from
the location of the start tree
or null
if path
results
in a parent of the root.
- getType() - Method in exception org.apache.jackrabbit.oak.api.CommitFailedException
-
Return the name of the type of this exception.
- getType() - Method in interface org.apache.jackrabbit.oak.api.PropertyState
-
Determine the type of this property
- getType() - Method in interface org.apache.jackrabbit.oak.api.PropertyValue
-
Determine the type of this value
- getType() - Method in class org.apache.jackrabbit.oak.core.ImmutableTree
-
- getType(Tree) - Static method in class org.apache.jackrabbit.oak.core.ImmutableTree
-
- getType(ImmutableTree) - Method in interface org.apache.jackrabbit.oak.core.TreeTypeProvider
-
- getType(ImmutableTree) - Method in class org.apache.jackrabbit.oak.core.TreeTypeProviderImpl
-
- getType() - Method in interface org.apache.jackrabbit.oak.plugins.index.IndexDefinition
-
- getType() - Method in class org.apache.jackrabbit.oak.plugins.index.IndexDefinitionImpl
-
- getType() - Method in class org.apache.jackrabbit.oak.plugins.memory.BinaryPropertyState
-
- getType() - Method in class org.apache.jackrabbit.oak.plugins.memory.BooleanPropertyState
-
- getType() - Method in class org.apache.jackrabbit.oak.plugins.memory.DecimalPropertyState
-
- getType() - Method in class org.apache.jackrabbit.oak.plugins.memory.DoublePropertyState
-
- getType() - Method in class org.apache.jackrabbit.oak.plugins.memory.GenericPropertyState
-
- getType() - Method in class org.apache.jackrabbit.oak.plugins.memory.LongPropertyState
-
- getType() - Method in class org.apache.jackrabbit.oak.plugins.memory.MultiBinaryPropertyState
-
- getType() - Method in class org.apache.jackrabbit.oak.plugins.memory.MultiBooleanPropertyState
-
- getType() - Method in class org.apache.jackrabbit.oak.plugins.memory.MultiDecimalPropertyState
-
- getType() - Method in class org.apache.jackrabbit.oak.plugins.memory.MultiDoublePropertyState
-
- getType() - Method in class org.apache.jackrabbit.oak.plugins.memory.MultiGenericPropertyState
-
- getType() - Method in class org.apache.jackrabbit.oak.plugins.memory.MultiLongPropertyState
-
- getType() - Method in class org.apache.jackrabbit.oak.plugins.memory.MultiStringPropertyState
-
- getType() - Method in class org.apache.jackrabbit.oak.plugins.memory.StringPropertyState
-
- getType() - Method in class org.apache.jackrabbit.oak.plugins.observation.EventImpl
-
- getType() - Method in class org.apache.jackrabbit.oak.plugins.observation2.EventImpl
-
- getType() - Method in class org.apache.jackrabbit.oak.plugins.value.ValueImpl
-
- getType(PropertyValue, int) - Static method in class org.apache.jackrabbit.oak.query.ast.ComparisonImpl
-
- getType() - Method in class org.apache.jackrabbit.oak.spi.query.PropertyStateValue
-
- getType(int) - Static method in enum org.apache.jackrabbit.oak.spi.security.user.AuthorizableType
-
- getType(Tree) - Static method in class org.apache.jackrabbit.oak.spi.security.user.util.UserUtility
-
- getType() - Method in class org.apache.jackrabbit.oak.spi.xml.PropInfo
-
- getTypes() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
-
- getUpperBound() - Method in class org.apache.jackrabbit.oak.query.ast.ComparisonImpl.LikePattern
-
Get the upper bound if any.
- getURI(String) - Method in class org.apache.jackrabbit.oak.plugins.name.ReadOnlyNamespaceRegistry
-
- getURIs() - Method in class org.apache.jackrabbit.oak.plugins.name.ReadOnlyNamespaceRegistry
-
- getUserAttributes() - Method in class org.apache.jackrabbit.oak.security.authentication.ldap.LdapSettings
-
- getUserData() - Method in class org.apache.jackrabbit.oak.plugins.observation.EventImpl
-
- getUserData() - Method in class org.apache.jackrabbit.oak.plugins.observation2.EventImpl
-
- getUserFilter() - Method in class org.apache.jackrabbit.oak.security.authentication.ldap.LdapSettings
-
- getUserID() - Method in interface org.apache.jackrabbit.oak.api.AuthInfo
-
Return the user ID to be exposed on the JCR Session object.
- getUserID() - Method in class org.apache.jackrabbit.oak.plugins.observation.EventImpl
-
- getUserID() - Method in class org.apache.jackrabbit.oak.plugins.observation2.EventImpl
-
- getUserId() - Method in class org.apache.jackrabbit.oak.security.user.CredentialsImpl
-
- getUserID() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.AuthInfoImpl
-
- getUserId() - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.token.TokenInfo
-
Returns the ID of the user associated with this token info object.
- getUserIdAttribute() - Method in class org.apache.jackrabbit.oak.security.authentication.ldap.LdapSettings
-
- getUserManager(Root, NamePathMapper) - Method in class org.apache.jackrabbit.oak.security.user.UserConfigurationImpl
-
- getUserManager() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
-
Retrieves the UserManager
that should be used to handle
this authentication.
- getUserManager() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.callback.UserManagerCallback
-
- getUserManager(Root, NamePathMapper) - Method in interface org.apache.jackrabbit.oak.spi.security.user.UserConfiguration
-
- getUserRoot() - Method in class org.apache.jackrabbit.oak.security.authentication.ldap.LdapSettings
-
- getUUID() - Method in class org.apache.jackrabbit.oak.spi.xml.NodeInfo
-
Returns the uuid of the node being imported.
- getUUIDs() - Method in class org.apache.jackrabbit.oak.plugins.segment.Segment
-
- getValidators(String) - Method in class org.apache.jackrabbit.oak.security.authorization.AccessControlConfigurationImpl
-
- getValidators(String) - Method in class org.apache.jackrabbit.oak.security.privilege.PrivilegeConfigurationImpl
-
- getValidators(String) - Method in class org.apache.jackrabbit.oak.security.user.UserConfigurationImpl
-
- getValidators(String) - Method in class org.apache.jackrabbit.oak.spi.security.SecurityConfiguration.Default
-
- getValidators(String) - Method in interface org.apache.jackrabbit.oak.spi.security.SecurityConfiguration
-
- getValue(Type<T>) - Method in interface org.apache.jackrabbit.oak.api.PropertyState
-
Value of this property.
- getValue(Type<T>, int) - Method in interface org.apache.jackrabbit.oak.api.PropertyState
-
Value at the given index
.
- getValue(Type<T>) - Method in interface org.apache.jackrabbit.oak.api.PropertyValue
-
Value of this object.
- getValue(Type<T>, int) - Method in interface org.apache.jackrabbit.oak.api.PropertyValue
-
Value at the given index
.
- getValue(String) - Method in interface org.apache.jackrabbit.oak.api.ResultRow
-
- getValue() - Method in class org.apache.jackrabbit.oak.plugins.memory.BinaryPropertyState
-
- getValue() - Method in class org.apache.jackrabbit.oak.plugins.memory.BooleanPropertyState
-
- getValue() - Method in class org.apache.jackrabbit.oak.plugins.memory.DecimalPropertyState
-
- getValue() - Method in class org.apache.jackrabbit.oak.plugins.memory.DoublePropertyState
-
- getValue() - Method in class org.apache.jackrabbit.oak.plugins.memory.GenericPropertyState
-
- getValue() - Method in class org.apache.jackrabbit.oak.plugins.memory.LongPropertyState
-
- getValue() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryPropertyBuilder
-
- getValue(int) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryPropertyBuilder
-
- getValue() - Method in class org.apache.jackrabbit.oak.plugins.memory.StringPropertyState
-
- getValue(Value) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.BinaryConstraint
-
- getValue(Value) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.DateConstraint
-
- getValue(Value) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.DecimalConstraint
-
- getValue(Value) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.DoubleConstraint
-
- getValue(Value) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.LongConstraint
-
- getValue(Value) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.NumericConstraint
-
- getValue(String) - Method in class org.apache.jackrabbit.oak.query.index.IndexRowImpl
-
- getValue(String) - Method in class org.apache.jackrabbit.oak.query.ResultRowImpl
-
- getValue(String) - Method in interface org.apache.jackrabbit.oak.spi.query.IndexRow
-
The value of the given property, if available.
- getValue(Type<T>) - Method in class org.apache.jackrabbit.oak.spi.query.PropertyStateValue
-
- getValue(Type<T>, int) - Method in class org.apache.jackrabbit.oak.spi.query.PropertyStateValue
-
- getValue() - Method in interface org.apache.jackrabbit.oak.spi.state.PropertyBuilder
-
- getValue(int) - Method in interface org.apache.jackrabbit.oak.spi.state.PropertyBuilder
-
Get the value at the given array index.
- getValue(int) - Method in class org.apache.jackrabbit.oak.spi.xml.PropInfo
-
- getValue(int) - Method in interface org.apache.jackrabbit.oak.spi.xml.TextValue
-
- getValueFactory() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
-
The value factory to be used by PropertyDefinitionImpl.getDefaultValues()
.
- getValues() - Method in interface org.apache.jackrabbit.oak.api.ResultRow
-
- getValues() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryPropertyBuilder
-
- getValues() - Method in class org.apache.jackrabbit.oak.query.ResultRowImpl
-
- getValues() - Method in interface org.apache.jackrabbit.oak.spi.state.PropertyBuilder
-
- getValues(int) - Method in class org.apache.jackrabbit.oak.spi.xml.PropInfo
-
- getValues(String, ValueFactory) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
-
- getVersionHistory(Tree) - Method in class org.apache.jackrabbit.oak.plugins.version.ReadOnlyVersionManager
-
Returns the tree representing the version history of the given
versionable tree or null
if none exists yet.
- getVersionHistoryPath(String) - Method in class org.apache.jackrabbit.oak.plugins.version.ReadOnlyVersionManager
-
Returns the path of the version history for the given uuid
.
- getVersionStorage() - Method in class org.apache.jackrabbit.oak.plugins.version.ReadOnlyVersionManager
-
- getWildcardColumns() - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
-
- getWorkspaceInitializer() - Method in class org.apache.jackrabbit.oak.security.authorization.AccessControlConfigurationImpl
-
- getWorkspaceInitializer() - Method in class org.apache.jackrabbit.oak.security.user.UserConfigurationImpl
-
- getWorkspaceInitializer() - Method in class org.apache.jackrabbit.oak.spi.security.SecurityConfiguration.Default
-
- getWorkspaceInitializer() - Method in interface org.apache.jackrabbit.oak.spi.security.SecurityConfiguration
-
- getWorkspaceName() - Method in interface org.apache.jackrabbit.oak.api.ContentSession
-
TODO clarify workspace handling
The name of the workspace this ContentSession
instance has
been created for.
- getWorkspaceName() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.callback.RepositoryCallback
-
- getWorkspaceRoot() - Method in class org.apache.jackrabbit.oak.plugins.version.ReadOnlyVersionManager
-
/**
- getWriteRoot() - Method in class org.apache.jackrabbit.oak.plugins.name.ReadWriteNamespaceRegistry
-
Called by the write methods to acquire a fresh
Root
instance
that can be used to persist the requested namespace changes (and
nothing else).
- getWriteRoot() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.write.ReadWriteNodeTypeManager
-
- GlobalNameMapper - Class in org.apache.jackrabbit.oak.namepath
-
Name mapper with no local prefix remappings.
- GlobalNameMapper() - Constructor for class org.apache.jackrabbit.oak.namepath.GlobalNameMapper
-
- greater(T, T) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.NumericConstraint
-
- greaterOrEqual(T, T) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.NumericConstraint
-
- GROUP_PRIVILEGE_NAMES - Static variable in class org.apache.jackrabbit.oak.spi.security.user.action.AccessControlAction
-
- GROUP_PROPERTY_NAMES - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
-
- GuestLoginModule - Class in org.apache.jackrabbit.oak.spi.security.authentication
-
The GuestLoginModule
is intended to provide backwards compatibility
with the login handling present in the JCR reference implementation located
in jackrabbit-core.
- GuestLoginModule() - Constructor for class org.apache.jackrabbit.oak.spi.security.authentication.GuestLoginModule
-
- IdentifierManager - Class in org.apache.jackrabbit.oak.core
-
TODO document
- IdentifierManager(Root) - Constructor for class org.apache.jackrabbit.oak.core.IdentifierManager
-
- IGNORE - Static variable in class org.apache.jackrabbit.oak.spi.xml.ImportBehavior
-
If a value cannot be set due to constraints
enforced by the API implementation, the failure is logged as
warning but otherwise ignored.
- ImmutableACL - Class in org.apache.jackrabbit.oak.spi.security.authorization
-
An implementation of the JackrabbitAccessControlList
interface that only
allows for reading.
- ImmutableACL(String, List<? extends JackrabbitAccessControlEntry>, RestrictionProvider, NamePathMapper) - Constructor for class org.apache.jackrabbit.oak.spi.security.authorization.ImmutableACL
-
Construct a new UnmodifiableAccessControlList
- ImmutableRoot - Class in org.apache.jackrabbit.oak.core
-
Simple implementation of the Root interface that only supports simple read
operations (excluding query) based on the NodeState
(or ImmutableTree
)
passed to the constructor.
- ImmutableRoot(NodeState) - Constructor for class org.apache.jackrabbit.oak.core.ImmutableRoot
-
- ImmutableRoot(Root, TreeTypeProvider) - Constructor for class org.apache.jackrabbit.oak.core.ImmutableRoot
-
- ImmutableRoot(ImmutableTree) - Constructor for class org.apache.jackrabbit.oak.core.ImmutableRoot
-
- ImmutableTree - Class in org.apache.jackrabbit.oak.core
-
Immutable implementation of the Tree
interface in order to provide
the much feature rich API functionality for a given NodeState
.
- ImmutableTree(NodeState) - Constructor for class org.apache.jackrabbit.oak.core.ImmutableTree
-
- ImmutableTree(NodeState, TreeTypeProvider) - Constructor for class org.apache.jackrabbit.oak.core.ImmutableTree
-
- ImmutableTree(ImmutableTree, String, NodeState) - Constructor for class org.apache.jackrabbit.oak.core.ImmutableTree
-
- ImmutableTree(ImmutableTree.ParentProvider, String, NodeState) - Constructor for class org.apache.jackrabbit.oak.core.ImmutableTree
-
- ImmutableTree(ImmutableTree.ParentProvider, String, NodeState, TreeTypeProvider) - Constructor for class org.apache.jackrabbit.oak.core.ImmutableTree
-
- ImmutableTree.DefaultParentProvider - Class in org.apache.jackrabbit.oak.core
-
- ImmutableTree.ParentProvider - Interface in org.apache.jackrabbit.oak.core
-
- ImpersonationCredentials - Class in org.apache.jackrabbit.oak.spi.security.authentication
-
Implementation of the JCR Credentials
interface used to distinguish
a regular login request from Session.impersonate(javax.jcr.Credentials)
.
- ImpersonationCredentials(Credentials, AuthInfo) - Constructor for class org.apache.jackrabbit.oak.spi.security.authentication.ImpersonationCredentials
-
- ImportBehavior - Class in org.apache.jackrabbit.oak.spi.xml
-
Utility class defining specific, configurable import behavior.
- includes(PrivilegeBits) - Method in class org.apache.jackrabbit.oak.security.privilege.PrivilegeBits
-
Returns true
if all privileges defined by the specified
otherBits
are present in this instance.
- includes(long, long) - Static method in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
-
- includes(ReadStatus) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.permission.ReadStatus
-
- includesNodeType(String) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeType
-
Determines whether this effective node type representation includes
(either through inheritance or aggregation) the given node type.
- includesNodeTypes(String[]) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeType
-
Determines whether this effective node type representation includes
(either through inheritance or aggregation) all of the given node types.
- includesRead(long) - Method in class org.apache.jackrabbit.oak.security.privilege.PrivilegeBits
-
Returns true
if this instance includes the jcr:read
privilege.
- index - Variable in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
-
- INDEX_CONTENT_NODE_NAME - Static variable in interface org.apache.jackrabbit.oak.plugins.index.IndexConstants
-
- INDEX_DEFINITIONS_NAME - Static variable in interface org.apache.jackrabbit.oak.plugins.index.IndexConstants
-
- INDEX_DEFINITIONS_NODE_TYPE - Static variable in interface org.apache.jackrabbit.oak.plugins.index.IndexConstants
-
- IndexConstants - Interface in org.apache.jackrabbit.oak.plugins.index
-
TODO document
- IndexDefinition - Interface in org.apache.jackrabbit.oak.plugins.index
-
Defines an index definition
- IndexDefinitionImpl - Class in org.apache.jackrabbit.oak.plugins.index
-
TODO document
- IndexDefinitionImpl(String, String, String) - Constructor for class org.apache.jackrabbit.oak.plugins.index.IndexDefinitionImpl
-
- IndexEditor - Interface in org.apache.jackrabbit.oak.plugins.index
-
Represents the content of a QueryIndex as well as a mechanism for keeping
this content up to date.
- IndexEditorProvider - Interface in org.apache.jackrabbit.oak.plugins.index
-
Extension point for plugging in different kinds of IndexEditor providers.
- IndexRow - Interface in org.apache.jackrabbit.oak.spi.query
-
A row returned by the index.
- IndexRowImpl - Class in org.apache.jackrabbit.oak.query.index
-
A simple index row implementation.
- IndexRowImpl(String) - Constructor for class org.apache.jackrabbit.oak.query.index.IndexRowImpl
-
- IndexStoreStrategy - Interface in org.apache.jackrabbit.oak.plugins.index.property.strategy
-
Strategy that defines how the index content will be actually stored under the
index node
- IndexUpdateProvider - Class in org.apache.jackrabbit.oak.plugins.index
-
- IndexUpdateProvider(IndexEditorProvider) - Constructor for class org.apache.jackrabbit.oak.plugins.index.IndexUpdateProvider
-
- IndexUpdateProvider(IndexEditorProvider, boolean) - Constructor for class org.apache.jackrabbit.oak.plugins.index.IndexUpdateProvider
-
- IndexUtils - Class in org.apache.jackrabbit.oak.plugins.index
-
TODO document
- IndexUtils() - Constructor for class org.apache.jackrabbit.oak.plugins.index.IndexUtils
-
- init - Variable in class org.apache.jackrabbit.oak.plugins.index.diffindex.BaseDiffCollector
-
- init(Query) - Method in class org.apache.jackrabbit.oak.query.ast.JoinImpl
-
- init(Query) - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
-
- init(Query) - Method in class org.apache.jackrabbit.oak.query.ast.SourceImpl
-
Initialize the query.
- init() - Method in class org.apache.jackrabbit.oak.query.Query
-
- init(SecurityProvider, ConfigurationParameters) - Method in class org.apache.jackrabbit.oak.spi.security.user.action.AbstractAuthorizableAction
-
- init(SecurityProvider, ConfigurationParameters) - Method in class org.apache.jackrabbit.oak.spi.security.user.action.AccessControlAction
-
- init(SecurityProvider, ConfigurationParameters) - Method in class org.apache.jackrabbit.oak.spi.security.user.action.ClearMembershipAction
-
- init(SecurityProvider, ConfigurationParameters) - Method in class org.apache.jackrabbit.oak.spi.security.user.action.PasswordValidationAction
-
- init(Session, Root, NamePathMapper, boolean, int, ReferenceChangeTracker) - Method in interface org.apache.jackrabbit.oak.spi.xml.ProtectedItemImporter
-
Initializes the importer.
- InitialContent - Class in org.apache.jackrabbit.oak.plugins.nodetype.write
-
InitialContent
implements a
RepositoryInitializer
and
registers built-in node types when the micro kernel becomes available.
- InitialContent() - Constructor for class org.apache.jackrabbit.oak.plugins.nodetype.write.InitialContent
-
- initialize(NodeState) - Method in class org.apache.jackrabbit.oak.osgi.OsgiRepositoryInitializer
-
- initialize(NodeState) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.write.InitialContent
-
- initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.apache.jackrabbit.oak.security.authentication.ldap.LdapLoginModule
-
- initialize(NodeState) - Method in class org.apache.jackrabbit.oak.spi.lifecycle.CompositeInitializer
-
- initialize(NodeStore, RepositoryInitializer, IndexEditorProvider) - Static method in class org.apache.jackrabbit.oak.spi.lifecycle.OakInitializer
-
- initialize(Iterable<WorkspaceInitializer>, NodeStore, String, IndexEditorProvider, QueryIndexProvider, CommitHook) - Static method in class org.apache.jackrabbit.oak.spi.lifecycle.OakInitializer
-
- initialize(NodeState) - Method in interface org.apache.jackrabbit.oak.spi.lifecycle.RepositoryInitializer
-
Initializes repository content.
- initialize(NodeState, String, QueryIndexProvider, CommitHook) - Method in interface org.apache.jackrabbit.oak.spi.lifecycle.WorkspaceInitializer
-
Initialize the content of a new workspace.
- initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
-
- initialize(UserManager, Root, SyncMode, ConfigurationParameters) - Method in class org.apache.jackrabbit.oak.spi.security.authentication.external.DefaultSyncHandler
-
- initialize(UserManager, Root, SyncMode, ConfigurationParameters) - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.external.SyncHandler
-
- initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.apache.jackrabbit.oak.spi.security.authentication.GuestLoginModule
-
- insert(NodeBuilder, String, Iterable<String>) - Method in class org.apache.jackrabbit.oak.plugins.index.property.strategy.ContentMirrorStoreStrategy
-
- insert(NodeBuilder, String, Iterable<String>) - Method in interface org.apache.jackrabbit.oak.plugins.index.property.strategy.IndexStoreStrategy
-
Inserts a set of values in the index
- INSTANCE - Static variable in class org.apache.jackrabbit.oak.security.authentication.SystemSubject
-
- INSTANCE - Static variable in class org.apache.jackrabbit.oak.spi.commit.DefaultEditor
-
- INSTANCE - Static variable in class org.apache.jackrabbit.oak.spi.commit.DefaultValidator
-
- INSTANCE - Static variable in class org.apache.jackrabbit.oak.spi.commit.EmptyHook
-
Static instance of this class, useful as a "null object".
- INSTANCE - Static variable in class org.apache.jackrabbit.oak.spi.commit.EmptyObserver
-
Static instance of this class, useful as a "null object".
- INSTANCE - Static variable in class org.apache.jackrabbit.oak.spi.security.principal.SystemPrincipal
-
- isAbstract() - Method in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeDefinition
-
Returns true
if the privilege described by this definition
is abstract.
- isAccessControlled(String, Tree, ReadOnlyNodeTypeManager) - Static method in class org.apache.jackrabbit.oak.security.authorization.AccessControlUtils
-
- isAccessViolation() - Method in exception org.apache.jackrabbit.oak.api.CommitFailedException
-
Checks whether this is an access violation exception.
- isACE(Tree, ReadOnlyNodeTypeManager) - Static method in class org.apache.jackrabbit.oak.security.authorization.AccessControlUtils
-
- isAll() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.permission.ReadStatus
-
- isAllow() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.ACE
-
- isAllow() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.permission.ReadStatus
-
- isAlwaysFalse() - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
-
- isAlwaysFalse() - Method in interface org.apache.jackrabbit.oak.spi.query.Filter
-
If the filter condition can not possibly match any row, due to a
contradiction in the query (for example "x=1 and x=2").
- isArray() - Method in interface org.apache.jackrabbit.oak.api.PropertyState
-
Determine whether the value is an array of atoms
- isArray() - Method in interface org.apache.jackrabbit.oak.api.PropertyValue
-
Determine whether the value is an array of atoms
- isArray() - Method in class org.apache.jackrabbit.oak.api.Type
-
Determine whether this is an array type
- isArray() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryPropertyBuilder
-
- isArray() - Method in class org.apache.jackrabbit.oak.spi.query.PropertyStateValue
-
- isArray() - Method in interface org.apache.jackrabbit.oak.spi.state.PropertyBuilder
-
- isAutoSave() - Method in class org.apache.jackrabbit.oak.security.user.UserManagerImpl
-
Always returns false
.
- isCheckedOut(Tree) - Method in class org.apache.jackrabbit.oak.plugins.version.ReadOnlyVersionManager
-
Returns true
if the tree is checked out; otherwise
false
.
- isCheckedOut(String) - Method in class org.apache.jackrabbit.oak.plugins.version.ReadOnlyVersionManager
-
Returns true
if the tree at the given absolute Oak path is
checked out; otherwise false
.
- isConstraintViolation() - Method in exception org.apache.jackrabbit.oak.api.CommitFailedException
-
Checks whether this is a constraint violation exception.
- isDescending() - Method in class org.apache.jackrabbit.oak.query.ast.OrderingImpl
-
- isDistinct() - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
-
- isEmpty() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryPropertyBuilder
-
- isEmpty() - Method in class org.apache.jackrabbit.oak.security.privilege.PrivilegeBits
-
Returns true
if this privilege bits includes no privileges
at all.
- isEmpty() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.AbstractAccessControlList
-
- isEmpty() - Method in interface org.apache.jackrabbit.oak.spi.state.PropertyBuilder
-
- isEmptyState(NodeState) - Static method in class org.apache.jackrabbit.oak.plugins.memory.EmptyNodeState
-
- isExpired(long) - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.token.TokenInfo
-
Returns true
if the token has already expired; false
otherwise.
- isExternal() - Method in class org.apache.jackrabbit.oak.plugins.observation.EventImpl
-
- isExternal() - Method in class org.apache.jackrabbit.oak.plugins.observation2.EventImpl
-
- isGranted(long) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.AllPermissions
-
- isGranted(Tree, PropertyState, long) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.AllPermissions
-
- isGranted(String, long) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.AllPermissions
-
- isGranted(long) - Method in interface org.apache.jackrabbit.oak.security.authorization.permission.CompiledPermissions
-
- isGranted(Tree, PropertyState, long) - Method in interface org.apache.jackrabbit.oak.security.authorization.permission.CompiledPermissions
-
- isGranted(String, long) - Method in interface org.apache.jackrabbit.oak.security.authorization.permission.CompiledPermissions
-
- isGranted(long) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.NoPermissions
-
- isGranted(Tree, PropertyState, long) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.NoPermissions
-
- isGranted(String, long) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.NoPermissions
-
- isGranted(long) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionProviderImpl
-
- isGranted(Tree, PropertyState, long) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionProviderImpl
-
- isGranted(String, String) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionProviderImpl
-
- isGranted(long) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.permission.OpenPermissionProvider
-
- isGranted(Tree, PropertyState, long) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.permission.OpenPermissionProvider
-
- isGranted(String, String) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.permission.OpenPermissionProvider
-
- isGranted(long) - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.PermissionProvider
-
- isGranted(Tree, PropertyState, long) - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.PermissionProvider
-
- isGranted(String, String) - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.PermissionProvider
-
- isHidden(String) - Static method in class org.apache.jackrabbit.oak.spi.state.NodeStateUtils
-
Check whether the node or property with the given name is hidden, that
is, if the node name starts with a ":".
- isIndexed(String, String, Filter) - Method in class org.apache.jackrabbit.oak.plugins.index.property.PropertyIndexLookup
-
Checks whether the named property is indexed somewhere along the given
path.
- isIndexNodeType(NodeState) - Static method in class org.apache.jackrabbit.oak.plugins.index.IndexUtils
-
- isIndexNodeType(NodeState, String) - Static method in class org.apache.jackrabbit.oak.plugins.index.IndexUtils
-
- isLike - Variable in class org.apache.jackrabbit.oak.spi.query.Filter.PropertyRestriction
-
Whether this is a like constraint.
- isMandatory() - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionDefinition
-
Indicates if this restriction is mandatory.
- isMandatory() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionDefinitionImpl
-
- isMember(Principal) - Method in class org.apache.jackrabbit.oak.spi.security.principal.EveryonePrincipal
-
- isModified() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
-
- isModified() - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
-
Check whether this builder represents a modified node, which has either modified properties
or removed or added child nodes.
- isModified() - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
-
- isNew() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
-
- isNew() - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
-
Check whether this builder represents a new node, which is not present in the base state.
- isNew() - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
-
- isNodeType(Tree, String) - Method in interface org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeTypeProvider
-
Returns true
if this tree is of the specified primary node
type or mixin type, or a subtype thereof respecting the effective node
type of the tree
.
- isNodeType(String, String) - Method in interface org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeTypeProvider
-
Returns true
if typeName
is of the specified primary node
type or mixin type, or a subtype thereof.
- isNodeType(Tree, String) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
-
- isNodeType(String, String) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
-
- isOfType(String) - Method in exception org.apache.jackrabbit.oak.api.CommitFailedException
-
Checks whether this exception is of the given type.
- isPlainTextPassword(String) - Static method in class org.apache.jackrabbit.oak.spi.security.user.util.PasswordUtility
-
Returns true
if the specified string doesn't start with a
valid algorithm name in curly brackets.
- isPrepared() - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
-
- isPreparing() - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
-
- isRepositoryPermission(long) - Static method in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
-
- isRoot() - Method in interface org.apache.jackrabbit.oak.api.Tree
-
- isRoot() - Method in class org.apache.jackrabbit.oak.core.ImmutableTree
-
- isRoot() - Method in class org.apache.jackrabbit.oak.core.ReadOnlyTree
-
- isRoot() - Method in class org.apache.jackrabbit.oak.core.TreeImpl
-
- isRoot() - Method in class org.apache.jackrabbit.oak.util.NodeUtil
-
- isSame(String, char[]) - Static method in class org.apache.jackrabbit.oak.spi.security.user.util.PasswordUtility
-
Returns true
if hash of the specified password
equals the
given hashed password.
- isSame(String, String) - Static method in class org.apache.jackrabbit.oak.spi.security.user.util.PasswordUtility
-
Returns true
if hash of the specified password
equals the
given hashed password.
- isSecure() - Method in class org.apache.jackrabbit.oak.security.authentication.ldap.LdapSettings
-
- isSplitPath() - Method in class org.apache.jackrabbit.oak.security.authentication.ldap.LdapSettings
-
- isType(Authorizable) - Method in enum org.apache.jackrabbit.oak.spi.security.user.AuthorizableType
-
- isType(Tree, AuthorizableType) - Static method in class org.apache.jackrabbit.oak.spi.security.user.util.UserUtility
-
- isUnique() - Method in class org.apache.jackrabbit.oak.plugins.index.diffindex.BaseDiffCollector
-
- isUnique() - Method in class org.apache.jackrabbit.oak.plugins.index.diffindex.UUIDDiffCollector
-
- isValidLocalName(String) - Static method in class org.apache.jackrabbit.oak.plugins.name.Namespaces
-
- isValidPrefix(String) - Static method in class org.apache.jackrabbit.oak.plugins.name.Namespaces
-
- isValidUUID(String) - Static method in class org.apache.jackrabbit.oak.core.IdentifierManager
-
- isVersionable(Tree) - Method in class org.apache.jackrabbit.oak.plugins.version.ReadOnlyVersionManager
-
Returns true
if the given tree
is of type
mix:versionable
; false
otherwise.
- iterable(Iterable<E>) - Static method in class org.apache.jackrabbit.oak.plugins.memory.MemoryChildNodeEntry
-
- PARAM_ACCESS_CONTROL_OPTIONS - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.AccessControlConfiguration
-
- PARAM_ADMIN_ID - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
-
Configuration option defining the ID of the administrator user.
- PARAM_ADMIN_PW - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
-
Configuration option defining the ID of the administrator user.
- PARAM_ANONYMOUS_ID - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
-
Configuration option defining the ID of the anonymous user.
- PARAM_APP_NAME - Static variable in interface org.apache.jackrabbit.oak.spi.security.authentication.AuthenticationConfiguration
-
- PARAM_AUTHENTICATION_OPTIONS - Static variable in interface org.apache.jackrabbit.oak.spi.security.authentication.AuthenticationConfiguration
-
- PARAM_AUTHORIZABLE_ACTION_PROVIDER - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
-
- PARAM_AUTHORIZABLE_NODE_NAME - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
-
Optional configuration parameter defining how to generate the name of the
authorizable node from the ID of the new authorizable that is being created.
- PARAM_DEFAULT_DEPTH - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
-
Parameter used to change the number of levels that are used by default
store authorizable nodes.
The default number of levels is 2.
- PARAM_GROUP_MEMBERSHIP_SPLIT_SIZE - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
-
Its value determines the maximum number of members within a given
content structure until additional intermediate structuring is being
added.
- PARAM_GROUP_PATH - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
-
Configuration option to define the path underneath which group nodes
are being created.
- PARAM_IMPORT_BEHAVIOR - Static variable in interface org.apache.jackrabbit.oak.spi.xml.ProtectedItemImporter
-
Parameter name for the import behavior configuration option.
- PARAM_PASSWORD_HASH_ALGORITHM - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
-
Configuration parameter to change the default algorithm used to generate
password hashes.
- PARAM_PASSWORD_HASH_ITERATIONS - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
-
Configuration parameter to change the number of iterations used for
password hash generation.
- PARAM_PASSWORD_SALT_SIZE - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
-
Configuration parameter to change the number of iterations used for
password hash generation.
- PARAM_PERMISSIONS_JR2 - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.AccessControlConstants
-
Configuration parameter to enforce backwards compatible permission
validation with respect to user management and node removal:
User Management: As of OAK 1.0 creation/removal of user and
groups as well as modification of user/group specific protected properties
requires
USER_MANAGEMENT
permissions while in Jackrabbit 2.0 they were covered by regular item
write permissions.
Removing Nodes: As of OAK 1.0 removing a node will succeed if the
removal is granted on that specific node irrespective of the permission
granted or denied within the subtree.
- PARAM_READ_PATHS - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.AccessControlConstants
-
Configuration parameter to enable full read access to regular nodes and
properties at the specified paths.
- PARAM_SYNC_MODE - Static variable in class org.apache.jackrabbit.oak.spi.security.authentication.external.ExternalLoginModule
-
- PARAM_TOKEN_EXPIRATION - Static variable in interface org.apache.jackrabbit.oak.spi.security.authentication.token.TokenProvider
-
Optional configuration parameter to set the token expiration time in ms.
- PARAM_TOKEN_LENGTH - Static variable in interface org.apache.jackrabbit.oak.spi.security.authentication.token.TokenProvider
-
Optional configuration parameter to define the length of the key.
- PARAM_TOKEN_OPTIONS - Static variable in interface org.apache.jackrabbit.oak.spi.security.authentication.AuthenticationConfiguration
-
- PARAM_USER_OPTIONS - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConfiguration
-
- PARAM_USER_PATH - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
-
Configuration option to define the path underneath which user nodes
are being created.
- parse(String, JcrNameParser.Listener, int) - Static method in class org.apache.jackrabbit.oak.namepath.JcrNameParser
-
Parse the specified jcr name and inform the specified listener
about the result or any error that may occur during parsing.
- parse(String, JcrPathParser.Listener) - Static method in class org.apache.jackrabbit.oak.namepath.JcrPathParser
-
- parse(String) - Static method in class org.apache.jackrabbit.oak.query.ast.FullTextSearchImpl.FullTextParser
-
- parse(String, String) - Method in interface org.apache.jackrabbit.oak.query.QueryParser
-
Parses the given query string, expressed in the specified language.
- parse(String) - Method in class org.apache.jackrabbit.oak.query.SQL2Parser
-
Parse the statement and return the query.
- PasswordUtility - Class in org.apache.jackrabbit.oak.spi.security.user.util
-
Utility to generate and compare password hashes.
- PasswordValidationAction - Class in org.apache.jackrabbit.oak.spi.security.user.action
-
PasswordValidationAction
provides a simple password validation
mechanism with the following configurable option:
constraint: a regular expression that can be compiled
to a
Pattern
defining validation rules for a password.
- PasswordValidationAction() - Constructor for class org.apache.jackrabbit.oak.spi.security.user.action.PasswordValidationAction
-
- PATH - Static variable in class org.apache.jackrabbit.oak.api.Type
-
Map String
to PropertyType.PATH
- PATH - Static variable in interface org.apache.jackrabbit.oak.plugins.observation2.ObservationConstants
-
- PathConstraint - Class in org.apache.jackrabbit.oak.plugins.nodetype.constraint
-
- PathConstraint(String) - Constructor for class org.apache.jackrabbit.oak.plugins.nodetype.constraint.PathConstraint
-
- PathMapper - Interface in org.apache.jackrabbit.oak.namepath
-
PathMapper
instances provide methods for mapping paths from their JCR
string representation to their Oak representation and vice versa.
- pathProperty(String, String) - Static method in class org.apache.jackrabbit.oak.plugins.memory.GenericPropertyState
-
Create a PropertyState
from a path.
- pathProperty(String, Iterable<String>) - Static method in class org.apache.jackrabbit.oak.plugins.memory.MultiGenericPropertyState
-
Create a multi valued PropertyState
from a list of paths.
- PATHS - Static variable in class org.apache.jackrabbit.oak.api.Type
-
Map Iterable<String>
to array of PropertyType.PATH
- PERMISSION_NAMES - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
-
- PERMISSION_NODE_NAMES - Static variable in interface org.apache.jackrabbit.oak.security.authorization.permission.PermissionConstants
-
- PERMISSION_NODETYPE_NAMES - Static variable in interface org.apache.jackrabbit.oak.security.authorization.permission.PermissionConstants
-
- PERMISSION_PROPERTY_NAMES - Static variable in interface org.apache.jackrabbit.oak.security.authorization.permission.PermissionConstants
-
- PermissionConstants - Interface in org.apache.jackrabbit.oak.security.authorization.permission
-
Implementation specific constants related to permission evaluation.
- PermissionHook - Class in org.apache.jackrabbit.oak.security.authorization.permission
-
CommitHook
implementation that processes any modification made to
access control content and updates persisted permission caches associated
with access control related data stored in the repository.
- PermissionHook(String, RestrictionProvider) - Constructor for class org.apache.jackrabbit.oak.security.authorization.permission.PermissionHook
-
- PermissionProvider - Interface in org.apache.jackrabbit.oak.spi.security.authorization.permission
-
PermissionProvider...
- PermissionProviderImpl - Class in org.apache.jackrabbit.oak.security.authorization.permission
-
PermissionProviderImpl...
- PermissionProviderImpl(Root, Set<Principal>, SecurityProvider) - Constructor for class org.apache.jackrabbit.oak.security.authorization.permission.PermissionProviderImpl
-
- Permissions - Class in org.apache.jackrabbit.oak.spi.security.authorization.permission
-
Provides constants for permissions used in the OAK access evaluation as well
as permission related utility methods.
- PERMISSIONS_STORE_PATH - Static variable in interface org.apache.jackrabbit.oak.security.authorization.permission.PermissionConstants
-
- PermissionStoreValidatorProvider - Class in org.apache.jackrabbit.oak.security.authorization.permission
-
Validator implementation that asserts that the permission store is read-only.
- PermissionStoreValidatorProvider() - Constructor for class org.apache.jackrabbit.oak.security.authorization.permission.PermissionStoreValidatorProvider
-
- PermissionValidatorProvider - Class in org.apache.jackrabbit.oak.security.authorization.permission
-
ValidatorProvider
implementation for permission evaluation associated
with write operations.
- PermissionValidatorProvider(SecurityProvider) - Constructor for class org.apache.jackrabbit.oak.security.authorization.permission.PermissionValidatorProvider
-
- persist(NodeBuilder) - Method in class org.apache.jackrabbit.oak.plugins.observation2.EventQueueWriter.ListenerSpec
-
- POLICY_NODE_NAMES - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.AccessControlConstants
-
- PORT - Static variable in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService
-
- PostValidationHook - Interface in org.apache.jackrabbit.oak.spi.commit
-
Extension to the CommitHook
interface that indicates that this
commit hook implementation must be executed after the
validation hooks.
- PreAuthContext - Class in org.apache.jackrabbit.oak.spi.security.authentication
-
LoginContext for pre-authenticated subjects that don't require further
validation nor additional login/logout steps.
- PreAuthContext(Subject) - Constructor for class org.apache.jackrabbit.oak.spi.security.authentication.PreAuthContext
-
- PREFIX_ALLOW - Static variable in interface org.apache.jackrabbit.oak.security.authorization.permission.PermissionConstants
-
- PREFIX_DENY - Static variable in interface org.apache.jackrabbit.oak.security.authorization.permission.PermissionConstants
-
- PREFIX_REP - Static variable in interface org.apache.jackrabbit.oak.plugins.name.NamespaceConstants
-
- PREFIX_SV - Static variable in interface org.apache.jackrabbit.oak.plugins.name.NamespaceConstants
-
- PREFIX_XMLNS - Static variable in interface org.apache.jackrabbit.oak.plugins.name.NamespaceConstants
-
- prepare() - Method in class org.apache.jackrabbit.oak.query.ast.JoinImpl
-
- prepare() - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
-
- prepare() - Method in class org.apache.jackrabbit.oak.query.ast.SourceImpl
-
Prepare executing the query (recursively).
- PrincipalConfiguration - Interface in org.apache.jackrabbit.oak.spi.security.principal
-
Configuration interface for principal management.
- PrincipalConfigurationImpl - Class in org.apache.jackrabbit.oak.security.principal
-
Default implementation of the PrincipalConfiguration
- PrincipalConfigurationImpl(SecurityProvider) - Constructor for class org.apache.jackrabbit.oak.security.principal.PrincipalConfigurationImpl
-
- PrincipalImpl - Class in org.apache.jackrabbit.oak.spi.security.principal
-
Default implementation of the JackrabbitPrincipal
interface.
- PrincipalImpl(String) - Constructor for class org.apache.jackrabbit.oak.spi.security.principal.PrincipalImpl
-
- PrincipalIteratorAdapter - Class in org.apache.jackrabbit.oak.spi.security.principal
-
Principal specific RangeIteratorAdapter
implementing the
PrincipalIterator
interface.
- PrincipalIteratorAdapter(RangeIterator) - Constructor for class org.apache.jackrabbit.oak.spi.security.principal.PrincipalIteratorAdapter
-
Creates an adapter for the given RangeIterator
.
- PrincipalIteratorAdapter(Iterator<? extends Principal>) - Constructor for class org.apache.jackrabbit.oak.spi.security.principal.PrincipalIteratorAdapter
-
Creates an adapter for the given
Iterator
of principals.
- PrincipalIteratorAdapter(Collection<? extends Principal>) - Constructor for class org.apache.jackrabbit.oak.spi.security.principal.PrincipalIteratorAdapter
-
Creates an iterator for the given collection of Principal
s.
- PrincipalManagerImpl - Class in org.apache.jackrabbit.oak.security.principal
-
PrincipalManagerImpl...
- PrincipalManagerImpl(PrincipalProvider) - Constructor for class org.apache.jackrabbit.oak.security.principal.PrincipalManagerImpl
-
- PrincipalProvider - Interface in org.apache.jackrabbit.oak.spi.security.principal
-
The
PrincipalProvider
defines methods to provide access to sources
of
Principal
s.
- PrincipalProviderCallback - Class in org.apache.jackrabbit.oak.spi.security.authentication.callback
-
- PrincipalProviderCallback() - Constructor for class org.apache.jackrabbit.oak.spi.security.authentication.callback.PrincipalProviderCallback
-
- PrincipalProviderImpl - Class in org.apache.jackrabbit.oak.security.principal
-
The PrincipalProviderImpl
is a principal provider implementation
that operates on principal information read from user information exposed by
the configured UserManager
.
- PrincipalProviderImpl(Root, UserConfiguration, NamePathMapper) - Constructor for class org.apache.jackrabbit.oak.security.principal.PrincipalProviderImpl
-
- PrincipalRestrictionProvider - Class in org.apache.jackrabbit.oak.security.authorization.restriction
-
Restriction provider implementation used for editing access control by
principal.
- PrincipalRestrictionProvider(RestrictionProvider) - Constructor for class org.apache.jackrabbit.oak.security.authorization.restriction.PrincipalRestrictionProvider
-
- PRIVILEGE_MANAGEMENT - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
-
- PRIVILEGE_PROPERTY_NAMES - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
-
The internal names of all property definitions that are associated with
the
rep:Privilege
node type
- PrivilegeBits - Class in org.apache.jackrabbit.oak.security.privilege
-
PrivilegeBits
TODO
- PrivilegeBitsProvider - Class in org.apache.jackrabbit.oak.security.privilege
-
Reads and writes privilege definitions from and to the repository content
without applying any validation.
- PrivilegeBitsProvider(Root) - Constructor for class org.apache.jackrabbit.oak.security.privilege.PrivilegeBitsProvider
-
- PrivilegeConfiguration - Interface in org.apache.jackrabbit.oak.spi.security.privilege
-
Interface for the privilege management configuration.
- PrivilegeConfigurationImpl - Class in org.apache.jackrabbit.oak.security.privilege
-
Configuration for the privilege management component.
- PrivilegeConfigurationImpl() - Constructor for class org.apache.jackrabbit.oak.security.privilege.PrivilegeConfigurationImpl
-
- PrivilegeConstants - Interface in org.apache.jackrabbit.oak.spi.security.privilege
-
Internal name constants used for the privilege management.
- PrivilegeDefinition - Interface in org.apache.jackrabbit.oak.spi.security.privilege
-
The PrivilegeDefinition
interface defines the characteristics of
a JCR Privilege
.
- privilegeFromName(String) - Method in class org.apache.jackrabbit.oak.security.authorization.AccessControlManagerImpl
-
- PrivilegeMigrator - Class in org.apache.jackrabbit.oak.security.privilege
-
PrivilegeMigrator is a utility to migrate custom privilege definitions from
a jackrabbit 2 project to oak.
- PrivilegeMigrator(ContentSession) - Constructor for class org.apache.jackrabbit.oak.security.privilege.PrivilegeMigrator
-
- PRIVILEGES_PATH - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
-
Internal (oak) path for the privilege store.
- process(Editor, NodeState, NodeState) - Static method in class org.apache.jackrabbit.oak.spi.commit.EditorDiff
-
Validates and possibly edits the given subtree by diffing
and recursing through it.
- processCommit(NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.commit.ConflictHook
-
- processCommit(NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.version.VersionablePathHook
-
- processCommit(NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionHook
-
- processCommit(NodeState, NodeState) - Method in interface org.apache.jackrabbit.oak.spi.commit.CommitHook
-
Validates and/or modifies the given content change before it gets
persisted.
- processCommit(NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.CompositeHook
-
- processCommit(NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.EditorHook
-
- processCommit(NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.EmptyHook
-
- processedReference(Object) - Method in class org.apache.jackrabbit.oak.spi.xml.ReferenceChangeTracker
-
- processReferences() - Method in interface org.apache.jackrabbit.oak.spi.xml.ProtectedItemImporter
-
Post processing protected reference properties underneath a protected
or non-protected parent node.
- PROPERTY_NAMES - Static variable in interface org.apache.jackrabbit.oak.plugins.index.IndexConstants
-
Defines the names of the properties that are covered by a specific
property index definition.
- propertyAdded(PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.commit.ConflictValidator
-
- propertyAdded(PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.observation2.EventQueueWriter
-
- propertyAdded(PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.segment.MergeDiff
-
- propertyAdded(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.CompositeEditor
-
- propertyAdded(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.DefaultEditor
-
- propertyAdded(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.DefaultValidator
-
- propertyAdded(PropertyState) - Method in interface org.apache.jackrabbit.oak.spi.commit.Editor
-
Processes an added property.
- propertyAdded(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.EditorDiff
-
- propertyAdded(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.FailingValidator
-
- propertyAdded(PropertyState) - Method in interface org.apache.jackrabbit.oak.spi.commit.Validator
-
Validate an added property
- propertyAdded(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.VisibleEditor
-
- propertyAdded(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.VisibleValidator
-
- propertyAdded(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractRebaseDiff
-
- propertyAdded(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.state.DefaultNodeStateDiff
-
- propertyAdded(PropertyState) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeStateDiff
-
Called for all added properties.
- PropertyBuilder<T> - Interface in org.apache.jackrabbit.oak.spi.state
-
- propertyChanged(PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.commit.ConflictValidator
-
- propertyChanged(PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.observation2.EventQueueWriter
-
- propertyChanged(PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.segment.MergeDiff
-
- propertyChanged(PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.CompositeEditor
-
- propertyChanged(PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.DefaultEditor
-
- propertyChanged(PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.DefaultValidator
-
- propertyChanged(PropertyState, PropertyState) - Method in interface org.apache.jackrabbit.oak.spi.commit.Editor
-
Processes a changed property.
- propertyChanged(PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.EditorDiff
-
- propertyChanged(PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.FailingValidator
-
- propertyChanged(PropertyState, PropertyState) - Method in interface org.apache.jackrabbit.oak.spi.commit.Validator
-
Validate a changed property
- propertyChanged(PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.VisibleEditor
-
- propertyChanged(PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.VisibleValidator
-
- propertyChanged(PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractRebaseDiff
-
- propertyChanged(PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.spi.state.DefaultNodeStateDiff
-
- propertyChanged(PropertyState, PropertyState) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeStateDiff
-
Called for all changed properties.
- propertyDeleted(PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.observation2.EventQueueWriter
-
- propertyDeleted(PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.segment.MergeDiff
-
- propertyDeleted(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.CompositeEditor
-
- propertyDeleted(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.DefaultEditor
-
- propertyDeleted(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.DefaultValidator
-
- propertyDeleted(PropertyState) - Method in interface org.apache.jackrabbit.oak.spi.commit.Editor
-
Processes a removed property.
- propertyDeleted(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.EditorDiff
-
- propertyDeleted(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.FailingValidator
-
- propertyDeleted(PropertyState) - Method in interface org.apache.jackrabbit.oak.spi.commit.Validator
-
Validate a deleted property
- propertyDeleted(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.VisibleEditor
-
- propertyDeleted(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.VisibleValidator
-
- propertyDeleted(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractRebaseDiff
-
- propertyDeleted(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.state.DefaultNodeStateDiff
-
- propertyDeleted(PropertyState) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeStateDiff
-
Called for all deleted properties.
- propertyExistence(String, String) - Method in class org.apache.jackrabbit.oak.query.ast.AstElementFactory
-
- PropertyExistenceImpl - Class in org.apache.jackrabbit.oak.query.ast
-
A condition to check if the property exists ("is not null").
- PropertyExistenceImpl(SelectorImpl, String, String) - Constructor for class org.apache.jackrabbit.oak.query.ast.PropertyExistenceImpl
-
- PropertyExistenceImpl(String, String) - Constructor for class org.apache.jackrabbit.oak.query.ast.PropertyExistenceImpl
-
- PropertyIndexEditorProvider - Class in org.apache.jackrabbit.oak.plugins.index.property
-
Service that provides PropertyIndex based editors.
- PropertyIndexEditorProvider() - Constructor for class org.apache.jackrabbit.oak.plugins.index.property.PropertyIndexEditorProvider
-
- PropertyIndexLookup - Class in org.apache.jackrabbit.oak.plugins.index.property
-
Is responsible for querying the property index content.
- PropertyIndexLookup(NodeState) - Constructor for class org.apache.jackrabbit.oak.plugins.index.property.PropertyIndexLookup
-
- PropertyIndexProvider - Class in org.apache.jackrabbit.oak.plugins.index.property
-
A provider for property indexes.
- PropertyIndexProvider() - Constructor for class org.apache.jackrabbit.oak.plugins.index.property.PropertyIndexProvider
-
- propertyName - Variable in class org.apache.jackrabbit.oak.spi.query.Filter.PropertyRestriction
-
The name of the property.
- PropertyState - Interface in org.apache.jackrabbit.oak.api
-
Immutable property state.
- PropertyStates - Class in org.apache.jackrabbit.oak.plugins.memory
-
- PropertyStateValue - Class in org.apache.jackrabbit.oak.spi.query
-
- PropertyStateValue(PropertyState) - Constructor for class org.apache.jackrabbit.oak.spi.query.PropertyStateValue
-
- propertyType - Variable in class org.apache.jackrabbit.oak.spi.query.Filter.PropertyRestriction
-
The property type, if restricted.
- PropertyUtil - Class in org.apache.jackrabbit.oak.util
-
PropertyUtil
provides common property handling which lead to
dependencies to
MemoryPropertyBuilder
throughout oak-core packages.
- PropertyValue - Interface in org.apache.jackrabbit.oak.api
-
Immutable property value.
- propertyValue(String, String) - Method in class org.apache.jackrabbit.oak.query.ast.AstElementFactory
-
- propertyValue(String, String, String) - Method in class org.apache.jackrabbit.oak.query.ast.AstElementFactory
-
- PropertyValueImpl - Class in org.apache.jackrabbit.oak.query.ast
-
A property expression.
- PropertyValueImpl(String, String) - Constructor for class org.apache.jackrabbit.oak.query.ast.PropertyValueImpl
-
- PropertyValueImpl(String, String, String) - Constructor for class org.apache.jackrabbit.oak.query.ast.PropertyValueImpl
-
- PropertyValues - Class in org.apache.jackrabbit.oak.spi.query
-
- PropInfo - Class in org.apache.jackrabbit.oak.spi.xml
-
Information about a property being imported.
- PropInfo(String, int, TextValue[]) - Constructor for class org.apache.jackrabbit.oak.spi.xml.PropInfo
-
Creates a property information instance.
- PropInfo(String, int, TextValue[], PropInfo.MultipleStatus) - Constructor for class org.apache.jackrabbit.oak.spi.xml.PropInfo
-
Creates a property information instance.
- PropInfo.MultipleStatus - Enum in org.apache.jackrabbit.oak.spi.xml
-
Hint indicating whether the property is multi- or single-value
- ProtectedItemImporter - Interface in org.apache.jackrabbit.oak.spi.xml
-
- ProtectedNodeImporter - Interface in org.apache.jackrabbit.oak.spi.xml
-
ProtectedNodeImporter
provides means to import protected
Node
s and the subtree defined below such nodes.
- ProtectedPropertyImporter - Interface in org.apache.jackrabbit.oak.spi.xml
-
ProtectedPropertyImporter
is in charge of importing single
properties with a protected PropertyDefinition
.
- put(String, String) - Method in class org.apache.jackrabbit.oak.spi.xml.ReferenceChangeTracker
-
- read() - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentStream
-
- read(byte[]) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentStream
-
- read(byte[], int, int) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentStream
-
- READ - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
-
- READ_ACCESS_CONTROL - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
-
- READ_NODE - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
-
- READ_PROPERTY - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
-
- readBlock(RecordId, int) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentReader
-
- readByte(RecordId, int) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentReader
-
- readBytes(RecordId, int, byte[], int, int) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentReader
-
- readInt(RecordId, int) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentReader
-
- readLength(RecordId) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentReader
-
- readList(RecordId, int) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentReader
-
- ReadOnlyBuilder - Class in org.apache.jackrabbit.oak.spi.state
-
- ReadOnlyBuilder(NodeState) - Constructor for class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
-
- ReadOnlyNamespaceRegistry - Class in org.apache.jackrabbit.oak.plugins.name
-
Read-only namespace registry.
- ReadOnlyNamespaceRegistry() - Constructor for class org.apache.jackrabbit.oak.plugins.name.ReadOnlyNamespaceRegistry
-
- ReadOnlyNodeTypeManager - Class in org.apache.jackrabbit.oak.plugins.nodetype
-
- ReadOnlyNodeTypeManager() - Constructor for class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
-
- ReadOnlyTree - Class in org.apache.jackrabbit.oak.core
-
- ReadOnlyTree(NodeState) - Constructor for class org.apache.jackrabbit.oak.core.ReadOnlyTree
-
- ReadOnlyTree(ReadOnlyTree, String, NodeState) - Constructor for class org.apache.jackrabbit.oak.core.ReadOnlyTree
-
- ReadOnlyVersionManager - Class in org.apache.jackrabbit.oak.plugins.version
-
ReadOnlyVersionManager
provides implementations for read-only
version operations modeled after the ones available in VersionManager
.
- ReadOnlyVersionManager() - Constructor for class org.apache.jackrabbit.oak.plugins.version.ReadOnlyVersionManager
-
- readRecordId(RecordId, int) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentReader
-
- readRestrictions(String, Tree) - Method in class org.apache.jackrabbit.oak.security.authorization.restriction.PrincipalRestrictionProvider
-
- readRestrictions(String, Tree) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.restriction.AbstractRestrictionProvider
-
- readRestrictions(String, Tree) - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionProvider
-
- readSegment(UUID) - Method in class org.apache.jackrabbit.oak.plugins.segment.file.FileStore
-
- readSegment(UUID) - Method in class org.apache.jackrabbit.oak.plugins.segment.memory.MemoryStore
-
- readSegment(UUID) - Method in class org.apache.jackrabbit.oak.plugins.segment.mongo.MongoStore
-
- readSegment(UUID) - Method in interface org.apache.jackrabbit.oak.plugins.segment.SegmentStore
-
- ReadStatus - Class in org.apache.jackrabbit.oak.spi.security.authorization.permission
-
ReadStatus...
- readStream(RecordId) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentReader
-
- ReadWriteNamespaceRegistry - Class in org.apache.jackrabbit.oak.plugins.name
-
Writable namespace registry.
- ReadWriteNamespaceRegistry() - Constructor for class org.apache.jackrabbit.oak.plugins.name.ReadWriteNamespaceRegistry
-
- ReadWriteNodeTypeManager - Class in org.apache.jackrabbit.oak.plugins.nodetype.write
-
- ReadWriteNodeTypeManager() - Constructor for class org.apache.jackrabbit.oak.plugins.nodetype.write.ReadWriteNodeTypeManager
-
- rebase() - Method in interface org.apache.jackrabbit.oak.api.Root
-
Rebase this root instance to the latest revision.
- rebase() - Method in class org.apache.jackrabbit.oak.core.ImmutableRoot
-
- rebase() - Method in class org.apache.jackrabbit.oak.core.RootImpl
-
- rebase() - Method in interface org.apache.jackrabbit.oak.spi.state.NodeStoreBranch
-
Rebase the changes from this branch on top of the current
root.
- RecordId - Class in org.apache.jackrabbit.oak.plugins.segment
-
- RecordId(UUID, int) - Constructor for class org.apache.jackrabbit.oak.plugins.segment.RecordId
-
- REFERENCE - Static variable in class org.apache.jackrabbit.oak.api.Type
-
Map String
to PropertyType.REFERENCE
- ReferenceChangeTracker - Class in org.apache.jackrabbit.oak.spi.xml
-
Helper class used to keep track of uuid mappings (e.g.
- ReferenceChangeTracker() - Constructor for class org.apache.jackrabbit.oak.spi.xml.ReferenceChangeTracker
-
- ReferenceConstraint - Class in org.apache.jackrabbit.oak.plugins.nodetype.constraint
-
- ReferenceConstraint(String) - Constructor for class org.apache.jackrabbit.oak.plugins.nodetype.constraint.ReferenceConstraint
-
- referenceProperty(String, String) - Static method in class org.apache.jackrabbit.oak.plugins.memory.GenericPropertyState
-
Create a PropertyState
from a reference.
- referenceProperty(String, Iterable<String>) - Static method in class org.apache.jackrabbit.oak.plugins.memory.MultiGenericPropertyState
-
Create a multi valued PropertyState
from a list of references.
- REFERENCES - Static variable in class org.apache.jackrabbit.oak.api.Type
-
Map Iterable<String>
to array of PropertyType.REFERENCE
- refresh() - Method in interface org.apache.jackrabbit.oak.api.Root
-
Reverts all changes made to this root and refreshed to the latest trunk.
- refresh() - Method in class org.apache.jackrabbit.oak.core.ImmutableRoot
-
- refresh() - Method in class org.apache.jackrabbit.oak.core.RootImpl
-
- refresh() - Method in class org.apache.jackrabbit.oak.plugins.name.ReadWriteNamespaceRegistry
-
Called by the write methods to refresh the state of the possible
session associated with this instance.
- refresh() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.write.ReadWriteNodeTypeManager
-
Called by the
ReadWriteNodeTypeManager
implementation methods to
refresh the state of the session associated with this instance.
- refresh() - Method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionProviderImpl
-
- refresh() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.permission.OpenPermissionProvider
-
- refresh() - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.PermissionProvider
-
- registerNamespace(String, String) - Method in class org.apache.jackrabbit.oak.plugins.name.ReadOnlyNamespaceRegistry
-
- registerNamespace(String, String) - Method in class org.apache.jackrabbit.oak.plugins.name.ReadWriteNamespaceRegistry
-
- registerNodeType(NodeTypeDefinition, boolean) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
-
This implementation always throws a UnsupportedRepositoryOperationException
.
- registerNodeType(NodeTypeDefinition, boolean) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.write.ReadWriteNodeTypeManager
-
- registerNodeTypes(NodeTypeDefinition[], boolean) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
-
This implementation always throws a UnsupportedRepositoryOperationException
.
- registerNodeTypes(NodeTypeDefinition[], boolean) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.write.ReadWriteNodeTypeManager
-
- RegistrationEditorProvider - Class in org.apache.jackrabbit.oak.plugins.nodetype
-
Provider for an editor that validates and processes node type information
under /jcr:system/jcr:nodeTypes
to make it more efficient to
access when accessing or modifying related content in the repository.
- RegistrationEditorProvider() - Constructor for class org.apache.jackrabbit.oak.plugins.nodetype.RegistrationEditorProvider
-
- REINDEX_PROPERTY_NAME - Static variable in interface org.apache.jackrabbit.oak.plugins.index.IndexConstants
-
- relax() - Static method in class org.apache.jackrabbit.oak.util.TODO
-
- remove() - Method in interface org.apache.jackrabbit.oak.api.Tree
-
Remove this tree instance.
- remove() - Method in class org.apache.jackrabbit.oak.core.ReadOnlyTree
-
- remove() - Method in class org.apache.jackrabbit.oak.core.TreeImpl
-
- remove(NodeBuilder, String, Iterable<String>) - Method in class org.apache.jackrabbit.oak.plugins.index.property.strategy.ContentMirrorStoreStrategy
-
- remove(NodeBuilder, String, Iterable<String>) - Method in interface org.apache.jackrabbit.oak.plugins.index.property.strategy.IndexStoreStrategy
-
Removes a set of values from the index
- remove() - Method in class org.apache.jackrabbit.oak.security.user.query.ResultIterator
-
- remove() - Method in class org.apache.jackrabbit.oak.spi.query.Cursors.AbstractCursor
-
- REMOVE - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
-
- remove() - Method in class org.apache.jackrabbit.oak.util.TreeLocation
-
Remove the underlying item.
- REMOVE_NODE - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
-
- REMOVE_PROPERTY - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
-
- removeAccessControlEntry(AccessControlEntry) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.ImmutableACL
-
- removeChildNode(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
-
- removeChildNode(String) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
-
Remove a child node.
- removeChildNode(String) - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
-
- removedService(ServiceReference, Object) - Method in class org.apache.jackrabbit.oak.osgi.AbstractServiceTracker
-
- removedService(ServiceReference, Object) - Method in class org.apache.jackrabbit.oak.osgi.Activator
-
- removeEventListener(EventListener) - Method in class org.apache.jackrabbit.oak.plugins.observation.ObservationManagerImpl
-
- removeEventListener(EventListener) - Method in class org.apache.jackrabbit.oak.plugins.observation2.ObservationManagerImpl2
-
- removeMember(Principal) - Method in class org.apache.jackrabbit.oak.spi.security.principal.EveryonePrincipal
-
- removePolicy(String, AccessControlPolicy) - Method in class org.apache.jackrabbit.oak.security.authorization.AccessControlManagerImpl
-
- removeProperty(String) - Method in interface org.apache.jackrabbit.oak.api.Tree
-
Remove the property with the given name.
- removeProperty(String) - Method in class org.apache.jackrabbit.oak.core.ReadOnlyTree
-
- removeProperty(String) - Method in class org.apache.jackrabbit.oak.core.TreeImpl
-
- removeProperty(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
-
- removeProperty(String) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
-
Remove the named property.
- removeProperty(String) - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
-
- removeProperty(String) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
-
- removeReferences(List<Object>) - Method in class org.apache.jackrabbit.oak.spi.xml.ReferenceChangeTracker
-
Remove the given references that have already been processed from the
references list.
- removeSegment(UUID) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentCache
-
- removeToken(TokenInfo) - Method in class org.apache.jackrabbit.oak.security.authentication.token.TokenProviderImpl
-
- removeToken(TokenInfo) - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.token.TokenProvider
-
Tries to remove the login token and all related information.
- removeValue(int) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryPropertyBuilder
-
- removeValue(Object) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryPropertyBuilder
-
- removeValue(int) - Method in interface org.apache.jackrabbit.oak.spi.state.PropertyBuilder
-
Remove the value at the given index
.
- removeValue(Object) - Method in interface org.apache.jackrabbit.oak.spi.state.PropertyBuilder
-
Remove the given value from the property state.
- REP_ACCESS_CONTROLLED_PATH - Static variable in interface org.apache.jackrabbit.oak.security.authorization.permission.PermissionConstants
-
- REP_ACTIVITIES - Static variable in interface org.apache.jackrabbit.oak.plugins.version.VersionConstants
-
- REP_ADD_PROPERTIES - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
-
Internal (oak) name of the rep:addProperties privilege
- REP_AGGREGATES - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
-
Name of the privilege definition property that stores the aggregate privilege names.
- REP_ALTER_PROPERTIES - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
-
Internal (oak) name of the rep:alterProperties privilege
- REP_AUTHORIZABLE_ID - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
-
- REP_BITS - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
-
Name of the privilege definition property that stores the internal representation
of this privilege.
- REP_CONFIGURATIONS - Static variable in interface org.apache.jackrabbit.oak.plugins.version.VersionConstants
-
- REP_DISABLED - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
-
- REP_EXCERPT - Static variable in class org.apache.jackrabbit.oak.query.Query
-
The "rep:excerpt" pseudo-property.
- REP_GLOB - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.AccessControlConstants
-
- REP_IMPERSONATORS - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
-
- REP_INDEX - Static variable in interface org.apache.jackrabbit.oak.security.authorization.permission.PermissionConstants
-
- REP_IS_ABSTRACT - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
-
Name of the property that defines if the privilege is abstract.
- REP_MEMBERS - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
-
- REP_NAMESPACES - Static variable in interface org.apache.jackrabbit.oak.plugins.name.NamespaceConstants
-
- REP_NEXT - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
-
Name of the property storing the value of the next available privilege bits.
- REP_NODE_PATH - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.AccessControlConstants
-
- REP_NT_NAMES - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.AccessControlConstants
-
Name of the optional access control restriction by node type name.
- REP_OBSERVATION - Static variable in interface org.apache.jackrabbit.oak.plugins.observation2.ObservationConstants
-
- REP_OURS - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
-
- REP_PASSWORD - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
-
- REP_PERMISSION_STORE - Static variable in interface org.apache.jackrabbit.oak.security.authorization.permission.PermissionConstants
-
- REP_POLICY - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.AccessControlConstants
-
- REP_PRINCIPAL_NAME - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.AccessControlConstants
-
- REP_PRINCIPAL_NAME - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
-
- REP_PRIVILEGE_BITS - Static variable in interface org.apache.jackrabbit.oak.security.authorization.permission.PermissionConstants
-
- REP_PRIVILEGE_MANAGEMENT - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
-
Internal (oak) name of the rep:privilegeManagement privilege
- REP_PRIVILEGES - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.AccessControlConstants
-
- REP_PRIVILEGES - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
-
Internal (oak) name for the root node of the privilege store.
- REP_READ_NODES - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
-
Internal (oak) name of the rep:readNodes privilege
- REP_READ_PROPERTIES - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
-
Internal (oak) name of the rep:readProperties privilege
- REP_REMOVE_PROPERTIES - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
-
Internal (oak) name of the rep:removeProperties privilege
- REP_REPO_POLICY - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.AccessControlConstants
-
- REP_RESTRICTIONS - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.AccessControlConstants
-
- REP_USER_MANAGEMENT - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
-
Internal (oak) name of the rep:userManagement privilege
- REP_VERSIONSTORAGE - Static variable in interface org.apache.jackrabbit.oak.plugins.version.VersionConstants
-
- REP_WRITE - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
-
Internal (oak) name of the rep:write privilege
- replace(Map<String, Set<String>>) - Method in class org.apache.jackrabbit.oak.plugins.index.AsyncIndexUpdate
-
- RepositoryCallback - Class in org.apache.jackrabbit.oak.spi.security.authentication.callback
-
Callback implementation used to access the repository.
- RepositoryCallback() - Constructor for class org.apache.jackrabbit.oak.spi.security.authentication.callback.RepositoryCallback
-
- RepositoryInitializer - Interface in org.apache.jackrabbit.oak.spi.lifecycle
-
Initializer of repository content.
- RESERVED_PREFIXES - Static variable in interface org.apache.jackrabbit.oak.plugins.name.NamespaceConstants
-
Reserved namespace prefixes as defined in jackrabbit 2
- RESERVED_URIS - Static variable in interface org.apache.jackrabbit.oak.plugins.name.NamespaceConstants
-
Reserved namespace URIs as defined in jackrabbit 2
- reset(NodeState) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
-
- reset() - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentStream
-
- reset(NodeState) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
-
Replaces the base state of this builder and throws away all changes.
- reset(NodeState) - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
-
- resetTokenExpiration(TokenInfo, long) - Method in class org.apache.jackrabbit.oak.security.authentication.token.TokenProviderImpl
-
- resetTokenExpiration(TokenInfo, long) - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.token.TokenProvider
-
Resets the expiration time of the login token associated with the given
TokenInfo
.
- RESIDUAL_NAME - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
-
- restrict(FilterImpl) - Method in class org.apache.jackrabbit.oak.query.ast.AndImpl
-
- restrict(FilterImpl) - Method in class org.apache.jackrabbit.oak.query.ast.ChildNodeImpl
-
- restrict(FilterImpl) - Method in class org.apache.jackrabbit.oak.query.ast.ChildNodeJoinConditionImpl
-
- restrict(FilterImpl) - Method in class org.apache.jackrabbit.oak.query.ast.ComparisonImpl
-
- restrict(FilterImpl) - Method in class org.apache.jackrabbit.oak.query.ast.ConstraintImpl
-
Apply the condition to the filter, further restricting the filter if
possible.
- restrict(FilterImpl) - Method in class org.apache.jackrabbit.oak.query.ast.DescendantNodeImpl
-
- restrict(FilterImpl) - Method in class org.apache.jackrabbit.oak.query.ast.DescendantNodeJoinConditionImpl
-
- restrict(FilterImpl, Operator, PropertyValue) - Method in class org.apache.jackrabbit.oak.query.ast.DynamicOperandImpl
-
- restrict(FilterImpl) - Method in class org.apache.jackrabbit.oak.query.ast.EquiJoinConditionImpl
-
- restrict(FilterImpl) - Method in class org.apache.jackrabbit.oak.query.ast.FullTextSearchImpl
-
- restrict(FilterImpl, Operator, PropertyValue) - Method in class org.apache.jackrabbit.oak.query.ast.FullTextSearchScoreImpl
-
- restrict(FilterImpl) - Method in class org.apache.jackrabbit.oak.query.ast.JoinConditionImpl
-
Apply the condition to the filter, further restricting the filter if
possible.
- restrict(FilterImpl, Operator, PropertyValue) - Method in class org.apache.jackrabbit.oak.query.ast.LengthImpl
-
- restrict(FilterImpl, Operator, PropertyValue) - Method in class org.apache.jackrabbit.oak.query.ast.LowerCaseImpl
-
- restrict(FilterImpl, Operator, PropertyValue) - Method in class org.apache.jackrabbit.oak.query.ast.NodeLocalNameImpl
-
- restrict(FilterImpl, Operator, PropertyValue) - Method in class org.apache.jackrabbit.oak.query.ast.NodeNameImpl
-
- restrict(FilterImpl) - Method in class org.apache.jackrabbit.oak.query.ast.NotImpl
-
- restrict(FilterImpl) - Method in class org.apache.jackrabbit.oak.query.ast.OrImpl
-
- restrict(FilterImpl) - Method in class org.apache.jackrabbit.oak.query.ast.PropertyExistenceImpl
-
- restrict(FilterImpl, Operator, PropertyValue) - Method in class org.apache.jackrabbit.oak.query.ast.PropertyValueImpl
-
- restrict(FilterImpl) - Method in class org.apache.jackrabbit.oak.query.ast.SameNodeImpl
-
- restrict(FilterImpl) - Method in class org.apache.jackrabbit.oak.query.ast.SameNodeJoinConditionImpl
-
- restrict(FilterImpl, Operator, PropertyValue) - Method in class org.apache.jackrabbit.oak.query.ast.UpperCaseImpl
-
- restrictFulltextCondition(String) - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
-
- Restriction - Interface in org.apache.jackrabbit.oak.spi.security.authorization.restriction
-
A Restriction
object represents a "live" restriction object that
has been created using the Jackrabbit specific extensions of the
AccessControlEntry
interface.
- RestrictionDefinition - Interface in org.apache.jackrabbit.oak.spi.security.authorization.restriction
-
The RestrictionDefinition
interface provides methods for
discovering the static definition of any additional policy-internal refinements
of the access control definitions.
- RestrictionDefinitionImpl - Class in org.apache.jackrabbit.oak.spi.security.authorization.restriction
-
- RestrictionDefinitionImpl(String, Type, boolean) - Constructor for class org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionDefinitionImpl
-
Create a new instance.
- RestrictionImpl - Class in org.apache.jackrabbit.oak.spi.security.authorization.restriction
-
RestrictionImpl
- RestrictionImpl(PropertyState, boolean) - Constructor for class org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionImpl
-
- RestrictionPattern - Interface in org.apache.jackrabbit.oak.spi.security.authorization.restriction
-
Interface used to verify if a given restriction
applies to a given
item or path.
- RestrictionProvider - Interface in org.apache.jackrabbit.oak.spi.security.authorization.restriction
-
RestrictionProvider...
- RestrictionProviderImpl - Class in org.apache.jackrabbit.oak.security.authorization.restriction
-
- RestrictionProviderImpl() - Constructor for class org.apache.jackrabbit.oak.security.authorization.restriction.RestrictionProviderImpl
-
- restrictPath(String, Filter.PathRestriction) - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
-
- restrictProperty(String, Operator, PropertyValue) - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
-
- restrictPropertyType(String, Operator, int) - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
-
- restrictPushDown(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.AndImpl
-
- restrictPushDown(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.ChildNodeImpl
-
- restrictPushDown(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.ChildNodeJoinConditionImpl
-
- restrictPushDown(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.ComparisonImpl
-
- restrictPushDown(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.ConstraintImpl
-
Push as much of the condition down to this selector, further restricting
the selector condition if possible.
- restrictPushDown(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.DescendantNodeImpl
-
- restrictPushDown(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.DescendantNodeJoinConditionImpl
-
- restrictPushDown(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.EquiJoinConditionImpl
-
- restrictPushDown(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.FullTextSearchImpl
-
- restrictPushDown(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.JoinConditionImpl
-
Push as much of the condition down to this selector, further restricting
the selector condition if possible.
- restrictPushDown(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.NotImpl
-
- restrictPushDown(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.OrImpl
-
- restrictPushDown(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.PropertyExistenceImpl
-
- restrictPushDown(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.SameNodeImpl
-
- restrictPushDown(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.SameNodeJoinConditionImpl
-
- restrictSelector(ConstraintImpl) - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
-
- Result - Interface in org.apache.jackrabbit.oak.api
-
A result from executing a query.
- ResultImpl - Class in org.apache.jackrabbit.oak.query
-
A query result.
- ResultIterator<T> - Class in org.apache.jackrabbit.oak.security.user.query
-
Implements a query result iterator which only returns a maximum number of
element from an underlying iterator starting at a given offset.
- ResultRow - Interface in org.apache.jackrabbit.oak.api
-
A query result row.
- ResultRowImpl - Class in org.apache.jackrabbit.oak.query
-
A query result row that keeps all data (for this row only) in memory.
- RETENTION_MANAGEMENT - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
-
- returnValue(T) - Method in class org.apache.jackrabbit.oak.util.TODO
-
- returnValueOrNull(T) - Method in class org.apache.jackrabbit.oak.util.TODO
-
- Root - Interface in org.apache.jackrabbit.oak.api
-
A
Root
instance serves as a container for a
Tree
.
- RootImpl - Class in org.apache.jackrabbit.oak.core
-
- RootImpl(NodeStore, CommitHook, String, Subject, SecurityProvider, QueryIndexProvider) - Constructor for class org.apache.jackrabbit.oak.core.RootImpl
-
New instance bases on a given
NodeStore
and a workspace
- RootImpl(NodeStore) - Constructor for class org.apache.jackrabbit.oak.core.RootImpl
-
- RootImpl(NodeStore, CommitHook) - Constructor for class org.apache.jackrabbit.oak.core.RootImpl
-
- ROOTPROVIDER - Static variable in interface org.apache.jackrabbit.oak.core.ImmutableTree.ParentProvider
-
- run() - Method in class org.apache.jackrabbit.oak.plugins.index.AsyncIndexUpdate
-
- sameNode(String, String) - Method in class org.apache.jackrabbit.oak.query.ast.AstElementFactory
-
- SameNodeImpl - Class in org.apache.jackrabbit.oak.query.ast
-
The function "issamenode(..)".
- SameNodeImpl(String, String) - Constructor for class org.apache.jackrabbit.oak.query.ast.SameNodeImpl
-
- sameNodeJoinCondition(String, String, String) - Method in class org.apache.jackrabbit.oak.query.ast.AstElementFactory
-
- SameNodeJoinConditionImpl - Class in org.apache.jackrabbit.oak.query.ast
-
The "issamenode(...)" join condition.
- SameNodeJoinConditionImpl(String, String, String) - Constructor for class org.apache.jackrabbit.oak.query.ast.SameNodeJoinConditionImpl
-
- scalar(Type<T>) - Static method in class org.apache.jackrabbit.oak.plugins.memory.MemoryPropertyBuilder
-
Create a new instance for building scalar PropertyState
instances
of the given type
.
- scalar(Type<T>, String) - Static method in class org.apache.jackrabbit.oak.plugins.memory.MemoryPropertyBuilder
-
Create a new instance for building scalar PropertyState
instances
of the given type
.
- SecurityConfiguration - Interface in org.apache.jackrabbit.oak.spi.security
-
SecurityConfiguration...
- SecurityConfiguration.Default - Class in org.apache.jackrabbit.oak.spi.security
-
Default implementation that provides empty validators/parameters.
- SecurityConfiguration.Default() - Constructor for class org.apache.jackrabbit.oak.spi.security.SecurityConfiguration.Default
-
- SecurityProvider - Interface in org.apache.jackrabbit.oak.spi.security
-
SecurityProvider...
- SecurityProviderCallback - Class in org.apache.jackrabbit.oak.spi.security.authentication.callback
-
- SecurityProviderCallback() - Constructor for class org.apache.jackrabbit.oak.spi.security.authentication.callback.SecurityProviderCallback
-
- SecurityProviderImpl - Class in org.apache.jackrabbit.oak.security
-
- SecurityProviderImpl() - Constructor for class org.apache.jackrabbit.oak.security.SecurityProviderImpl
-
- SecurityProviderImpl(ConfigurationParameters) - Constructor for class org.apache.jackrabbit.oak.security.SecurityProviderImpl
-
- Segment - Class in org.apache.jackrabbit.oak.plugins.segment
-
- Segment(SegmentStore, UUID, ByteBuffer, Collection<UUID>, Map<String, RecordId>, Map<Template, RecordId>) - Constructor for class org.apache.jackrabbit.oak.plugins.segment.Segment
-
- SegmentBlob - Class in org.apache.jackrabbit.oak.plugins.segment
-
- SegmentCache - Class in org.apache.jackrabbit.oak.plugins.segment
-
Combined memory and disk cache for segments.
- SegmentCache(long) - Constructor for class org.apache.jackrabbit.oak.plugins.segment.SegmentCache
-
- SegmentCache() - Constructor for class org.apache.jackrabbit.oak.plugins.segment.SegmentCache
-
- SegmentNodeState - Class in org.apache.jackrabbit.oak.plugins.segment
-
- SegmentNodeState(SegmentStore, RecordId) - Constructor for class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeState
-
- SegmentNodeStore - Class in org.apache.jackrabbit.oak.plugins.segment
-
- SegmentNodeStore(SegmentStore, String) - Constructor for class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStore
-
- SegmentNodeStore(SegmentStore) - Constructor for class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStore
-
- SegmentNodeStoreService - Class in org.apache.jackrabbit.oak.plugins.segment
-
- SegmentNodeStoreService() - Constructor for class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService
-
- SegmentReader - Class in org.apache.jackrabbit.oak.plugins.segment
-
- SegmentReader(SegmentStore) - Constructor for class org.apache.jackrabbit.oak.plugins.segment.SegmentReader
-
- SegmentStore - Interface in org.apache.jackrabbit.oak.plugins.segment
-
- SegmentStream - Class in org.apache.jackrabbit.oak.plugins.segment
-
- SegmentWriter - Class in org.apache.jackrabbit.oak.plugins.segment
-
- SegmentWriter(SegmentStore) - Constructor for class org.apache.jackrabbit.oak.plugins.segment.SegmentWriter
-
- select(NodeBuilder) - Method in class org.apache.jackrabbit.oak.plugins.version.DateVersionSelector
-
- select(NodeBuilder) - Method in interface org.apache.jackrabbit.oak.plugins.version.VersionSelector
-
Selects a version of the given version history.
- selector(NodeState, String) - Method in class org.apache.jackrabbit.oak.query.ast.AstElementFactory
-
- SelectorImpl - Class in org.apache.jackrabbit.oak.query.ast
-
A selector within a query.
- SelectorImpl(NodeState, String) - Constructor for class org.apache.jackrabbit.oak.query.ast.SelectorImpl
-
- SET_PROPERTY - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
-
- setAllowNumberLiterals(boolean) - Method in class org.apache.jackrabbit.oak.query.SQL2Parser
-
- setAllowTextLiterals(boolean) - Method in class org.apache.jackrabbit.oak.query.SQL2Parser
-
Enable or disable support for text literals in queries.
- setAlwaysFalse() - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
-
- setArray() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryPropertyBuilder
-
- setArray() - Method in interface org.apache.jackrabbit.oak.spi.state.PropertyBuilder
-
Make this build an array property.
- setBoolean(String, boolean) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
-
- setChildNode(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
-
- setChildNode(String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
-
- setChildNode(String) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
-
Adds the named child node and returns a builder for modifying it.
- setChildNode(String, NodeState) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
-
Adds or replaces a subtree.
- setChildNode(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
-
- setChildNode(String) - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
-
- setConstraint(String) - Method in class org.apache.jackrabbit.oak.spi.security.user.action.PasswordValidationAction
-
Set the password constraint.
- setContentRepository(ContentRepository) - Method in class org.apache.jackrabbit.oak.spi.security.authentication.callback.RepositoryCallback
-
- setCredentials(Credentials) - Method in class org.apache.jackrabbit.oak.spi.security.authentication.callback.CredentialsCallback
-
Set the credentials.
- setDate(String, long) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
-
- setDistinct(boolean) - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
-
- setExplain(boolean) - Method in class org.apache.jackrabbit.oak.query.Query
-
- setGroupPrivilegeNames(String) - Method in class org.apache.jackrabbit.oak.spi.security.user.action.AccessControlAction
-
Sets the privileges a new group will be granted on the group's home directory.
- setHead(RecordId, RecordId) - Method in interface org.apache.jackrabbit.oak.plugins.segment.Journal
-
- setHead(RecordId, RecordId) - Method in class org.apache.jackrabbit.oak.plugins.segment.memory.MemoryJournal
-
- setLimit(long) - Method in class org.apache.jackrabbit.oak.query.Query
-
- setMeasure(boolean) - Method in class org.apache.jackrabbit.oak.query.Query
-
- setName(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryPropertyBuilder
-
- setName(String) - Method in interface org.apache.jackrabbit.oak.spi.state.PropertyBuilder
-
Set the name of the property
- setName(String, String) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
-
- setNamePathMapper(NamePathMapper) - Method in class org.apache.jackrabbit.oak.query.Query
-
- setNames(String, String...) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
-
- setObserver(Observer) - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeStore
-
- setObserver(OsgiRepositoryInitializer.RepositoryInitializerObserver) - Method in class org.apache.jackrabbit.oak.osgi.OsgiRepositoryInitializer
-
- setOffset(long) - Method in class org.apache.jackrabbit.oak.query.Query
-
- setOrderableChildren(boolean) - Method in interface org.apache.jackrabbit.oak.api.Tree
-
Changes the nature of this tree such that the order of the children
is kept stable.
- setOrderableChildren(boolean) - Method in class org.apache.jackrabbit.oak.core.ReadOnlyTree
-
- setOrderableChildren(boolean) - Method in class org.apache.jackrabbit.oak.core.TreeImpl
-
- setOuterJoin(boolean, boolean) - Method in class org.apache.jackrabbit.oak.query.ast.SourceImpl
-
Set whether this source is the left hand side or right hand side of a left outer join.
- setPath(String) - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
-
- setPolicy(String, AccessControlPolicy) - Method in class org.apache.jackrabbit.oak.security.authorization.AccessControlManagerImpl
-
- setPreparing(boolean) - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
-
- setPrincipalProvider(PrincipalProvider) - Method in class org.apache.jackrabbit.oak.spi.security.authentication.callback.PrincipalProviderCallback
-
Sets the PrincipalProvider
that is being used during the
authentication process.
- setProperty(PropertyState) - Method in interface org.apache.jackrabbit.oak.api.Tree
-
Set a property state
- setProperty(String, T) - Method in interface org.apache.jackrabbit.oak.api.Tree
-
Set a property state
- setProperty(String, T, Type<T>) - Method in interface org.apache.jackrabbit.oak.api.Tree
-
Set a property state
- setProperty(PropertyState) - Method in class org.apache.jackrabbit.oak.core.ReadOnlyTree
-
- setProperty(String, T) - Method in class org.apache.jackrabbit.oak.core.ReadOnlyTree
-
- setProperty(String, T, Type<T>) - Method in class org.apache.jackrabbit.oak.core.ReadOnlyTree
-
- setProperty(PropertyState) - Method in class org.apache.jackrabbit.oak.core.TreeImpl
-
- setProperty(String, T) - Method in class org.apache.jackrabbit.oak.core.TreeImpl
-
- setProperty(String, T, Type<T>) - Method in class org.apache.jackrabbit.oak.core.TreeImpl
-
- setProperty(PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
-
- setProperty(String, T) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
-
- setProperty(String, T, Type<T>) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
-
- setProperty(PropertyState) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
-
Set a property state
- setProperty(String, T) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
-
Set a property state
- setProperty(String, T, Type<T>) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
-
Set a property state
- setProperty(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
-
- setProperty(String, T) - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
-
- setProperty(String, T, Type<T>) - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
-
- setQueryConstraint(ConstraintImpl) - Method in class org.apache.jackrabbit.oak.query.ast.SourceImpl
-
Set the complete constraint of the query (the WHERE ...
- setQueryEngine(QueryEngineImpl) - Method in class org.apache.jackrabbit.oak.query.Query
-
- setRoot(NodeState) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeStoreBranch
-
Updates the state of the content tree of this private branch.
- setRootState(NodeState) - Method in class org.apache.jackrabbit.oak.query.Query
-
- setRootTree(Tree) - Method in class org.apache.jackrabbit.oak.query.Query
-
- setScalar() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryPropertyBuilder
-
- setScalar() - Method in interface org.apache.jackrabbit.oak.spi.state.PropertyBuilder
-
Make this build a scalar property.
- setSecurityProvider(SecurityProvider) - Method in class org.apache.jackrabbit.oak.spi.security.authentication.callback.RepositoryCallback
-
- setSecurityProvider(SecurityProvider) - Method in class org.apache.jackrabbit.oak.spi.security.authentication.callback.SecurityProviderCallback
-
- setSecurityProvider(SecurityProvider) - Method in class org.apache.jackrabbit.oak.spi.security.user.action.AccessControlAction
-
- setString(String, String) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
-
- setStrings(String, String...) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
-
- setSupportSQL1(boolean) - Method in class org.apache.jackrabbit.oak.query.SQL2Parser
-
Enable or disable support for SQL-1 queries.
- setTokenProvider(TokenProvider) - Method in class org.apache.jackrabbit.oak.spi.security.authentication.callback.TokenProviderCallback
-
Sets the TokenProvider
that is being used during the
authentication process.
- setTravesalFallback(boolean) - Method in class org.apache.jackrabbit.oak.query.QueryEngineImpl
-
- setUserData(String) - Method in class org.apache.jackrabbit.oak.plugins.observation.ObservationManagerImpl
-
- setUserData(String) - Method in class org.apache.jackrabbit.oak.plugins.observation2.ObservationManagerImpl2
-
- setUserManager(UserManager) - Method in class org.apache.jackrabbit.oak.spi.security.authentication.callback.UserManagerCallback
-
Sets the UserManager
that is being used during the
authentication process.
- setUserPrivilegeNames(String) - Method in class org.apache.jackrabbit.oak.spi.security.user.action.AccessControlAction
-
Sets the privileges a new user will be granted on the user's home directory.
- setValue(T) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryPropertyBuilder
-
- setValue(T, int) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryPropertyBuilder
-
- setValue(T) - Method in interface org.apache.jackrabbit.oak.spi.state.PropertyBuilder
-
Set the value of the property state clearing all previously set values.
- setValue(T, int) - Method in interface org.apache.jackrabbit.oak.spi.state.PropertyBuilder
-
Set the value of the property state at the given index
.
- setValues(Iterable<T>) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryPropertyBuilder
-
- setValues(Iterable<T>) - Method in interface org.apache.jackrabbit.oak.spi.state.PropertyBuilder
-
Set the values of the property state clearing all previously set values.
- setValues(String, Value[]) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
-
- setWorkspaceName(String) - Method in class org.apache.jackrabbit.oak.spi.security.authentication.callback.RepositoryCallback
-
- sha256() - Method in interface org.apache.jackrabbit.oak.api.Blob
-
The SHA-256 digest of the underlying stream
- sha256() - Method in class org.apache.jackrabbit.oak.plugins.memory.AbstractBlob
-
- SHARED_KEY_CREDENTIALS - Static variable in class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
-
Key of the sharedState entry referring to validated Credentials that is
shared between multiple login modules.
- SHARED_KEY_LOGIN_NAME - Static variable in class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
-
Key of the sharedState entry referring to a valid login ID that is shared
between multiple login modules.
- sharedState - Variable in class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
-
- size() - Method in interface org.apache.jackrabbit.oak.api.PropertyState
-
The size of the value of this property.
- size(int) - Method in interface org.apache.jackrabbit.oak.api.PropertyState
-
The size of the value at the given index
.
- size() - Method in interface org.apache.jackrabbit.oak.api.PropertyValue
-
The size of the value of this object.
- size(int) - Method in interface org.apache.jackrabbit.oak.api.PropertyValue
-
The size of the value at the given index
.
- size() - Method in class org.apache.jackrabbit.oak.plugins.memory.BinaryPropertyState
-
- size() - Method in class org.apache.jackrabbit.oak.plugins.segment.Segment
-
- size() - Method in class org.apache.jackrabbit.oak.spi.query.PropertyStateValue
-
- size(int) - Method in class org.apache.jackrabbit.oak.spi.query.PropertyStateValue
-
- size() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.AbstractAccessControlList
-
- skip(long) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentStream
-
- SourceImpl - Class in org.apache.jackrabbit.oak.query.ast
-
The base class of a selector and a join.
- SourceImpl() - Constructor for class org.apache.jackrabbit.oak.query.ast.SourceImpl
-
- split(String) - Static method in class org.apache.jackrabbit.oak.kernel.TypeCodes
-
Splits a jsonString
, which is prefixed with a type code
at the location where the prefix ends.
- SQL2Parser - Class in org.apache.jackrabbit.oak.query
-
The SQL2 parser can convert a JCR-SQL2 query to a query.
- SQL2Parser(NodeState) - Constructor for class org.apache.jackrabbit.oak.query.SQL2Parser
-
Create a new parser.
- start(BundleContext) - Method in class org.apache.jackrabbit.oak.osgi.AbstractServiceTracker
-
- start(BundleContext) - Method in class org.apache.jackrabbit.oak.osgi.Activator
-
- start() - Method in class org.apache.jackrabbit.oak.plugins.index.AsyncIndexUpdate
-
- start(Tree) - Method in interface org.apache.jackrabbit.oak.spi.xml.ProtectedNodeImporter
-
Notifies this importer about the existence of a protected node that
has either been created (NEW) or has been found to be existing.
- startChildInfo(NodeInfo, List<PropInfo>) - Method in interface org.apache.jackrabbit.oak.spi.xml.ProtectedNodeImporter
-
Informs this importer about a new childInfo
and it's properties.
- StaticOperandImpl - Class in org.apache.jackrabbit.oak.query.ast
-
The base class for static operands (literal, bind variables).
- StaticOperandImpl() - Constructor for class org.apache.jackrabbit.oak.query.ast.StaticOperandImpl
-
- stop() - Method in class org.apache.jackrabbit.oak.osgi.AbstractServiceTracker
-
- stop(BundleContext) - Method in class org.apache.jackrabbit.oak.osgi.Activator
-
- STRING - Static variable in class org.apache.jackrabbit.oak.api.Type
-
Map String
to PropertyType.STRING
- StringBasedBlob - Class in org.apache.jackrabbit.oak.plugins.memory
-
This Blob
implementations is based on a string.
- StringBasedBlob(String) - Constructor for class org.apache.jackrabbit.oak.plugins.memory.StringBasedBlob
-
- StringCache - Class in org.apache.jackrabbit.oak.kernel
-
TODO document
- StringConstraint - Class in org.apache.jackrabbit.oak.plugins.nodetype.constraint
-
- StringConstraint(String) - Constructor for class org.apache.jackrabbit.oak.plugins.nodetype.constraint.StringConstraint
-
- stringProperty(String, Iterable<String>) - Static method in class org.apache.jackrabbit.oak.plugins.memory.MultiStringPropertyState
-
Create a multi valued PropertyState
from a list of strings.
- stringProperty(String, String) - Static method in class org.apache.jackrabbit.oak.plugins.memory.StringPropertyState
-
Create a PropertyState
from a string.
- StringPropertyState - Class in org.apache.jackrabbit.oak.plugins.memory
-
- StringPropertyState(String, String) - Constructor for class org.apache.jackrabbit.oak.plugins.memory.StringPropertyState
-
- STRINGS - Static variable in class org.apache.jackrabbit.oak.api.Type
-
Map Iterable<String>
to array of PropertyType.STRING
- subject - Variable in class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
-
- SubtreeEditor - Class in org.apache.jackrabbit.oak.spi.commit
-
Editor wrapper that passes only changes in the specified subtree to
the given delegate editor.
- SubtreeEditor(Editor, String...) - Constructor for class org.apache.jackrabbit.oak.spi.commit.SubtreeEditor
-
- SubtreeValidator - Class in org.apache.jackrabbit.oak.spi.commit
-
Validator that detects changes to a specified subtree and delegates the
validation of such changes to another given validator.
- SubtreeValidator(Validator, String...) - Constructor for class org.apache.jackrabbit.oak.spi.commit.SubtreeValidator
-
- SUPPORTED_CREDENTIALS - Static variable in class org.apache.jackrabbit.oak.security.authentication.user.LoginModuleImpl
-
- supportsMixin(String) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeType
-
Determines whether this effective node type supports adding
the specified mixin.
- supportsRangeConditions() - Method in class org.apache.jackrabbit.oak.query.ast.DynamicOperandImpl
-
- supportsRangeConditions() - Method in class org.apache.jackrabbit.oak.query.ast.NodeNameImpl
-
- supportsRangeConditions() - Method in class org.apache.jackrabbit.oak.query.ast.PropertyValueImpl
-
- sync(ExternalUser) - Method in class org.apache.jackrabbit.oak.spi.security.authentication.external.DefaultSyncHandler
-
- sync(ExternalUser) - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.external.SyncHandler
-
- SyncException - Exception in org.apache.jackrabbit.oak.spi.security.authentication.external
-
SyncException...
- SyncException(String) - Constructor for exception org.apache.jackrabbit.oak.spi.security.authentication.external.SyncException
-
- SyncException(Throwable) - Constructor for exception org.apache.jackrabbit.oak.spi.security.authentication.external.SyncException
-
- SyncException(String, Throwable) - Constructor for exception org.apache.jackrabbit.oak.spi.security.authentication.external.SyncException
-
- SyncHandler - Interface in org.apache.jackrabbit.oak.spi.security.authentication.external
-
SyncHandler...
- SyncMode - Class in org.apache.jackrabbit.oak.spi.security.authentication.external
-
SyncMode...
- SYSTEM_PATHS - Static variable in interface org.apache.jackrabbit.oak.plugins.version.VersionConstants
-
- SystemPrincipal - Class in org.apache.jackrabbit.oak.spi.security.principal
-
Principal to mark an system internal subject.
- SystemSubject - Class in org.apache.jackrabbit.oak.security.authentication
-
Internal utility providing access to a system internal subject instance.
- validate(String) - Static method in class org.apache.jackrabbit.oak.namepath.JcrNameParser
-
- validate(String) - Static method in class org.apache.jackrabbit.oak.namepath.JcrPathParser
-
- validatePath(String) - Method in class org.apache.jackrabbit.oak.query.Query
-
Validate a path is syntactically correct.
- validateRestrictions(String, Tree) - Method in class org.apache.jackrabbit.oak.security.authorization.restriction.PrincipalRestrictionProvider
-
- validateRestrictions(String, Tree) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.restriction.AbstractRestrictionProvider
-
- validateRestrictions(String, Tree) - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionProvider
-
- Validator - Interface in org.apache.jackrabbit.oak.spi.commit
-
Content change validator.
- ValidatorProvider - Class in org.apache.jackrabbit.oak.spi.commit
-
Extension point for plugging in different kinds of validation rules
for content changes.
- ValidatorProvider() - Constructor for class org.apache.jackrabbit.oak.spi.commit.ValidatorProvider
-
- VALUE_PERMISSIONS_JR2 - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.AccessControlConstants
-
- ValueBasedBlob - Class in org.apache.jackrabbit.oak.plugins.memory
-
This Blob
implementations is based on Value
- ValueBasedBlob(Value) - Constructor for class org.apache.jackrabbit.oak.plugins.memory.ValueBasedBlob
-
- valueConstraint(int, String) - Static method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.Constraints
-
- ValueFactoryImpl - Class in org.apache.jackrabbit.oak.plugins.value
-
Implementation of ValueFactory
interface.
- ValueFactoryImpl(BlobFactory, NamePathMapper) - Constructor for class org.apache.jackrabbit.oak.plugins.value.ValueFactoryImpl
-
Creates a new instance of ValueFactory
.
- valueFromString(String) - Static method in class org.apache.jackrabbit.oak.spi.xml.ImportBehavior
-
- ValueImpl - Class in org.apache.jackrabbit.oak.plugins.value
-
Implementation of Value
based on PropertyState
.
- valueOf(String) - Static method in enum org.apache.jackrabbit.oak.api.Tree.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.jackrabbit.oak.plugins.version.VersionExceptionCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.jackrabbit.oak.query.ast.JoinType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.jackrabbit.oak.query.ast.Operator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.jackrabbit.oak.query.ast.Order
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.jackrabbit.oak.spi.commit.ConflictHandler.Resolution
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.jackrabbit.oak.spi.query.Filter.PathRestriction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.jackrabbit.oak.spi.security.user.AuthorizableType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.jackrabbit.oak.spi.xml.PropInfo.MultipleStatus
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.jackrabbit.oak.api.Tree.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.jackrabbit.oak.plugins.version.VersionExceptionCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.jackrabbit.oak.query.ast.JoinType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.jackrabbit.oak.query.ast.Operator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.jackrabbit.oak.query.ast.Order
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.jackrabbit.oak.spi.commit.ConflictHandler.Resolution
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.jackrabbit.oak.spi.query.Filter.PathRestriction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.jackrabbit.oak.spi.security.user.AuthorizableType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.jackrabbit.oak.spi.xml.PropInfo.MultipleStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VERSION - Static variable in exception org.apache.jackrabbit.oak.api.CommitFailedException
-
Type name for version violation errors.
- VERSION_MANAGEMENT - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
-
- VERSION_NODE_NAMES - Static variable in interface org.apache.jackrabbit.oak.plugins.version.VersionConstants
-
- VERSION_NODE_TYPE_NAMES - Static variable in interface org.apache.jackrabbit.oak.plugins.version.VersionConstants
-
- VERSION_PROPERTY_NAMES - Static variable in interface org.apache.jackrabbit.oak.plugins.version.VersionConstants
-
- VERSION_STORE_PATH - Static variable in interface org.apache.jackrabbit.oak.plugins.version.VersionConstants
-
Quote from JSR 283 Section "3.13.8 Version Storage"
Version histories are stored in a single, repository-wide version storage
mutable and readable through the versioning API.
- VersionablePathHook - Class in org.apache.jackrabbit.oak.plugins.version
-
Commit hook which is responsible for storing the path of the versionable
node with every version history.
- VersionablePathHook(String) - Constructor for class org.apache.jackrabbit.oak.plugins.version.VersionablePathHook
-
- VersionConstants - Interface in org.apache.jackrabbit.oak.plugins.version
-
VersionConstants...
- VersionEditorProvider - Class in org.apache.jackrabbit.oak.plugins.version
-
- VersionEditorProvider() - Constructor for class org.apache.jackrabbit.oak.plugins.version.VersionEditorProvider
-
- VersionExceptionCode - Enum in org.apache.jackrabbit.oak.plugins.version
-
VersionExceptionCode
contains the codes for version related
commit failures.
- VersionSelector - Interface in org.apache.jackrabbit.oak.plugins.version
-
Inspired by Jackrabbit 2.x
This Interface defines the version selector that needs to provide a version,
given some hints and a version history.
- VisibleEditor - Class in org.apache.jackrabbit.oak.spi.commit
-
Editor wrapper that passes only changes to non-hidden nodes and properties
(i.e.
- VisibleEditor(Editor) - Constructor for class org.apache.jackrabbit.oak.spi.commit.VisibleEditor
-
- VisibleValidator - Class in org.apache.jackrabbit.oak.spi.commit
-
Validator implementation that allows to exclude hidden nodes and/or properties
for the validation process.
- VisibleValidator(Validator, boolean, boolean) - Constructor for class org.apache.jackrabbit.oak.spi.commit.VisibleValidator
-
- visit(AndImpl) - Method in interface org.apache.jackrabbit.oak.query.ast.AstVisitor
-
- visit(BindVariableValueImpl) - Method in interface org.apache.jackrabbit.oak.query.ast.AstVisitor
-
- visit(ChildNodeImpl) - Method in interface org.apache.jackrabbit.oak.query.ast.AstVisitor
-
- visit(ChildNodeJoinConditionImpl) - Method in interface org.apache.jackrabbit.oak.query.ast.AstVisitor
-
- visit(ColumnImpl) - Method in interface org.apache.jackrabbit.oak.query.ast.AstVisitor
-
- visit(ComparisonImpl) - Method in interface org.apache.jackrabbit.oak.query.ast.AstVisitor
-
- visit(DescendantNodeImpl) - Method in interface org.apache.jackrabbit.oak.query.ast.AstVisitor
-
- visit(DescendantNodeJoinConditionImpl) - Method in interface org.apache.jackrabbit.oak.query.ast.AstVisitor
-
- visit(EquiJoinConditionImpl) - Method in interface org.apache.jackrabbit.oak.query.ast.AstVisitor
-
- visit(FullTextSearchImpl) - Method in interface org.apache.jackrabbit.oak.query.ast.AstVisitor
-
- visit(FullTextSearchScoreImpl) - Method in interface org.apache.jackrabbit.oak.query.ast.AstVisitor
-
- visit(JoinImpl) - Method in interface org.apache.jackrabbit.oak.query.ast.AstVisitor
-
- visit(LengthImpl) - Method in interface org.apache.jackrabbit.oak.query.ast.AstVisitor
-
- visit(LiteralImpl) - Method in interface org.apache.jackrabbit.oak.query.ast.AstVisitor
-
- visit(LowerCaseImpl) - Method in interface org.apache.jackrabbit.oak.query.ast.AstVisitor
-
- visit(NodeLocalNameImpl) - Method in interface org.apache.jackrabbit.oak.query.ast.AstVisitor
-
- visit(NodeNameImpl) - Method in interface org.apache.jackrabbit.oak.query.ast.AstVisitor
-
- visit(NotImpl) - Method in interface org.apache.jackrabbit.oak.query.ast.AstVisitor
-
- visit(OrderingImpl) - Method in interface org.apache.jackrabbit.oak.query.ast.AstVisitor
-
- visit(OrImpl) - Method in interface org.apache.jackrabbit.oak.query.ast.AstVisitor
-
- visit(PropertyExistenceImpl) - Method in interface org.apache.jackrabbit.oak.query.ast.AstVisitor
-
- visit(PropertyValueImpl) - Method in interface org.apache.jackrabbit.oak.query.ast.AstVisitor
-
- visit(SameNodeImpl) - Method in interface org.apache.jackrabbit.oak.query.ast.AstVisitor
-
- visit(SameNodeJoinConditionImpl) - Method in interface org.apache.jackrabbit.oak.query.ast.AstVisitor
-
- visit(SelectorImpl) - Method in interface org.apache.jackrabbit.oak.query.ast.AstVisitor
-
- visit(UpperCaseImpl) - Method in interface org.apache.jackrabbit.oak.query.ast.AstVisitor
-
- visit(AndImpl) - Method in class org.apache.jackrabbit.oak.query.ast.AstVisitorBase
-
Calls accept on each of the attached constraints of the AND node.
- visit(ComparisonImpl) - Method in class org.apache.jackrabbit.oak.query.ast.AstVisitorBase
-
Calls accept on the two operands in the comparison node.
- visit(FullTextSearchImpl) - Method in class org.apache.jackrabbit.oak.query.ast.AstVisitorBase
-
Calls accept on the static operand in the fulltext search constraint.
- visit(JoinImpl) - Method in class org.apache.jackrabbit.oak.query.ast.AstVisitorBase
-
Calls accept on the two sources and the join condition in the join node.
- visit(LengthImpl) - Method in class org.apache.jackrabbit.oak.query.ast.AstVisitorBase
-
Calls accept on the property value in the length node.
- visit(LowerCaseImpl) - Method in class org.apache.jackrabbit.oak.query.ast.AstVisitorBase
-
Calls accept on the dynamic operand in the lower-case node.
- visit(NotImpl) - Method in class org.apache.jackrabbit.oak.query.ast.AstVisitorBase
-
Calls accept on the constraint in the NOT node.
- visit(OrderingImpl) - Method in class org.apache.jackrabbit.oak.query.ast.AstVisitorBase
-
Calls accept on the dynamic operand in the ordering node.
- visit(OrImpl) - Method in class org.apache.jackrabbit.oak.query.ast.AstVisitorBase
-
Calls accept on each of the attached constraints of the OR node.
- visit(Query) - Method in class org.apache.jackrabbit.oak.query.ast.AstVisitorBase
-
Calls accept on the following contained QOM nodes:
Source
Constraints
Orderings
Columns
- visit(UpperCaseImpl) - Method in class org.apache.jackrabbit.oak.query.ast.AstVisitorBase
-
Calls accept on the dynamic operand in the lower-case node.