Uses of Interface
com.evolveum.midpoint.prism.crypto.Protector
Packages that use Protector
Package
Description
-
Uses of Protector in com.evolveum.midpoint.common.crypto
Methods in com.evolveum.midpoint.common.crypto with parameters of type ProtectorModifier and TypeMethodDescriptionstatic <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 Protector in com.evolveum.midpoint.model.api.expr
Methods in com.evolveum.midpoint.model.api.expr that return Protector -
Uses of Protector in com.evolveum.midpoint.prism
Methods in com.evolveum.midpoint.prism that return ProtectorModifier and TypeMethodDescriptionPrismContext.getDefaultProtector()
Returns the default protector. -
Uses of Protector in com.evolveum.midpoint.prism.crypto
Subinterfaces of Protector in com.evolveum.midpoint.prism.cryptoModifier and TypeInterfaceDescriptioninterface
TODO add other relevant methods hereMethods in com.evolveum.midpoint.prism.crypto that return ProtectorModifier and TypeMethodDescriptionKeyStoreBasedProtectorBuilder.buildOnly()
Creates the protector without actually initializing it.KeyStoreBasedProtectorBuilder.initialize()
-
Uses of Protector in com.evolveum.midpoint.web.security
Methods in com.evolveum.midpoint.web.security that return Protector