Uses of Interface
com.evolveum.midpoint.common.crypto.Protector

Packages that use Protector
com.evolveum.midpoint.common.crypto   
com.evolveum.midpoint.common.expression.evaluator   
com.evolveum.midpoint.common.mapping   
com.evolveum.midpoint.init   
com.evolveum.midpoint.model.controller   
com.evolveum.midpoint.model.security   
com.evolveum.midpoint.model.util   
com.evolveum.midpoint.provisioning.ucf.impl   
com.evolveum.midpoint.provisioning.ucf.util   
com.evolveum.midpoint.test   
com.evolveum.midpoint.web.security   
 

Uses of Protector in com.evolveum.midpoint.common.crypto
 

Classes in com.evolveum.midpoint.common.crypto that implement Protector
 class AESProtector
          Class that manages encrypted string values.
 

Uses of Protector in com.evolveum.midpoint.common.expression.evaluator
 

Constructors in com.evolveum.midpoint.common.expression.evaluator with parameters of type Protector
GenerateExpressionEvaluatorFactory(Protector protector, ObjectResolver objectResolver, PrismContext prismContext)
           
 

Uses of Protector in com.evolveum.midpoint.common.mapping
 

Methods in com.evolveum.midpoint.common.mapping that return Protector
 Protector MappingFactory.getProtector()
           
 

Methods in com.evolveum.midpoint.common.mapping with parameters of type Protector
 void MappingFactory.setProtector(Protector protector)
           
 

Uses of Protector in com.evolveum.midpoint.init
 

Methods in com.evolveum.midpoint.init that return Protector
 Protector ConfigurableProtectorFactory.getProtector()
           
 

Uses of Protector in com.evolveum.midpoint.model.controller
 

Methods in com.evolveum.midpoint.model.controller with parameters of type Protector
static void ModelUtils.generatePassword(AccountShadowType account, int length, Protector protector)
           
 

Uses of Protector in com.evolveum.midpoint.model.security
 

Constructors in com.evolveum.midpoint.model.security with parameters of type Protector
PasswordCallback(UserDetailsService userDetailsService, Protector protector)
           
 

Uses of Protector in com.evolveum.midpoint.model.util
 

Methods in com.evolveum.midpoint.model.util with parameters of type Protector
static
<T extends ObjectType>
void
Utils.encryptValue(Protector protector, PrismPropertyValue pval, OperationResult result)
           
static
<T extends ObjectType>
void
Utils.encryptValues(Protector protector, ObjectDelta<T> object, OperationResult objectResult)
           
static
<T extends ObjectType>
void
Utils.encryptValues(Protector protector, PrismObject<T> object, OperationResult objectResult)
           
 

Uses of Protector in com.evolveum.midpoint.provisioning.ucf.impl
 

Constructors in com.evolveum.midpoint.provisioning.ucf.impl with parameters of type Protector
ConnectorInstanceIcfImpl(org.identityconnectors.framework.api.ConnectorInfo connectorInfo, ConnectorType connectorType, java.lang.String schemaNamespace, PrismSchema connectorSchema, Protector protector, PrismContext prismContext)
           
 

Uses of Protector in com.evolveum.midpoint.provisioning.ucf.util
 

Methods in com.evolveum.midpoint.provisioning.ucf.util with parameters of type Protector
static java.lang.Object UcfUtil.convertValueToIcf(java.lang.Object value, Protector protector, javax.xml.namespace.QName propName)
           
static org.identityconnectors.common.security.GuardedString UcfUtil.toGuardedString(ProtectedStringType ps, Protector protector, java.lang.String propertyName)
           
 

Uses of Protector in com.evolveum.midpoint.test
 

Fields in com.evolveum.midpoint.test declared as Protector
protected  Protector AbstractIntegrationTest.protector
           
 

Uses of Protector in com.evolveum.midpoint.web.security
 

Methods in com.evolveum.midpoint.web.security that return Protector
 Protector MidPointApplication.getProtector()
           
 



Copyright © 2012 evolveum. All Rights Reserved.