Class AbstractPermissionEntry
- java.lang.Object
-
- org.alfresco.repo.security.permissions.impl.AbstractPermissionEntry
-
- All Implemented Interfaces:
PermissionEntry
- Direct Known Subclasses:
SimplePermissionEntry
public abstract class AbstractPermissionEntry extends java.lang.Object implements PermissionEntry
This class provides common support for hash code and equality.- Author:
- andyh
-
-
Constructor Summary
Constructors Constructor Description AbstractPermissionEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.alfresco.repo.security.permissions.PermissionEntry
getAccessStatus, getAuthority, getNodeRef, getPermissionReference, getPosition, isAllowed, isDenied, isInherited
-
-