Class DisabledSecretService

java.lang.Object
com.atlassian.secrets.service.DisabledSecretService
All Implemented Interfaces:
SecretService

public class DisabledSecretService extends Object implements SecretService
An implementation of the SecretService interface that represents a disabled secret service. All operations on this service throw a SecretServiceDisabledException, indicating that the secret service is currently disabled and cannot be used for any operations.
Since:
5.0.3