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.StringgetOwner()Gets owner.voidsetOwner(String owner)Sets owner.
-