Modifier and Type | Method and Description |
---|---|
static <T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
CryptoUtil.encryptValues(Protector protector,
ObjectDelta<T> delta)
Encrypts all encryptable values in delta.
|
static <T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
CryptoUtil.encryptValues(Protector protector,
PrismObject<T> object)
Encrypts all encryptable values in the object.
|
Modifier and Type | Method and Description |
---|---|
String |
MidpointFunctions.getPlaintextAccountPassword(com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType account) |
String |
MidpointFunctions.getPlaintextAccountPasswordFromDelta(ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> delta) |
String |
MidpointFunctions.getPlaintextUserPassword(com.evolveum.midpoint.xml.ns._public.common.common_3.UserType user) |
String |
MidpointFunctions.getPlaintextUserPasswordFromDeltas(List<ObjectDelta<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType>> deltas) |
Modifier and Type | Method and Description |
---|---|
String |
MidpointFunctionsImpl.getPlaintextAccountPassword(com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType account) |
String |
MidpointFunctionsImpl.getPlaintextAccountPasswordFromDelta(ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> delta) |
String |
MidpointFunctionsImpl.getPlaintextUserPassword(com.evolveum.midpoint.xml.ns._public.common.common_3.UserType user) |
String |
MidpointFunctionsImpl.getPlaintextUserPasswordFromDeltas(List<ObjectDelta<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType>> objectDeltas) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractModelIntegrationTest.assertPassword(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> user,
String expectedPassword) |
Modifier and Type | Method and Description |
---|---|
<T> void |
Protector.decrypt(ProtectedData<T> protectedData) |
<T> void |
BaseProtector.decrypt(ProtectedData<T> protectedData) |
protected <T> byte[] |
AESProtector.decryptBytes(ProtectedData<T> protectedData) |
protected abstract <T> byte[] |
BaseProtector.decryptBytes(ProtectedData<T> protectedData) |
String |
Protector.decryptString(ProtectedStringType protectedString) |
String |
BaseProtector.decryptString(ProtectedStringType protectedString) |
<T> void |
Protector.encrypt(ProtectedData<T> protectedData) |
<T> void |
AESProtector.encrypt(ProtectedData<T> protectedData) |
ProtectedStringType |
Protector.encryptString(String text) |
ProtectedStringType |
BaseProtector.encryptString(String text) |
String |
AESProtector.getSecretKeyDigest(SecretKey key) |
Modifier and Type | Method and Description |
---|---|
protected PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> |
AbstractIntegrationTest.addResourceFromFile(String filePath,
String connectorType,
boolean overwrite,
OperationResult result) |
protected PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> |
AbstractIntegrationTest.addResourceFromFile(String filePath,
String connectorType,
OperationResult result) |
protected <T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
AbstractIntegrationTest.repoAddObject(Class<T> type,
PrismObject<T> object,
OperationResult result) |
protected <T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
AbstractIntegrationTest.repoAddObject(Class<T> type,
PrismObject<T> object,
String contextDesc,
OperationResult result) |
protected <T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
AbstractIntegrationTest.repoAddObjectFromFile(File file,
Class<T> type,
boolean metadata,
OperationResult parentResult) |
protected <T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
AbstractIntegrationTest.repoAddObjectFromFile(File file,
Class<T> type,
OperationResult parentResult) |
protected <T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
AbstractIntegrationTest.repoAddObjectFromFile(String filePath,
Class<T> type,
OperationResult parentResult) |
Copyright © 2015 evolveum. All rights reserved.