| Package | Description |
|---|---|
| org.graylog.security.authservice |
| Modifier and Type | Method and Description |
|---|---|
AuthServiceResult |
AuthServiceAuthenticator.authenticate(AuthServiceCredentials authCredentials)
Tries to authenticate the username with the given password and returns the authenticated username if successful.
|
AuthServiceResult |
AuthServiceAuthenticator.authenticate(AuthServiceToken token)
Tries to authenticate the user with the given token.
|
abstract AuthServiceResult |
AuthServiceResult.Builder.build() |
static AuthServiceResult |
AuthServiceResult.failed(String username,
AuthServiceBackend backend) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.