- SCRIPT - Static variable in class org.xwiki.security.authorization.Right
-
The script access right.
- SecurityAccess - Interface in org.xwiki.security.authorization
-
Provide the allow/deny/undetermined state of a full set of rights.
- SecurityAccessEntry - Interface in org.xwiki.security.authorization
-
A security access entry is the association of a user, an entity and a security access that represent an authorization
settler decision.
- SecurityCache - Interface in org.xwiki.security.authorization.cache
-
A cache for fast access right rules checking.
- SecurityCacheLoader - Interface in org.xwiki.security.authorization.cache
-
Loads access and rule entries into the security cache.
- SecurityCacheRulesInvalidator - Interface in org.xwiki.security.authorization.cache
-
The instance of this class monitors updates and invalidates right
cache entries whenever necessary.
- SecurityEntry - Interface in org.xwiki.security.authorization
-
A security entry is the association of an entity and a set of security rules that constitute a elementary
declarative information for the security settler to compute the security access of users.
- SecurityEntryReader - Interface in org.xwiki.security.authorization
-
A security rules reader reads rules attached to a given entity.
- SecurityEntryReaderExtra - Interface in org.xwiki.security.authorization
-
- SecurityReference - Class in org.xwiki.security
-
SecurityReference is a variant of EntityReference used internally in the security-authorization module, for the
purpose of conveniently maintaining a hierarchy where all entities are rooted by the main wiki.
- SecurityReferenceFactory - Interface in org.xwiki.security
-
- SecurityRule - Interface in org.xwiki.security.authorization
-
A security rule, representing a declarative access right for some users, groups, and rights.
- SecurityRuleEntry - Interface in org.xwiki.security.authorization
-
A security entry is the association of an entity and a set of security rules that constitute a elementary
declarative information for the security settler to compute the security access of users.
- SecurityShadowEntry - Interface in org.xwiki.security.authorization.cache
-
A security cache entry to shadow external (global) users in sub-containers (sub-wikis).
- settle(UserSecurityReference, Collection<GroupSecurityReference>, Deque<SecurityRuleEntry>) - Method in interface org.xwiki.security.authorization.AuthorizationSettler
-
Compute the current access for the user that is a member
of the given groups and on an entity which is protected by the
given hierarchy of rights objects.
- size() - Static method in class org.xwiki.security.authorization.Right
-
- size() - Method in class org.xwiki.security.authorization.RightMap
-
- size() - Method in class org.xwiki.security.authorization.RightSet
-
- SUPERADMIN_USER - Static variable in interface org.xwiki.security.authorization.AuthorizationManager
-
The Superadmin username.
- suspend() - Method in interface org.xwiki.security.authorization.cache.SecurityCacheRulesInvalidator
-
Suspend delivery of invalidation events.