Uses of Interface
org.xwiki.security.authorization.SecurityEntry
-
Packages that use SecurityEntry Package Description org.xwiki.security.authorization org.xwiki.security.authorization.cache -
-
Uses of SecurityEntry in org.xwiki.security.authorization
Subinterfaces of SecurityEntry in org.xwiki.security.authorization Modifier and Type Interface Description interface
SecurityAccessEntry
A security access entry is the association of a user, an entity and a security access that represent an authorization settler decision.interface
SecurityRuleEntry
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. -
Uses of SecurityEntry in org.xwiki.security.authorization.cache
Subinterfaces of SecurityEntry in org.xwiki.security.authorization.cache Modifier and Type Interface Description interface
SecurityShadowEntry
A security cache entry to shadow external (global) users in sub-containers (sub-wikis).
-