Uses of Class
org.graylog2.security.encryption.EncryptedValue
Packages that use EncryptedValue
Package
Description
-
Uses of EncryptedValue in org.graylog.events.notifications.types
Methods in org.graylog.events.notifications.types that return EncryptedValueModifier and TypeMethodDescriptionabstract EncryptedValueHTTPEventNotificationConfig.apiSecret()abstract EncryptedValueHTTPEventNotificationConfig.basicAuth()Methods in org.graylog.events.notifications.types with parameters of type EncryptedValueModifier and TypeMethodDescriptionabstract HTTPEventNotificationConfig.BuilderHTTPEventNotificationConfig.Builder.apiSecret(EncryptedValue apiKeyValue) abstract HTTPEventNotificationConfig.BuilderHTTPEventNotificationConfig.Builder.basicAuth(EncryptedValue basicAuth) -
Uses of EncryptedValue in org.graylog.security.authservice
Methods in org.graylog.security.authservice that return EncryptedValueMethods in org.graylog.security.authservice with parameters of type EncryptedValueModifier and TypeMethodDescriptionstatic AuthServiceCredentialsAuthServiceCredentials.create(String username, EncryptedValue password) abstract AuthServiceCredentials.BuilderAuthServiceCredentials.Builder.password(EncryptedValue password) -
Uses of EncryptedValue in org.graylog.security.authservice.backend
Methods in org.graylog.security.authservice.backend that return EncryptedValueModifier and TypeMethodDescriptionabstract EncryptedValueADAuthServiceBackendConfig.systemUserPassword()abstract EncryptedValueLDAPAuthServiceBackendConfig.systemUserPassword()Methods in org.graylog.security.authservice.backend with parameters of type EncryptedValueModifier and TypeMethodDescriptionabstract ADAuthServiceBackendConfig.BuilderADAuthServiceBackendConfig.Builder.systemUserPassword(EncryptedValue systemUserPassword) abstract LDAPAuthServiceBackendConfig.BuilderLDAPAuthServiceBackendConfig.Builder.systemUserPassword(EncryptedValue systemUserPassword) -
Uses of EncryptedValue in org.graylog.security.authservice.ldap
Methods in org.graylog.security.authservice.ldap that return EncryptedValueMethods in org.graylog.security.authservice.ldap with parameters of type EncryptedValueModifier and TypeMethodDescriptionbooleanUnboundLDAPConnector.authenticate(com.unboundid.ldap.sdk.LDAPConnection connection, String bindDn, EncryptedValue password) abstract LDAPConnectorConfig.BuilderLDAPConnectorConfig.Builder.systemPassword(EncryptedValue systemPassword) -
Uses of EncryptedValue in org.graylog.security.authservice.test
Methods in org.graylog.security.authservice.test that return EncryptedValueModifier and TypeMethodDescriptionabstract EncryptedValueAuthServiceBackendTestRequest.UserLogin.password()Methods in org.graylog.security.authservice.test with parameters of type EncryptedValueModifier and TypeMethodDescriptionAuthServiceBackendTestRequest.UserLogin.create(String username, EncryptedValue password) -
Uses of EncryptedValue in org.graylog2.contentpacks.model.entities.references
Methods in org.graylog2.contentpacks.model.entities.references with parameters of type EncryptedValue -
Uses of EncryptedValue in org.graylog2.plugin.configuration
Methods in org.graylog2.plugin.configuration that return EncryptedValueModifier and TypeMethodDescriptionConfiguration.getEncryptedValue(String key) Configuration.getEncryptedValue(String key, EncryptedValue defaultValue) Methods in org.graylog2.plugin.configuration with parameters of type EncryptedValueModifier and TypeMethodDescriptionConfiguration.getEncryptedValue(String key, EncryptedValue defaultValue) -
Uses of EncryptedValue in org.graylog2.security.encryption
Methods in org.graylog2.security.encryption that return EncryptedValueModifier and TypeMethodDescriptionabstract EncryptedValueEncryptedValue.Builder.build()static EncryptedValueEncryptedValue.createUnset()static EncryptedValueEncryptedValue.createWithDeleteValue()static EncryptedValueEncryptedValue.createWithKeepValue()EncryptedValueDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt) EncryptedValueDeserializer.getNullValue(com.fasterxml.jackson.databind.DeserializationContext ctxt) Methods in org.graylog2.security.encryption with parameters of type EncryptedValueModifier and TypeMethodDescriptionEncryptedValueService.decrypt(EncryptedValue encryptedValue) voidEncryptedValueSerializer.serialize(EncryptedValue value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider) EncryptedValueService.tryDecrypt(EncryptedValue encryptedValue)