Interface AccessControlEntry
- All Superinterfaces:
Comparable<AccessControlEntry>,Serializable
- All Known Implementing Classes:
SimpleAccessControlEntry
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getPosition
Integer getPosition() -
getPermission
PermissionReference getPermission() -
getAuthority
String getAuthority() -
getAuthorityType
AuthorityType getAuthorityType() -
getAccessStatus
AccessStatus getAccessStatus() -
getAceType
ACEType getAceType() -
getContext
AccessControlEntryContext getContext()
-