Package | Description |
---|---|
com.evolveum.midpoint.common.crypto | |
com.evolveum.midpoint.model.api.expr | |
com.evolveum.midpoint.model.expr | |
com.evolveum.midpoint.test |
Modifier and Type | Method and Description |
---|---|
Element |
Protector.decrypt(ProtectedStringType protectedString) |
Element |
AESProtector.decrypt(ProtectedStringType protectedString) |
String |
Protector.decryptString(ProtectedStringType protectedString) |
String |
AESProtector.decryptString(ProtectedStringType protectedString) |
ProtectedStringType |
Protector.encrypt(Element plain) |
ProtectedStringType |
AESProtector.encrypt(Element plain) |
void |
Protector.encrypt(ProtectedStringType ps)
Encrypts the ProtectedStringType "in place".
|
void |
AESProtector.encrypt(ProtectedStringType ps) |
ProtectedStringType |
Protector.encryptString(String text) |
ProtectedStringType |
AESProtector.encryptString(String text) |
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.
|
Modifier and Type | Method and Description |
---|---|
String |
MidpointFunctions.getPlaintextAccountPassword(ShadowType account) |
String |
MidpointFunctions.getPlaintextAccountPasswordFromDelta(ObjectDelta<? extends ShadowType> delta) |
String |
MidpointFunctions.getPlaintextUserPassword(UserType user) |
String |
MidpointFunctions.getPlaintextUserPasswordFromDeltas(List<ObjectDelta<UserType>> deltas) |
Modifier and Type | Method and Description |
---|---|
String |
MidpointFunctionsImpl.getPlaintextAccountPassword(ShadowType account) |
String |
MidpointFunctionsImpl.getPlaintextAccountPasswordFromDelta(ObjectDelta<? extends ShadowType> delta) |
String |
MidpointFunctionsImpl.getPlaintextUserPassword(UserType user) |
String |
MidpointFunctionsImpl.getPlaintextUserPasswordFromDeltas(List<ObjectDelta<UserType>> objectDeltas) |
Modifier and Type | Method and Description |
---|---|
protected PrismObject<ResourceType> |
AbstractIntegrationTest.addResourceFromFile(String filePath,
String connectorType,
OperationResult result) |
protected <T extends ObjectType> |
AbstractIntegrationTest.repoAddObject(Class<T> type,
PrismObject<T> object,
OperationResult result) |
protected <T extends ObjectType> |
AbstractIntegrationTest.repoAddObject(Class<T> type,
PrismObject<T> object,
String contextDesc,
OperationResult result) |
protected <T extends ObjectType> |
AbstractIntegrationTest.repoAddObjectFromFile(File file,
Class<T> type,
OperationResult parentResult) |
protected <T extends ObjectType> |
AbstractIntegrationTest.repoAddObjectFromFile(String filePath,
Class<T> type,
OperationResult parentResult) |
Copyright © 2013 evolveum. All rights reserved.