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 EncryptedValueHTTPEventNotificationConfigV2.apiSecret()abstract EncryptedValueHTTPEventNotificationConfig.basicAuth()abstract EncryptedValueHTTPEventNotificationConfigV2.basicAuth()Methods in org.graylog.events.notifications.types with parameters of type EncryptedValueModifier and TypeMethodDescriptionvoidHTTPNotification.addApiKey(okhttp3.Request.Builder builder, okhttp3.HttpUrl httpUrl, String apiKey, EncryptedValue apiSecret, boolean sendAsHeader) voidHTTPNotification.addAuthHeader(okhttp3.Request.Builder builder, EncryptedValue auth) abstract HTTPEventNotificationConfig.BuilderHTTPEventNotificationConfig.Builder.apiSecret(EncryptedValue apiKeyValue) HTTPEventNotificationConfigV2.Builder.apiSecret(EncryptedValue apiKeyValue) abstract HTTPEventNotificationConfig.BuilderHTTPEventNotificationConfig.Builder.basicAuth(EncryptedValue basicAuth) HTTPEventNotificationConfigV2.Builder.basicAuth(EncryptedValue basicAuth) -
Uses of EncryptedValue in org.graylog.integrations.aws.resources.requests
Methods in org.graylog.integrations.aws.resources.requests that return EncryptedValueMethods in org.graylog.integrations.aws.resources.requests with parameters of type EncryptedValueModifier and TypeMethodDescriptionAWSRequest.Builder.awsSecretAccessKey(EncryptedValue awsSecretAccessKey) -
Uses of EncryptedValue in org.graylog.integrations.dataadapters
Methods in org.graylog.integrations.dataadapters that return EncryptedValueModifier and TypeMethodDescriptionabstract @NotEmpty EncryptedValueGreyNoiseQuickIPDataAdapter.Config.apiToken()Methods in org.graylog.integrations.dataadapters with parameters of type EncryptedValueModifier and TypeMethodDescriptionGreyNoiseQuickIPDataAdapter.Config.Builder.apiToken(EncryptedValue api_token) -
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.cluster.certificates
Methods in org.graylog2.cluster.certificates that return EncryptedValueModifier and TypeMethodDescriptionNodeCertificate.encryptedCertificate()Returns the value of theencryptedCertificaterecord component.EncryptedCaKeystore.keystore()Returns the value of thekeystorerecord component.Constructors in org.graylog2.cluster.certificates with parameters of type EncryptedValueModifierConstructorDescriptionEncryptedCaKeystore(EncryptedValue keystore) Creates an instance of aEncryptedCaKeystorerecord class.NodeCertificate(String id, String nodeId, EncryptedValue encryptedCertificate) Creates an instance of aNodeCertificaterecord class.NodeCertificate(String nodeId, EncryptedValue encryptedCertificate) -
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.migrations
Methods in org.graylog2.migrations that return types with arguments of type EncryptedValueModifier and TypeMethodDescriptionV202406260800_MigrateCertificateAuthority.readExistingKeystore() -
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)