com.evolveum.midpoint.model.controller
Class ModelUtils

java.lang.Object
  extended by com.evolveum.midpoint.model.controller.ModelUtils

public class ModelUtils
extends java.lang.Object

Author:
lazyman

Constructor Summary
ModelUtils()
           
 
Method Summary
static PropertyReferenceListType createPropertyReferenceListType(java.lang.String... properties)
           
static void generatePassword(AccountShadowType account, int length, Protector protector)
           
static PasswordType getPassword(AccountShadowType account)
           
static boolean isActivationEnabled(ActivationType activation)
           
static void unresolveResourceObjectShadow(ResourceObjectShadowType shadow)
           
static void validatePaging(PagingType paging)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelUtils

public ModelUtils()
Method Detail

unresolveResourceObjectShadow

public static void unresolveResourceObjectShadow(ResourceObjectShadowType shadow)

validatePaging

public static void validatePaging(PagingType paging)

generatePassword

public static void generatePassword(AccountShadowType account,
                                    int length,
                                    Protector protector)
                             throws EncryptionException
Throws:
EncryptionException

getPassword

public static PasswordType getPassword(AccountShadowType account)

createPropertyReferenceListType

public static PropertyReferenceListType createPropertyReferenceListType(java.lang.String... properties)

isActivationEnabled

public static boolean isActivationEnabled(ActivationType activation)


Copyright © 2012 evolveum. All Rights Reserved.