Class NeverPermittedContentPermissionSet
- java.lang.Object
-
- com.atlassian.core.bean.EntityObject
-
- com.atlassian.confluence.security.ContentPermissionSet
-
- com.atlassian.confluence.security.NeverPermittedContentPermissionSet
-
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<ContentPermission>
@Deprecated public class NeverPermittedContentPermissionSet extends ContentPermissionSet
Deprecated.since 7.5, replaced withNeverPermittedContentPermissionSetUsed only when Content permissions cannot be determined (such as ancestor table corruption)This subclass will not be cached by the
com.atlassian.confluence.core.CachingInheritedContentPermissionManager- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NeverPermittedContentPermissionSet(String type, ContentEntityObject owningContent)Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static NeverPermittedContentPermissionSetbuildFrom(String type, ContentEntityObject owningContent)Deprecated.-
Methods inherited from class com.atlassian.confluence.security.ContentPermissionSet
addContentPermission, contains, containsAll, contentPermissionsCopy, getAllExcept, getContentPermissionsCopy, getGroupNames, getOwningContent, getType, getUserKeys, getUserNames, isEmpty, isPermitted, iterator, removeContentPermission, setOwningContent, setType, size, toString
-
Methods inherited from class com.atlassian.core.bean.EntityObject
clone, equals, getCreationDate, getCurrentDate, getId, getLastModificationDate, hashCode, setClock, setCreationDate, setId, setLastModificationDate
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
NeverPermittedContentPermissionSet
public NeverPermittedContentPermissionSet(String type, ContentEntityObject owningContent)
Deprecated.
-
-
Method Detail
-
buildFrom
public static NeverPermittedContentPermissionSet buildFrom(String type, ContentEntityObject owningContent)
Deprecated.
-
-