Class 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
    • Constructor Detail

      • AclData

        public AclData​(SVisitant visitant)
    • Method Detail

      • aclVisible

        public Set<String> aclVisible()
        Specified by:
        aclVisible in interface io.vertx.up.commune.secure.Acl
      • phase

        public AclPhase phase()
        Specified by:
        phase in interface io.vertx.up.commune.secure.Acl
      • bind

        public void bind​(io.vertx.core.json.JsonObject record)
        Specified by:
        bind in interface io.vertx.up.commune.secure.Acl
      • config

        public io.vertx.up.commune.secure.Acl config​(io.vertx.core.json.JsonObject config)
        Specified by:
        config in interface io.vertx.up.commune.secure.Acl
      • config

        public io.vertx.core.json.JsonObject config()
        Specified by:
        config in interface io.vertx.up.commune.secure.Acl
      • acl

        public io.vertx.core.json.JsonObject acl()
        Specified by:
        acl in interface io.vertx.up.commune.secure.Acl