Modifier and Type | Class and Description |
---|---|
class |
AESProtector
Class that manages encrypted string values.
|
Modifier and Type | Method and Description |
---|---|
static <T extends ObjectType> |
CryptoUtil.encryptValues(Protector protector,
ObjectDelta<T> delta)
Encrypts all encryptable values in delta.
|
static <T extends ObjectType> |
CryptoUtil.encryptValues(Protector protector,
PrismObject<T> object)
Encrypts all encryptable values in the object.
|
Constructor and Description |
---|
GenerateExpressionEvaluatorFactory(Protector protector,
ObjectResolver objectResolver,
PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
Protector |
MappingFactory.getProtector() |
Modifier and Type | Method and Description |
---|---|
void |
MappingFactory.setProtector(Protector protector) |
Modifier and Type | Method and Description |
---|---|
Protector |
ConfigurableProtectorFactory.getProtector() |
Constructor and Description |
---|
PasswordCallback(UserDetailsService userDetailsService,
Protector protector) |
Constructor and Description |
---|
ConnectorInstanceIcfImpl(org.identityconnectors.framework.api.ConnectorInfo connectorInfo,
ConnectorType connectorType,
String schemaNamespace,
PrismSchema connectorSchema,
Protector protector,
PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
static Object |
UcfUtil.convertValueToIcf(Object value,
Protector protector,
QName propName) |
static org.identityconnectors.common.security.GuardedString |
UcfUtil.toGuardedString(ProtectedStringType ps,
Protector protector,
String propertyName) |
Modifier and Type | Field and Description |
---|---|
protected Protector |
AbstractIntegrationTest.protector |
Modifier and Type | Method and Description |
---|---|
Protector |
MidPointApplication.getProtector() |
Copyright © 2013 evolveum. All rights reserved.