Package io.vertx.tp.rbac.atom.acl
Class AbstractAcl
java.lang.Object
io.vertx.tp.rbac.atom.acl.AbstractAcl
- All Implemented Interfaces:
io.horizon.specification.meta.secure.AclView,Serializable
public abstract class AbstractAcl
extends Object
implements io.horizon.specification.meta.secure.AclView
- Author:
- Lang
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.horizon.specification.meta.secure.AclView
complexMap, isAccess
-
Field Details
-
field
-
-
Constructor Details
-
AbstractAcl
-
-
Method Details
-
field
- Specified by:
fieldin interfaceio.horizon.specification.meta.secure.AclView
-
isDepend
public boolean isDepend()- Specified by:
isDependin interfaceio.horizon.specification.meta.secure.AclView
-
depend
public io.horizon.specification.meta.secure.AclView depend(boolean depend) - Specified by:
dependin interfaceio.horizon.specification.meta.secure.AclView
-
isReadOnly
public boolean isReadOnly()- Specified by:
isReadOnlyin interfaceio.horizon.specification.meta.secure.AclView
-
isEdit
public boolean isEdit()- Specified by:
isEditin interfaceio.horizon.specification.meta.secure.AclView
-