Uses of Class
com.atlassian.secrets.api.SecretServiceException
Packages that use SecretServiceException
-
Uses of SecretServiceException in com.atlassian.secrets.api
Subclasses of SecretServiceException in com.atlassian.secrets.apiModifier and TypeClassDescriptionclassARuntimeExceptionthat is thrown whenSecretServiceis unexpectedly used while configured in disabled.Methods in com.atlassian.secrets.api that throw SecretServiceExceptionModifier and TypeMethodDescriptionvoidDeletes a sealed secret by its identifier.default voidDeletes multiple sealed secrets by their identifiers.voidDeletes the secret data associated with a unique identifier.default voidDeletes multiple secrets associated with their unique identifiers.Retrieves aSealedSecretby its identifier.default Map<String, Optional<SealedSecret>> Retrieves multipleSealedSecretobjects by their identifiers.Retrieves the secret data associated with a unique identifier.Retrieves multiple secrets associated with their unique identifiers.SecretDao.getIdsForBackend(String backendId) Retrieves a set of secret identifiers for allSealedSecretobjects store within a specific backend.SecretService.SecretServiceManagement.getInactiveKeys()Retrieves a set of inactive AES keys from the key directory.static SecretServiceStateSecretService.getState()Retrieves the current state of the Secret Service based on a system property.voidSecretDao.put(Set<SealedSecret> sealedSecrets) Stores aSetofSealedSecretobjects.voidStores a secret associated with a unique identifier.default voidStores multiple secrets associated with their unique identifiers.voidSecretService.SecretServiceManagement.reloadConfiguration()Ensures that the current SecretService configuration is in sync with the configuration in the persistent data storage (secrets-config.yaml)SecretService.SecretServiceManagement.rotateAESKey()Rotates the AES encryption key if applicable to the current SecretService configuration.