Uses of Interface
com.evolveum.midpoint.prism.crypto.Protector
-
-
Uses of Protector in com.evolveum.midpoint.common.crypto
Methods in com.evolveum.midpoint.common.crypto with parameters of type Protector 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 Protector in com.evolveum.midpoint.init
Methods in com.evolveum.midpoint.init that return Protector Modifier and Type Method Description Protector
ConfigurableProtectorFactory. getProtector()
-
Uses of Protector in com.evolveum.midpoint.model.api.expr
Methods in com.evolveum.midpoint.model.api.expr that return Protector Modifier and Type Method Description Protector
MidpointFunctions. getProtector()
-
Uses of Protector in com.evolveum.midpoint.model.common
Fields in com.evolveum.midpoint.model.common declared as Protector Modifier and Type Field Description Protector
ModelCommonBeans. protector
-
Uses of Protector in com.evolveum.midpoint.model.common.expression.evaluator
-
Uses of Protector in com.evolveum.midpoint.model.common.expression.evaluator.path
Constructors in com.evolveum.midpoint.model.common.expression.evaluator.path with parameters of type Protector Constructor Description PathExpressionEvaluatorFactory(ExpressionFactory expressionFactory, PrismContext prismContext, Protector protector, CacheConfigurationManager cacheConfigurationManager)
-
Uses of Protector in com.evolveum.midpoint.model.common.expression.evaluator.transformation
Constructors in com.evolveum.midpoint.model.common.expression.evaluator.transformation with parameters of type Protector Constructor Description AbstractValueTransformationExpressionEvaluator(QName elementName, E expressionEvaluatorType, D outputDefinition, Protector protector, PrismContext prismContext, SecurityContextManager securityContextManager, LocalizationService localizationService)
-
Uses of Protector in com.evolveum.midpoint.model.common.expression.functions
Methods in com.evolveum.midpoint.model.common.expression.functions with parameters of type Protector Modifier and Type Method Description static FunctionLibrary
FunctionLibraryUtil. createBasicFunctionLibrary(PrismContext prismContext, Protector protector, Clock clock)
Constructors in com.evolveum.midpoint.model.common.expression.functions with parameters of type Protector Constructor Description BasicExpressionFunctions(PrismContext prismContext, Protector protector, Clock clock)
-
Uses of Protector in com.evolveum.midpoint.model.common.expression.script
Methods in com.evolveum.midpoint.model.common.expression.script that return Protector Modifier and Type Method Description Protector
AbstractScriptEvaluator. getProtector()
Constructors in com.evolveum.midpoint.model.common.expression.script with parameters of type Protector Constructor Description AbstractCachingScriptEvaluator(PrismContext prismContext, Protector protector, LocalizationService localizationService)
AbstractScriptEvaluator(PrismContext prismContext, Protector protector, LocalizationService localizationService)
-
Uses of Protector in com.evolveum.midpoint.model.common.expression.script.groovy
Constructors in com.evolveum.midpoint.model.common.expression.script.groovy with parameters of type Protector Constructor Description GroovyScriptEvaluator(PrismContext prismContext, Protector protector, LocalizationService localizationService)
-
Uses of Protector in com.evolveum.midpoint.model.common.expression.script.jsr223
Constructors in com.evolveum.midpoint.model.common.expression.script.jsr223 with parameters of type Protector Constructor Description Jsr223ScriptEvaluator(String engineName, PrismContext prismContext, Protector protector, LocalizationService localizationService)
-
Uses of Protector in com.evolveum.midpoint.model.common.expression.script.velocity
Constructors in com.evolveum.midpoint.model.common.expression.script.velocity with parameters of type Protector Constructor Description VelocityScriptEvaluator(PrismContext prismContext, Protector protector, LocalizationService localizationService)
-
Uses of Protector in com.evolveum.midpoint.model.common.stringpolicy
Methods in com.evolveum.midpoint.model.common.stringpolicy that return Protector Modifier and Type Method Description Protector
ObjectValuePolicyEvaluator. getProtector()
Methods in com.evolveum.midpoint.model.common.stringpolicy with parameters of type Protector Modifier and Type Method Description ObjectValuePolicyEvaluator.Builder
ObjectValuePolicyEvaluator.Builder. protector(Protector val)
-
Uses of Protector in com.evolveum.midpoint.model.impl
Fields in com.evolveum.midpoint.model.impl declared as Protector Modifier and Type Field Description Protector
ModelBeans. protector
-
Uses of Protector in com.evolveum.midpoint.model.impl.expr
Methods in com.evolveum.midpoint.model.impl.expr that return Protector Modifier and Type Method Description Protector
MidpointFunctionsImpl. getProtector()
-
Uses of Protector in com.evolveum.midpoint.model.impl.lens.projector.credentials
Methods in com.evolveum.midpoint.model.impl.lens.projector.credentials with parameters of type Protector Modifier and Type Method Description CredentialPolicyEvaluator.Builder<F>
CredentialPolicyEvaluator.Builder. protector(Protector val)
-
Uses of Protector in com.evolveum.midpoint.model.impl.util
Methods in com.evolveum.midpoint.model.impl.util with parameters of type Protector Modifier and Type Method Description static void
ModelImplUtils. encrypt(Collection<ObjectDelta<? extends ObjectType>> deltas, Protector protector, ModelExecuteOptions options, OperationResult result)
-
Uses of Protector in com.evolveum.midpoint.prism
Methods in com.evolveum.midpoint.prism that return Protector Modifier and Type Method Description Protector
PrismContext. getDefaultProtector()
Returns the default protector. -
Uses of Protector in com.evolveum.midpoint.prism.crypto
Subinterfaces of Protector in com.evolveum.midpoint.prism.crypto Modifier and Type Interface Description interface
KeyStoreBasedProtector
TODO add other relevant methods hereMethods in com.evolveum.midpoint.prism.crypto that return Protector Modifier and Type Method Description Protector
KeyStoreBasedProtectorBuilder. buildOnly()
Creates the protector without actually initializing it.Protector
KeyStoreBasedProtectorBuilder. initialize()
-
Uses of Protector in com.evolveum.midpoint.prism.impl
Methods in com.evolveum.midpoint.prism.impl that return Protector Modifier and Type Method Description Protector
PrismContextImpl. getDefaultProtector()
Methods in com.evolveum.midpoint.prism.impl with parameters of type Protector Modifier and Type Method Description void
PrismContextImpl. setDefaultProtector(Protector defaultProtector)
-
Uses of Protector in com.evolveum.midpoint.prism.impl.crypto
Classes in com.evolveum.midpoint.prism.impl.crypto that implement Protector Modifier and Type Class Description class
BaseProtector
class
KeyStoreBasedProtectorImpl
Class that manages encrypted and hashed values. -
Uses of Protector in com.evolveum.midpoint.repo.common.expression
Methods in com.evolveum.midpoint.repo.common.expression with parameters of type Protector Modifier and Type Method Description static <D extends ItemDefinition>
ObjectExpressionUtil. convertToOutputValue(Long longValue, D outputDefinition, Protector protector)
static <D extends ItemDefinition>
ObjectExpressionUtil. convertToOutputValue(String stringValue, D outputDefinition, Protector protector)
static <I,O>
OExpressionUtil. convertValue(Class<O> finalExpectedJavaType, Function<Object,Object> additionalConvertor, I inputVal, Protector protector, PrismContext prismContext)
Slightly more powerful version of "convert" as compared to JavaTypeConverter. -
Uses of Protector in com.evolveum.midpoint.repo.common.expression.evaluator
Fields in com.evolveum.midpoint.repo.common.expression.evaluator declared as Protector Modifier and Type Field Description protected Protector
AbstractExpressionEvaluator. protector
Methods in com.evolveum.midpoint.repo.common.expression.evaluator that return Protector Modifier and Type Method Description Protector
AbstractExpressionEvaluator. getProtector()
Constructors in com.evolveum.midpoint.repo.common.expression.evaluator with parameters of type Protector Constructor Description AbstractExpressionEvaluator(@NotNull QName elementName, E expressionEvaluatorBean, D outputDefinition, Protector protector, @NotNull PrismContext prismContext)
AsIsExpressionEvaluatorFactory(PrismContext prismContext, Protector protector)
-