| Modifier and Type | Method and Description |
|---|---|
abstract EncryptedValue |
AuthServiceCredentials.password() |
| Modifier and Type | Method and Description |
|---|---|
static AuthServiceCredentials |
AuthServiceCredentials.create(String username,
EncryptedValue password) |
abstract AuthServiceCredentials.Builder |
AuthServiceCredentials.Builder.password(EncryptedValue password) |
| Modifier and Type | Method and Description |
|---|---|
abstract EncryptedValue |
LDAPAuthServiceBackendConfig.systemUserPassword() |
abstract EncryptedValue |
ADAuthServiceBackendConfig.systemUserPassword() |
| Modifier and Type | Method and Description |
|---|---|
abstract LDAPAuthServiceBackendConfig.Builder |
LDAPAuthServiceBackendConfig.Builder.systemUserPassword(EncryptedValue systemUserPassword) |
abstract ADAuthServiceBackendConfig.Builder |
ADAuthServiceBackendConfig.Builder.systemUserPassword(EncryptedValue systemUserPassword) |
| Modifier and Type | Method and Description |
|---|---|
abstract EncryptedValue |
LDAPConnectorConfig.systemPassword() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
UnboundLDAPConnector.authenticate(com.unboundid.ldap.sdk.LDAPConnection connection,
String bindDn,
EncryptedValue password) |
abstract LDAPConnectorConfig.Builder |
LDAPConnectorConfig.Builder.systemPassword(EncryptedValue systemPassword) |
| Modifier and Type | Method and Description |
|---|---|
abstract EncryptedValue |
AuthServiceBackendTestRequest.UserLogin.password() |
| Modifier and Type | Method and Description |
|---|---|
static AuthServiceBackendTestRequest.UserLogin |
AuthServiceBackendTestRequest.UserLogin.create(String username,
EncryptedValue password) |
| Modifier and Type | Method and Description |
|---|---|
abstract EncryptedValue |
EncryptedValue.Builder.build() |
static EncryptedValue |
EncryptedValue.createUnset() |
static EncryptedValue |
EncryptedValue.createWithDeleteValue() |
static EncryptedValue |
EncryptedValue.createWithKeepValue() |
EncryptedValue |
EncryptedValueDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser p,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
EncryptedValue |
EncryptedValueService.encrypt(String plainValue) |
EncryptedValue |
EncryptedValueDeserializer.getNullValue(com.fasterxml.jackson.databind.DeserializationContext ctxt) |
| Modifier and Type | Method and Description |
|---|---|
String |
EncryptedValueService.decrypt(EncryptedValue encryptedValue) |
void |
EncryptedValueSerializer.serialize(EncryptedValue value,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.