Package com.atlassian.secrets.service
Class DisabledSecretService
java.lang.Object
com.atlassian.secrets.service.DisabledSecretService
- All Implemented Interfaces:
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
-
Field Summary
Fields inherited from interface com.atlassian.secrets.api.SecretService
SECRET_SERVICE_STATE_SYSTEM_PROP -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DisabledSecretService
public DisabledSecretService()
-
-
Method Details
-
put
- Specified by:
putin interfaceSecretService- Throws:
SecretServiceDisabledException
-
get
- Specified by:
getin interfaceSecretService- Throws:
SecretServiceDisabledException
-
delete
- Specified by:
deletein interfaceSecretService- Throws:
SecretServiceDisabledException
-
getConfiguration
- Specified by:
getConfigurationin interfaceSecretService
-