Package org.bremersee.security.access
Interface Acl<E extends Ace>
-
- Type Parameters:
E
- the ace type parameter
public interface Acl<E extends Ace>
The access control list interface.- Author:
- Christian Bremer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,? extends E>
entryMap()
Returns the entries of this access control list.String
getOwner()
Gets owner.void
setOwner(String owner)
Sets owner.
-