Class AuthenticationResult

java.lang.Object
org.apache.druid.server.security.AuthenticationResult

public class AuthenticationResult extends Object
An AuthenticationResult contains information about a successfully authenticated request.
  • Constructor Details

  • Method Details

    • getIdentity

      public String getIdentity()
    • getAuthorizerName

      public String getAuthorizerName()
    • getContext

      @Nullable public Map<String,Object> getContext()
    • getAuthenticatedBy

      @Nullable public String getAuthenticatedBy()
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object