Class AuthorizationContext

java.lang.Object
io.vertx.mutiny.ext.auth.authorization.AuthorizationContext
All Implemented Interfaces:
MutinyDelegate

public class AuthorizationContext extends Object implements MutinyDelegate
The AuthorizationContext contains properties that can be used to match authorizations.

NOTE: This class has been automatically generated from the original non Mutiny-ified interface using Vert.x codegen.

  • Field Details

  • Constructor Details

    • AuthorizationContext

      public AuthorizationContext(io.vertx.ext.auth.authorization.AuthorizationContext delegate)
    • AuthorizationContext

      public AuthorizationContext(Object delegate)
  • Method Details

    • getDelegate

      public io.vertx.ext.auth.authorization.AuthorizationContext getDelegate()
      Specified by:
      getDelegate in interface MutinyDelegate
      Returns:
      the delegate used by this Mutiny object of generated type
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public static AuthorizationContext create(User user)
      Parameters:
      user - a user
      Returns:
      a AuthorizationContext instance
    • user

      public User user()
      Returns:
      the user
    • variables

      public MultiMap variables()
      Returns:
      a Multimap containing variable names and values that can be resolved at runtime by AuthorizationAuthorizations
    • newInstance

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