Package app.nzyme.plugin
Interface Registry
public interface Registry
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteValue(String key) voiddeleteValue(String key, UUID organizationId) voiddeleteValue(String key, UUID organizationId, UUID tenantId) getEncryptedValue(String key) getEncryptedValue(String key, UUID organizationId) getEncryptedValue(String key, UUID organizationId, UUID tenantId) getEncryptedValueOrNull(String key, UUID organizationId) getEncryptedValueOrNull(String key, UUID organizationId, UUID tenantId) getValueOrNull(String key) getValueOrNull(String key, UUID organizationId) getValueOrNull(String key, UUID organizationId, UUID tenantId) voidsetEncryptedValue(String key, String value) voidsetEncryptedValue(String key, String value, UUID organizationId) voidsetEncryptedValue(String key, String value, UUID organizationId, UUID tenantId) voidvoidvoid
-
Method Details
-
getValue
-
getValue
-
getValue
-
getValueOrNull
-
getValueOrNull
-
getValueOrNull
-
getEncryptedValue
- Throws:
RegistryCryptoException
-
getEncryptedValue
- Throws:
RegistryCryptoException
-
getEncryptedValue
Optional<String> getEncryptedValue(String key, UUID organizationId, UUID tenantId) throws RegistryCryptoException - Throws:
RegistryCryptoException
-
getEncryptedValueOrNull
- Throws:
RegistryCryptoException
-
getEncryptedValueOrNull
@Nullable String getEncryptedValueOrNull(String key, UUID organizationId) throws RegistryCryptoException - Throws:
RegistryCryptoException
-
getEncryptedValueOrNull
@Nullable String getEncryptedValueOrNull(String key, UUID organizationId, UUID tenantId) throws RegistryCryptoException - Throws:
RegistryCryptoException
-
setValue
-
setValue
-
setValue
-
setEncryptedValue
- Throws:
RegistryCryptoException
-
setEncryptedValue
void setEncryptedValue(String key, String value, UUID organizationId) throws RegistryCryptoException - Throws:
RegistryCryptoException
-
setEncryptedValue
void setEncryptedValue(String key, String value, UUID organizationId, UUID tenantId) throws RegistryCryptoException - Throws:
RegistryCryptoException
-
deleteValue
-
deleteValue
-
deleteValue
-