Class NeverPermittedContentPermissionSet
java.lang.Object
com.atlassian.core.bean.EntityObject
com.atlassian.confluence.security.ContentPermissionSet
com.atlassian.confluence.impl.security.NeverPermittedContentPermissionSet
- All Implemented Interfaces:
Serializable
,Cloneable
,Iterable<ContentPermission>
Used only when Content permissions cannot be determined (such as ancestor table corruption).
- Since:
- 7.5
- See Also:
-
ContentPermissionSetCache
HibernateContentPermissionSetDao
- Serialized Form
-
Method Summary
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
-
Method Details
-
buildFrom
public static NeverPermittedContentPermissionSet buildFrom(String type, ContentEntityObject owningContent)
-