- ge(String, Value) - Method in interface org.apache.jackrabbit.api.security.user.QueryBuilder
-
Create a condition which holds if the node of an
Authorizable
has a
property at
relPath
which is greater than or equal to
value
.
- getApplicablePolicies(Principal) - Method in interface org.apache.jackrabbit.api.security.JackrabbitAccessControlManager
-
Returns the applicable policies for the specified principal
or an empty array if no additional policies can be applied.
- getAttribute(String) - Method in class org.apache.jackrabbit.api.security.authentication.token.TokenCredentials
-
Returns the value of the named attribute as an Object
, or
null
if no attribute of the given name exists.
- getAttributeNames() - Method in class org.apache.jackrabbit.api.security.authentication.token.TokenCredentials
-
Returns the names of the attributes available to this credentials
instance.
- getAuthorizable(String) - Method in interface org.apache.jackrabbit.api.security.user.UserManager
-
Get the Authorizable by its id.
- getAuthorizable(Principal) - Method in interface org.apache.jackrabbit.api.security.user.UserManager
-
Get the Authorizable by its Principal.
- getAuthorizableByPath(String) - Method in interface org.apache.jackrabbit.api.security.user.UserManager
-
- getContentIdentity() - Method in interface org.apache.jackrabbit.api.JackrabbitValue
-
Get a unique identifier of the content of this value.
- getCreationTime() - Method in interface org.apache.jackrabbit.api.stats.QueryStatDto
-
- getCredentials() - Method in interface org.apache.jackrabbit.api.security.user.User
-
Returns the internal Credentials
representation for this
user.
- getDeclaredMembers() - Method in interface org.apache.jackrabbit.api.security.user.Group
-
- getDescriptors() - Method in interface org.apache.jackrabbit.api.jmx.ManagedRepositoryMBean
-
Returns all the repository descriptors.
- getDirection() - Method in enum org.apache.jackrabbit.api.security.user.QueryBuilder.Direction
-
- getDisabledReason() - Method in interface org.apache.jackrabbit.api.security.user.User
-
Returns the String specified upon disabling this user or
null
if
User.isDisabled()
returns
false
.
- getDuration() - Method in interface org.apache.jackrabbit.api.stats.QueryStatDto
-
- getEffectivePolicies(Set<Principal>) - Method in interface org.apache.jackrabbit.api.security.JackrabbitAccessControlManager
-
Returns the AccessControlPolicy
objects that are in effect
for the given Principal
s.
- getEveryone() - Method in interface org.apache.jackrabbit.api.security.principal.PrincipalManager
-
Returns the Principal
which is implicitly applied to
every subject.
- getGroupMembership(Principal) - Method in interface org.apache.jackrabbit.api.security.principal.PrincipalManager
-
Returns an iterator over all group principals for which the given
principal is either direct or indirect member of.
- getID() - Method in interface org.apache.jackrabbit.api.security.user.Authorizable
-
Return the implementation specific identifier for this
Authorizable
.
- getImpersonation() - Method in interface org.apache.jackrabbit.api.security.user.User
-
- getImpersonators() - Method in interface org.apache.jackrabbit.api.security.user.Impersonation
-
- getLanguage() - Method in interface org.apache.jackrabbit.api.stats.QueryStatDto
-
- getMembers() - Method in interface org.apache.jackrabbit.api.security.user.Group
-
- getName() - Method in interface org.apache.jackrabbit.api.jmx.ManagedRepositoryMBean
-
Returns the name of this repository implementation.
- getOccurrenceCount() - Method in interface org.apache.jackrabbit.api.stats.QueryStatDto
-
- getPath() - Method in interface org.apache.jackrabbit.api.security.JackrabbitAccessControlPolicy
-
Returns the path of the node this policy has been created for.
- getPath() - Method in interface org.apache.jackrabbit.api.security.principal.ItemBasedPrincipal
-
Returns the JCR path of the item that corresponds to this
Principal
.
- getPath() - Method in interface org.apache.jackrabbit.api.security.user.Authorizable
-
Returns a JCR path if this authorizable instance is associated with an
item that can be accessed by the editing
Session
.
Throws
UnsupportedRepositoryOperationException
if this
method is not supported or if there is no item associated with this
authorizable that is accessible by the editing
Session
.
Throws
RepositoryException
if another error occurs while
retrieving the path.
- getPolicies(Principal) - Method in interface org.apache.jackrabbit.api.security.JackrabbitAccessControlManager
-
Returns the AccessControlPolicy
objects that have been set
for the given principal
or an empty array if no policy has
been set.
- getPopularQueries() - Method in interface org.apache.jackrabbit.api.jmx.QueryStatManagerMBean
-
- getPopularQueries() - Method in interface org.apache.jackrabbit.api.stats.QueryStat
-
- getPopularQueriesQueueSize() - Method in interface org.apache.jackrabbit.api.jmx.QueryStatManagerMBean
-
- getPopularQueriesQueueSize() - Method in interface org.apache.jackrabbit.api.stats.QueryStat
-
- getPosition() - Method in interface org.apache.jackrabbit.api.stats.QueryStatDto
-
- getPrincipal(String) - Method in interface org.apache.jackrabbit.api.security.principal.PrincipalManager
-
Returns the principal with the given name if is known to this manager
(with respect to the sessions access rights).
- getPrincipal() - Method in interface org.apache.jackrabbit.api.security.user.Authorizable
-
- getPrincipalManager() - Method in interface org.apache.jackrabbit.api.JackrabbitSession
-
Returns the PrincipalManager
for the current Session
.
- getPrincipals(int) - Method in interface org.apache.jackrabbit.api.security.principal.PrincipalManager
-
Returns all Principal
s matching the specified search type.
- getPrivilege(String) - Method in interface org.apache.jackrabbit.api.security.authorization.PrivilegeManager
-
Returns the privilege with the specified privilegeName
.
- getPrivilegeManager() - Method in interface org.apache.jackrabbit.api.JackrabbitWorkspace
-
Returns the privilege manager.
- getPrivileges(String, Set<Principal>) - Method in interface org.apache.jackrabbit.api.security.JackrabbitAccessControlManager
-
Returns the privileges the given set of Principal
s has for
absolute path absPath
, which must be an existing node.
- getProperty(String) - Method in interface org.apache.jackrabbit.api.security.user.Authorizable
-
Returns the values for the properties with the specified name or
null
.
- getPropertyNames() - Method in interface org.apache.jackrabbit.api.security.user.Authorizable
-
Returns the names of properties present with this
Authorizable not taking possible relative paths into consideration.
- getPropertyNames(String) - Method in interface org.apache.jackrabbit.api.security.user.Authorizable
-
Returns the names of properties present with this
Authorizable at the specified relative path.
- getReference() - Method in interface org.apache.jackrabbit.api.ReferenceBinary
-
Returns a secure reference to this binary, or null
if such
a reference is not available.
- getRegisteredPrivileges() - Method in interface org.apache.jackrabbit.api.security.authorization.PrivilegeManager
-
Returns all registered privileges.
- getRepositoryManager(JackrabbitRepository) - Method in interface org.apache.jackrabbit.api.JackrabbitRepositoryFactory
-
Get the repository management component.
- getRestriction(String) - Method in interface org.apache.jackrabbit.api.security.JackrabbitAccessControlEntry
-
Return the value of the restriction with the specified name or
null
if no such restriction exists.
- getRestrictionNames() - Method in interface org.apache.jackrabbit.api.security.JackrabbitAccessControlEntry
-
Return the names of the restrictions present with this access control entry.
- getRestrictionNames() - Method in interface org.apache.jackrabbit.api.security.JackrabbitAccessControlList
-
Returns the names of the supported restrictions or an empty array
if no restrictions are respected.
- getRestrictionType(String) - Method in interface org.apache.jackrabbit.api.security.JackrabbitAccessControlList
-
Return the expected
property type
of the
restriction with the specified
restrictionName
.
- getSleepBetweenNodes() - Method in interface org.apache.jackrabbit.api.management.DataStoreGarbageCollector
-
Get the delay between scanning items.
- getSlowQueries() - Method in interface org.apache.jackrabbit.api.jmx.QueryStatManagerMBean
-
- getSlowQueries() - Method in interface org.apache.jackrabbit.api.stats.QueryStat
-
- getSlowQueriesQueueSize() - Method in interface org.apache.jackrabbit.api.jmx.QueryStatManagerMBean
-
- getSlowQueriesQueueSize() - Method in interface org.apache.jackrabbit.api.stats.QueryStat
-
- getStatement() - Method in interface org.apache.jackrabbit.api.stats.QueryStatDto
-
- getTimeSeries(RepositoryStatistics.Type) - Method in interface org.apache.jackrabbit.api.stats.RepositoryStatistics
-
- getTimeSeries(String, boolean) - Method in interface org.apache.jackrabbit.api.stats.RepositoryStatistics
-
- getToken() - Method in class org.apache.jackrabbit.api.security.authentication.token.TokenCredentials
-
Returns the token this credentials are built from.
- getTotalSize() - Method in interface org.apache.jackrabbit.api.query.JackrabbitQueryResult
-
Returns the total number of hits.
- getType(String) - Static method in enum org.apache.jackrabbit.api.stats.RepositoryStatistics.Type
-
- getUserManager() - Method in interface org.apache.jackrabbit.api.JackrabbitSession
-
Returns the UserManager
for the current Session
.
- getValuePerHour() - Method in interface org.apache.jackrabbit.api.stats.TimeSeries
-
Returns the measured value per hour over the last week.
- getValuePerMinute() - Method in interface org.apache.jackrabbit.api.stats.TimeSeries
-
Returns the measured value per minute over the last hour.
- getValuePerSecond() - Method in interface org.apache.jackrabbit.api.stats.TimeSeries
-
Returns the measured value per second over the last minute.
- getValuePerWeek() - Method in interface org.apache.jackrabbit.api.stats.TimeSeries
-
Returns the measured value per week over the last three years.
- getVersion() - Method in interface org.apache.jackrabbit.api.jmx.ManagedRepositoryMBean
-
Returns the version of this repository implementation.
- getWorkspaceNames() - Method in interface org.apache.jackrabbit.api.jmx.ManagedRepositoryMBean
-
Returns the names of all the workspaces in this repository.
- getXAResource() - Method in interface org.apache.jackrabbit.api.XASession
-
Deprecated.
Retrieves an
XAResource
object that the transaction manager
will use to manage this XASession object's participation in
a distributed transaction.
- grantImpersonation(Principal) - Method in interface org.apache.jackrabbit.api.security.user.Impersonation
-
- Group - Interface in org.apache.jackrabbit.api.security.user
-
- gt(String, Value) - Method in interface org.apache.jackrabbit.api.security.user.QueryBuilder
-
Create a condition which holds if the node of an
Authorizable
has a
property at
relPath
which is greater than
value
.
- SEARCH_TYPE_ALL - Static variable in interface org.apache.jackrabbit.api.security.principal.PrincipalManager
-
Filter flag indicating that all Principal
s should be search
irrespective whether they represent a group of Principals or not.
- SEARCH_TYPE_AUTHORIZABLE - Static variable in interface org.apache.jackrabbit.api.security.user.UserManager
-
Filter flag indicating that all Authorizable
s should be
searched.
- SEARCH_TYPE_GROUP - Static variable in interface org.apache.jackrabbit.api.security.principal.PrincipalManager
-
Filter flag indicating that only
Principal
s that represent
a
group
of Principals should be searched
and returned.
- SEARCH_TYPE_GROUP - Static variable in interface org.apache.jackrabbit.api.security.user.UserManager
-
Filter flag indicating that only Group
s should be searched
and returned.
- SEARCH_TYPE_NOT_GROUP - Static variable in interface org.apache.jackrabbit.api.security.principal.PrincipalManager
-
Filter flag indicating that only
Principal
s that do NOT
represent a
group
should be searched
and returned.
- SEARCH_TYPE_USER - Static variable in interface org.apache.jackrabbit.api.security.user.UserManager
-
Filter flag indicating that only User
s should be searched
and returned.
- setAttribute(String, String) - Method in class org.apache.jackrabbit.api.security.authentication.token.TokenCredentials
-
Stores an attribute in this credentials instance.
- setCondition(T) - Method in interface org.apache.jackrabbit.api.security.user.QueryBuilder
-
Set the condition for the query.
- setEnabled(boolean) - Method in interface org.apache.jackrabbit.api.stats.QueryStat
-
Enables/Disables the service
- setLimit(Value, long) - Method in interface org.apache.jackrabbit.api.security.user.QueryBuilder
-
Set limits for the query.
- setLimit(long, long) - Method in interface org.apache.jackrabbit.api.security.user.QueryBuilder
-
Set limits for the query.
- setMarkEventListener(MarkEventListener) - Method in interface org.apache.jackrabbit.api.management.DataStoreGarbageCollector
-
Set the event listener.
- setMixins(String[]) - Method in interface org.apache.jackrabbit.api.JackrabbitNode
-
- setPersistenceManagerScan(boolean) - Method in interface org.apache.jackrabbit.api.management.DataStoreGarbageCollector
-
Enable or disable using the IterablePersistenceManager interface
to scan the items.
- setPopularQueriesQueueSize(int) - Method in interface org.apache.jackrabbit.api.jmx.QueryStatManagerMBean
-
Change the size of the Popular queue
- setPopularQueriesQueueSize(int) - Method in interface org.apache.jackrabbit.api.stats.QueryStat
-
Change the size of the Popular queue
- setPosition(long) - Method in interface org.apache.jackrabbit.api.stats.QueryStatDto
-
- setProperty(String, Value) - Method in interface org.apache.jackrabbit.api.security.user.Authorizable
-
Set an arbitrary property to this Authorizable
.
- setProperty(String, Value[]) - Method in interface org.apache.jackrabbit.api.security.user.Authorizable
-
Set an arbitrary property to this Authorizable
.
- setScope(String, boolean) - Method in interface org.apache.jackrabbit.api.security.user.QueryBuilder
-
Set the scope for the query.
- setSelector(Class<? extends Authorizable>) - Method in interface org.apache.jackrabbit.api.security.user.QueryBuilder
-
Set the selector for the query.
- setSleepBetweenNodes(long) - Method in interface org.apache.jackrabbit.api.management.DataStoreGarbageCollector
-
Set the delay between scanning items.
- setSlowQueriesQueueSize(int) - Method in interface org.apache.jackrabbit.api.jmx.QueryStatManagerMBean
-
Change the size of the Slow queue
- setSlowQueriesQueueSize(int) - Method in interface org.apache.jackrabbit.api.stats.QueryStat
-
Change the size of the Slow queue
- setSortOrder(String, QueryBuilder.Direction, boolean) - Method in interface org.apache.jackrabbit.api.security.user.QueryBuilder
-
Set the sort order of the
Authorizable
s returned by the query.
- setSortOrder(String, QueryBuilder.Direction) - Method in interface org.apache.jackrabbit.api.security.user.QueryBuilder
-
Set the sort order of the
Authorizable
s returned by the query.
- shutdown() - Method in interface org.apache.jackrabbit.api.JackrabbitRepository
-
Shuts down the repository.
- size() - Method in interface org.apache.jackrabbit.api.security.JackrabbitAccessControlList
-
Returns the number of entries or 0 if the policy
is empty
.
- stop() - Method in interface org.apache.jackrabbit.api.management.RepositoryManager
-
Shuts down the repository.
- sweep() - Method in interface org.apache.jackrabbit.api.management.DataStoreGarbageCollector
-
Delete all unused items in the data store.