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.voidDeletes the secret data associated with a unique identifier.voidDeletes the secret associated with the given identifier.Retrieves aSealedSecretby its identifier.Retrieves the secret data associated with a unique identifier.SecretDao.getIdsForBackend(String backendId) Retrieves a set of secret identifiers for allSealedSecretobjects store within a specific backend.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.Securely seal a plain text string.SecretServiceBackend.unseal(SealedSecret sealedSecret) Unseal the secret returning its plaintext valuevoidFileWriter.write(FileWriteRequest request) Writes data to a file as specified by the givenFileWriteRequest.