Class AuthServiceAuthenticator

java.lang.Object
org.graylog.security.authservice.AuthServiceAuthenticator

public class AuthServiceAuthenticator extends Object
  • Constructor Details

  • Method Details

    • authenticate

      public AuthServiceResult authenticate(AuthServiceToken token)
      Tries to authenticate the user with the given token.
    • authenticate

      public AuthServiceResult authenticate(AuthServiceCredentials authCredentials)
      Tries to authenticate the username with the given password and returns the authenticated username if successful.
      Parameters:
      authCredentials - the authentication credentials
      Returns:
      the authenticated username