Home
last modified time | relevance | path

Searched refs:encryptionService (Results 1 – 12 of 12) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/pkg/services/provisioning/notifiers/
H A Dalert_notifications.go12 func Provision(ctx context.Context, configDirectory string, encryptionService encryption.Internal) …
13 dc := newNotificationProvisioner(encryptionService, log.New("provisioning.notifiers"))
23 func newNotificationProvisioner(encryptionService encryption.Internal, log log.Logger) Notification…
27 encryptionService: encryptionService,
H A Dconfig_reader.go21 encryptionService encryption.Internal member
163 encryptedSecureSettings, err := cr.encryptionService.EncryptJsonData(
178 }, cr.encryptionService.GetDecryptedValue)
H A Dconfig_reader_test.go65 encryptionService: ossencryption.ProvideService(),
321 encryptionService: ossencryption.ProvideService(),
331 encryptionService: ossencryption.ProvideService(),
344 encryptionService: ossencryption.ProvideService(),
354 encryptionService: ossencryption.ProvideService(),
/dports/www/grafana8/grafana-8.3.6/pkg/cmd/grafana-cli/runner/
H A Drunner.go19 encryptionService encryption.Internal, secretsService *manager.SecretsService) Runner {
24 EncryptionService: encryptionService,
/dports/www/guacamole-client/guacamole-client-1.3.0/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/java/org/apache/guacamole/auth/jdbc/security/
H A DPasswordPolicyService.java56 private PasswordEncryptionService encryptionService; field in PasswordPolicyService
146 byte[] hash = encryptionService.createPasswordHash(password, record.getPasswordSalt()); in matchesPreviousPasswords()
/dports/www/grafana8/grafana-8.3.6/pkg/services/provisioning/
H A Dprovisioning.go22 encryptionService encryption.Internal) (*ProvisioningServiceImpl, error) {
27 EncryptionService: encryptionService,
/dports/www/grafana8/grafana-8.3.6/pkg/services/alerting/
H A Dservice.go19 func ProvideService(bus bus.Bus, store *sqlstore.SQLStore, encryptionService encryption.Internal,
24 EncryptionService: encryptionService,
H A Dengine.go52 …dataService legacydata.RequestHandler, usageStatsService usagestats.Service, encryptionService enc…
68 e.resultHandler = newResultHandler(e.RenderService, encryptionService.GetDecryptedValue)
/dports/www/grafana8/grafana-8.3.6/pkg/services/alerting/notifiers/
H A Dslack_test.go119 encryptionService := ossencryption.ProvideService()
120 securedSettingsJSON, err := encryptionService.EncryptJsonData(
/dports/www/guacamole-client/guacamole-client-1.3.0/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/java/org/apache/guacamole/auth/jdbc/user/
H A DUserService.java151 private PasswordEncryptionService encryptionService; field in UserService
383 byte[] hash = encryptionService.createPasswordHash(password, userModel.getPasswordSalt()); in retrieveAuthenticatedUser()
H A DModeledUser.java172 private PasswordEncryptionService encryptionService; field in ModeledUser
275 byte[] hash = encryptionService.createPasswordHash(password, salt); in setPassword()
/dports/www/grafana8/grafana-8.3.6/pkg/api/
H A Dhttp_server.go147 encryptionService encryption.Internal, searchUsersService searchusers.Service,
199 EncryptionService: encryptionService,