Uses of Class
com.evolveum.midpoint.prism.crypto.EncryptionException
-
-
Uses of EncryptionException in com.evolveum.midpoint.common.crypto
Methods in com.evolveum.midpoint.common.crypto that throw EncryptionException Modifier and Type Method Description static <T extends ObjectType>
Collection<? extends ItemDelta<?,?>>CryptoUtil. computeReencryptModifications(Protector protector, PrismObject<T> object)
static <T extends ObjectType>
voidCryptoUtil. encryptValues(Protector protector, ObjectDelta<T> delta)
Encrypts all encryptable values in delta.static <T extends ObjectType>
voidCryptoUtil. encryptValues(Protector protector, PrismObject<T> object)
Encrypts all encryptable values in the object.static <T extends ObjectType>
intCryptoUtil. reencryptValues(Protector protector, PrismObject<T> object)
Re-encrypts all encryptable values in the object. -
Uses of EncryptionException in com.evolveum.midpoint.model.api.expr
Methods in com.evolveum.midpoint.model.api.expr that throw EncryptionException Modifier and Type Method Description String
MidpointFunctions. getPlaintext(ProtectedStringType user)
String
MidpointFunctions. getPlaintextAccountPassword(ShadowType account)
String
MidpointFunctions. getPlaintextAccountPasswordFromDelta(ObjectDelta<? extends ShadowType> delta)
String
MidpointFunctions. getPlaintextUserPassword(FocusType user)
String
MidpointFunctions. getPlaintextUserPasswordFromDeltas(List<ObjectDelta<? extends FocusType>> deltas)
-
Uses of EncryptionException in com.evolveum.midpoint.model.common.expression.functions
Methods in com.evolveum.midpoint.model.common.expression.functions that throw EncryptionException Modifier and Type Method Description String
BasicExpressionFunctions. hashLdapPassword(ProtectedStringType protectedString, String alg)
Hashes cleartext password in an (unofficial) LDAP password format. -
Uses of EncryptionException in com.evolveum.midpoint.model.impl.expr
Methods in com.evolveum.midpoint.model.impl.expr that throw EncryptionException Modifier and Type Method Description String
MidpointFunctionsImpl. getPlaintext(ProtectedStringType protectedStringType)
String
MidpointFunctionsImpl. getPlaintextAccountPassword(ShadowType account)
String
MidpointFunctionsImpl. getPlaintextAccountPasswordFromDelta(ObjectDelta<? extends ShadowType> delta)
String
MidpointFunctionsImpl. getPlaintextUserPassword(FocusType user)
String
MidpointFunctionsImpl. getPlaintextUserPasswordFromDeltas(List<ObjectDelta<? extends FocusType>> objectDeltas)
-
Uses of EncryptionException in com.evolveum.midpoint.model.impl.lens.projector.credentials
Methods in com.evolveum.midpoint.model.impl.lens.projector.credentials that throw EncryptionException Modifier and Type Method Description <O extends ObjectType>
ObjectDelta<O>CredentialsProcessor. transformFocusExecutionDelta(LensContext<O> context, ObjectDelta<O> focusDelta)
Called from ChangeExecutor. -
Uses of EncryptionException in com.evolveum.midpoint.prism.crypto
Methods in com.evolveum.midpoint.prism.crypto that throw EncryptionException Modifier and Type Method Description boolean
Protector. areEquivalent(ProtectedStringType a, ProtectedStringType b)
Decides equivalence of two protected data objects (for data management purposes).boolean
Protector. compareCleartext(ProtectedStringType a, ProtectedStringType b)
Compare cleartext values protected inside the protected strings.<T> void
Protector. decrypt(ProtectedData<T> protectedData)
String
Protector. decryptString(ProtectedData<String> protectedString)
<T> void
Protector. encrypt(ProtectedData<T> protectedData)
ProtectedStringType
Protector. encryptString(String text)
String
KeyStoreBasedProtector. getSecretKeyDigest(SecretKey key)
<T> void
Protector. hash(ProtectedData<T> protectedData)
boolean
Protector. isEncryptedByCurrentKey(@NotNull EncryptedDataType data)
-
Uses of EncryptionException in com.evolveum.midpoint.prism.impl.crypto
Methods in com.evolveum.midpoint.prism.impl.crypto that throw EncryptionException Modifier and Type Method Description boolean
KeyStoreBasedProtectorImpl. compareCleartext(ProtectedStringType a, ProtectedStringType b)
<T> void
BaseProtector. decrypt(ProtectedData<T> protectedData)
protected abstract <T> byte[]
BaseProtector. decryptBytes(ProtectedData<T> protectedData)
protected <T> byte[]
KeyStoreBasedProtectorImpl. decryptBytes(ProtectedData<T> protectedData)
String
BaseProtector. decryptString(ProtectedData<String> protectedString)
<T> void
KeyStoreBasedProtectorImpl. encrypt(ProtectedData<T> protectedData)
ProtectedStringType
BaseProtector. encryptString(String text)
String
KeyStoreBasedProtectorImpl. getSecretKeyDigest(SecretKey key)
Deprecated.<T> void
KeyStoreBasedProtectorImpl. hash(ProtectedData<T> protectedData)
boolean
KeyStoreBasedProtectorImpl. isEncryptedByCurrentKey(@NotNull EncryptedDataType data)
-
Uses of EncryptionException in com.evolveum.midpoint.provisioning.api
Methods in com.evolveum.midpoint.provisioning.api that throw EncryptionException Modifier and Type Method Description <O extends ObjectType,T>
ItemComparisonResultProvisioningService. compare(Class<O> type, String oid, ItemPath path, T expectedValue, Task task, OperationResult result)
Compare value on the resource with the provided value.
-