Interface SecurityShadowEntry
-
- All Superinterfaces:
SecurityEntry
public interface SecurityShadowEntry extends SecurityEntry
A security cache entry to shadow external (global) users in sub-containers (sub-wikis).- Since:
- 5.0M2
- Version:
- $Id: c66bed2efd8d0c819d686aded54eb0244a2f895f $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SecurityReference
getWikiReference()
-
Methods inherited from interface org.xwiki.security.authorization.SecurityEntry
getReference
-
-
-
-
Method Detail
-
getWikiReference
SecurityReference getWikiReference()
- Returns:
- the reference of the sub-wiki this entry is for, or null for the global wiki.
-
-