Class Authorization

    • Constructor Detail

      • Authorization

        public Authorization​(io.vertx.ext.auth.authorization.Authorization delegate)
      • Authorization

        public Authorization​(Object delegate)
    • Method Detail

      • getDelegate

        public io.vertx.ext.auth.authorization.Authorization getDelegate()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • match

        public boolean match​(AuthorizationContext context)
        Parameters:
        context - the context.
        Returns:
        true if there's a match.
      • verify

        public boolean verify​(Authorization authorization)
        Parameters:
        authorization - the authorization.
        Returns:
        true if implies the argument.
      • match

        public boolean match​(User user)
        Parameters:
        user - the user.
        Returns:
        true if there's a match
      • newInstance

        public static Authorization newInstance​(io.vertx.ext.auth.authorization.Authorization arg)