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:
-
ContentPermissionSetCacheHibernateContentPermissionSetDao- 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, toStringMethods inherited from class com.atlassian.core.bean.EntityObject
clone, equals, getCreationDate, getCurrentDate, getId, getLastModificationDate, hashCode, setClock, setCreationDate, setId, setLastModificationDateMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Method Details
-
buildFrom
public static NeverPermittedContentPermissionSet buildFrom(String type, ContentEntityObject owningContent)
-