public abstract static class AuthServiceCredentials.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
abstract AuthServiceCredentials |
build() |
static AuthServiceCredentials.Builder |
create() |
abstract AuthServiceCredentials.Builder |
isAuthenticated(boolean isAuthenticated) |
abstract AuthServiceCredentials.Builder |
password(EncryptedValue password) |
abstract AuthServiceCredentials.Builder |
username(String username) |
public static AuthServiceCredentials.Builder create()
public abstract AuthServiceCredentials.Builder username(String username)
public abstract AuthServiceCredentials.Builder password(EncryptedValue password)
public abstract AuthServiceCredentials.Builder isAuthenticated(boolean isAuthenticated)
public abstract AuthServiceCredentials build()
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.