Package io.vertx.tp.rbac.atom.acl
Class AclData
- java.lang.Object
-
- io.vertx.tp.rbac.atom.acl.AclData
-
- All Implemented Interfaces:
io.vertx.up.commune.secure.Acl,Serializable
public class AclData extends Object implements io.vertx.up.commune.secure.Acl
- Author:
- Lang Data Structure with calculation
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.vertx.core.json.JsonObjectacl()Set<String>aclVisible()voidbind(io.vertx.core.json.JsonObject record)io.vertx.core.json.JsonObjectconfig()io.vertx.up.commune.secure.Aclconfig(io.vertx.core.json.JsonObject config)AclPhasephase()
-
-
-
Constructor Detail
-
AclData
public AclData(SVisitant visitant)
-
-
Method Detail
-
aclVisible
public Set<String> aclVisible()
- Specified by:
aclVisiblein interfaceio.vertx.up.commune.secure.Acl
-
phase
public AclPhase phase()
- Specified by:
phasein interfaceio.vertx.up.commune.secure.Acl
-
bind
public void bind(io.vertx.core.json.JsonObject record)
- Specified by:
bindin interfaceio.vertx.up.commune.secure.Acl
-
config
public io.vertx.up.commune.secure.Acl config(io.vertx.core.json.JsonObject config)
- Specified by:
configin interfaceio.vertx.up.commune.secure.Acl
-
config
public io.vertx.core.json.JsonObject config()
- Specified by:
configin interfaceio.vertx.up.commune.secure.Acl
-
acl
public io.vertx.core.json.JsonObject acl()
- Specified by:
aclin interfaceio.vertx.up.commune.secure.Acl
-
-