com.evolveum.midpoint.model.util
Class Utils
java.lang.Object
com.evolveum.midpoint.model.util.Utils
public final class Utils
- extends java.lang.Object
- Author:
- lazyman
Method Summary |
static
|
encryptValue(Protector protector,
PrismPropertyValue pval,
OperationResult result)
|
static
|
encryptValues(Protector protector,
ObjectDelta<T> object,
OperationResult objectResult)
|
static
|
encryptValues(Protector protector,
PrismObject<T> object,
OperationResult objectResult)
|
static ResourceType |
getResource(ResourceObjectShadowType shadow,
ProvisioningService provisioning,
OperationResult result)
|
static void |
resolveResource(ResourceObjectShadowType shadow,
ProvisioningService provisioning,
OperationResult result)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
resolveResource
public static void resolveResource(ResourceObjectShadowType shadow,
ProvisioningService provisioning,
OperationResult result)
throws CommunicationException,
SchemaException,
ObjectNotFoundException,
ConfigurationException,
SecurityViolationException
- Throws:
CommunicationException
SchemaException
ObjectNotFoundException
ConfigurationException
SecurityViolationException
getResource
public static ResourceType getResource(ResourceObjectShadowType shadow,
ProvisioningService provisioning,
OperationResult result)
throws CommunicationException,
SchemaException,
ObjectNotFoundException,
ConfigurationException,
SecurityViolationException
- Throws:
CommunicationException
SchemaException
ObjectNotFoundException
ConfigurationException
SecurityViolationException
encryptValues
public static <T extends ObjectType> void encryptValues(Protector protector,
PrismObject<T> object,
OperationResult objectResult)
encryptValues
public static <T extends ObjectType> void encryptValues(Protector protector,
ObjectDelta<T> object,
OperationResult objectResult)
encryptValue
public static <T extends ObjectType> void encryptValue(Protector protector,
PrismPropertyValue pval,
OperationResult result)
Copyright © 2012 evolveum. All Rights Reserved.