Uses of Enum Class
com.atlassian.secrets.api.SecretServiceType
Packages that use SecretServiceType
-
Uses of SecretServiceType in com.atlassian.secrets.api
Methods in com.atlassian.secrets.api that return SecretServiceTypeModifier and TypeMethodDescriptionSecretServiceConfiguration.defaultBackend()Returns the value of thedefaultBackendrecord component.SecretServiceBackend.getType()Returns the type of the backend (to be used by analytics).static SecretServiceTypeReturns the enum constant of this class with the specified name.static SecretServiceType[]SecretServiceType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.secrets.api that return types with arguments of type SecretServiceTypeModifier and TypeMethodDescriptionSecretServiceConfiguration.backendTypes()Returns the value of thebackendTypesrecord component.Constructors in com.atlassian.secrets.api with parameters of type SecretServiceTypeModifierConstructorDescriptionSecretServiceConfiguration(SecretServiceType defaultBackend, Set<SecretServiceType> backendTypes) Creates an instance of aSecretServiceConfigurationrecord class.Constructor parameters in com.atlassian.secrets.api with type arguments of type SecretServiceTypeModifierConstructorDescriptionSecretServiceConfiguration(SecretServiceType defaultBackend, Set<SecretServiceType> backendTypes) Creates an instance of aSecretServiceConfigurationrecord class.