Uses of Class
org.xwiki.security.SecurityReference
-
Packages that use SecurityReference Package Description org.xwiki.security org.xwiki.security.authorization org.xwiki.security.authorization.cache -
-
Uses of SecurityReference in org.xwiki.security
Subclasses of SecurityReference in org.xwiki.security Modifier and Type Class Description classGroupSecurityReferenceGroupSecurityReference is aSecurityReferencethat is used to represent a security group, which is a set of users, such that rights can be assigned to the whole group at once.classUserSecurityReferenceA user is represented internally in the authorization module by a UserSecurityReference corresponding to the DocumentReference of the user's profile document.Fields in org.xwiki.security declared as SecurityReference Modifier and Type Field Description protected SecurityReferenceSecurityReference. mainWikiReferenceMain wiki reference.Methods in org.xwiki.security that return SecurityReference Modifier and Type Method Description SecurityReferenceSecurityReference. getParentSecurityReference()SecurityReferenceSecurityReference. getWikiReference()SecurityReferenceDefaultSecurityReferenceFactory. newEntityReference(EntityReference reference)SecurityReferenceSecurityReferenceFactory. newEntityReference(EntityReference reference)Returns aSecurityReferencefor the provided entity.Methods in org.xwiki.security that return types with arguments of type SecurityReference Modifier and Type Method Description Deque<SecurityReference>SecurityReference. getReversedSecurityReferenceChain() -
Uses of SecurityReference in org.xwiki.security.authorization
Methods in org.xwiki.security.authorization that return SecurityReference Modifier and Type Method Description SecurityReferenceSecurityEntry. getReference()Methods in org.xwiki.security.authorization with parameters of type SecurityReference Modifier and Type Method Description SecurityRuleEntrySecurityEntryReader. read(SecurityReference entityReference)Read a collection of rules attached to a given entity.Collection<SecurityRule>SecurityEntryReaderExtra. read(SecurityReference entityReference)Read a collection of rules attached to a given entity. -
Uses of SecurityReference in org.xwiki.security.authorization.cache
Methods in org.xwiki.security.authorization.cache that return SecurityReference Modifier and Type Method Description SecurityReferenceSecurityShadowEntry. getWikiReference()Methods in org.xwiki.security.authorization.cache with parameters of type SecurityReference Modifier and Type Method Description SecurityRuleEntrySecurityCache. get(SecurityReference entity)Get a cached entry.SecurityAccessEntrySecurityCache. get(UserSecurityReference user, SecurityReference entity)Get a cached entry.SecurityAccessEntrySecurityCacheLoader. load(UserSecurityReference user, SecurityReference entity)Load the cache with the required entries to look up the access for a given user on a given entity.voidSecurityCache. remove(SecurityReference entity)Remove an entry from this cache.voidSecurityCache. remove(UserSecurityReference user, SecurityReference entity)Remove an entry from this cache.
-