Uses of Enum Class
overit.geocall.secrets.SecretsManagerType
Packages that use SecretsManagerType
Package
Description
-
Uses of SecretsManagerType in overit.geocall.aws.secretsmanager
Methods in overit.geocall.aws.secretsmanager that return SecretsManagerType -
Uses of SecretsManagerType in overit.geocall.platform
Methods in overit.geocall.platform with parameters of type SecretsManagerTypeModifier and TypeMethodDescriptionCompany.getSecretsManager(SecretsManagerType secretsManagersType) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SecretsManagerType in overit.geocall.secrets
Methods in overit.geocall.secrets that return SecretsManagerTypeModifier and TypeMethodDescriptionDBSecretsManagerClient.getType()SecretsManagerClient.getType()static SecretsManagerTypeReturns the enum constant of this class with the specified name.static SecretsManagerType[]SecretsManagerType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in overit.geocall.secrets with parameters of type SecretsManagerTypeModifier and TypeMethodDescriptionSecretsManagerProvider.get(Long companyId, SecretsManagerType secretsManagersType) Returns aSecretsManagerimplementation according to the provided parameters.SecretsManagerProvider.getSystem(SecretsManagerType secretsManagersType) Returns aSecretsManagerimplementation according to the provided parameters. -
Uses of SecretsManagerType in overit.geocall.secrets.procedures
Constructors in overit.geocall.secrets.procedures with parameters of type SecretsManagerTypeModifierConstructorDescriptionManagedSecretsProcedure(@NotNull String key, @NotNull overit.geocall.secrets.procedures.WorkingStrategy strategy, long factory, SecretsManagerType type) Create a new secrets procedure lookup based on passed secrets manager type
SecretsManagerProvider.getInstance().get(companyId, secretsManagerType)instead.