com.evolveum.midpoint.provisioning.ucf.util
Class UcfUtil

java.lang.Object
  extended by com.evolveum.midpoint.provisioning.ucf.util.UcfUtil

public class UcfUtil
extends java.lang.Object


Constructor Summary
UcfUtil()
           
 
Method Summary
static java.lang.String convertAttributeNameToIcf(javax.xml.namespace.QName attrQName, java.lang.String resourceSchemaNamespace, OperationResult parentResult)
           
static java.lang.Object convertValueToIcf(java.lang.Object value, Protector protector, javax.xml.namespace.QName propName)
           
static org.identityconnectors.common.security.GuardedString toGuardedString(ProtectedStringType ps, Protector protector, java.lang.String propertyName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UcfUtil

public UcfUtil()
Method Detail

convertAttributeNameToIcf

public static java.lang.String convertAttributeNameToIcf(javax.xml.namespace.QName attrQName,
                                                         java.lang.String resourceSchemaNamespace,
                                                         OperationResult parentResult)
                                                  throws SchemaException
Throws:
SchemaException

convertValueToIcf

public static java.lang.Object convertValueToIcf(java.lang.Object value,
                                                 Protector protector,
                                                 javax.xml.namespace.QName propName)
                                          throws SchemaException
Throws:
SchemaException

toGuardedString

public static org.identityconnectors.common.security.GuardedString toGuardedString(ProtectedStringType ps,
                                                                                   Protector protector,
                                                                                   java.lang.String propertyName)


Copyright © 2012 evolveum. All Rights Reserved.