Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_1.AccountShadowType

Packages that use AccountShadowType
com.evolveum.midpoint.common.refinery   
com.evolveum.midpoint.model   
com.evolveum.midpoint.model.controller   
com.evolveum.midpoint.model.sync.action   
com.evolveum.midpoint.provisioning.util   
com.evolveum.midpoint.schema.util   
com.evolveum.midpoint.web.model   
com.evolveum.midpoint.web.model.dto   
com.evolveum.midpoint.web.model.impl   
com.evolveum.midpoint.xml.ns._public.common.common_1   
 

Uses of AccountShadowType in com.evolveum.midpoint.common.refinery
 

Methods in com.evolveum.midpoint.common.refinery that return AccountShadowType
 AccountShadowType RefinedAccountDefinition.createBlankShadow()
           
 

Methods in com.evolveum.midpoint.common.refinery that return types with arguments of type AccountShadowType
 ObjectDefinition<AccountShadowType> RefinedAccountDefinition.getObjectDefinition()
           
 ObjectDefinition<AccountShadowType> RefinedResourceSchema.getObjectDefinition(AccountShadowType shadow)
           
 ObjectDefinition<AccountShadowType> RefinedResourceSchema.getObjectDefinition(java.lang.String accountType)
           
 

Methods in com.evolveum.midpoint.common.refinery with parameters of type AccountShadowType
 ObjectDefinition<AccountShadowType> RefinedResourceSchema.getObjectDefinition(AccountShadowType shadow)
           
 

Uses of AccountShadowType in com.evolveum.midpoint.model
 

Methods in com.evolveum.midpoint.model that return types with arguments of type AccountShadowType
 ObjectDelta<AccountShadowType> AccountSyncContext.getAccountDelta()
           
 MidPointObject<AccountShadowType> AccountSyncContext.getAccountNew()
           
 MidPointObject<AccountShadowType> AccountSyncContext.getAccountOld()
           
 ObjectDelta<AccountShadowType> AccountSyncContext.getAccountPrimaryDelta()
           
 ObjectDelta<AccountShadowType> AccountSyncContext.getAccountSecondaryDelta()
           
 ObjectDelta<AccountShadowType> AccountSyncContext.getAccountSyncDelta()
           
 

Method parameters in com.evolveum.midpoint.model with type arguments of type AccountShadowType
 void AccountSyncContext.setAccountNew(MidPointObject<AccountShadowType> accountNew)
           
 void AccountSyncContext.setAccountOld(MidPointObject<AccountShadowType> accountOld)
           
 void AccountSyncContext.setAccountPrimaryDelta(ObjectDelta<AccountShadowType> accountPrimaryDelta)
           
 void SyncContext.setAccountPrimaryDelta(ResourceAccountType rat, ObjectDelta<AccountShadowType> accountDelta)
           
 void AccountSyncContext.setAccountSecondaryDelta(ObjectDelta<AccountShadowType> accountSecondaryDelta)
           
 void SyncContext.setAccountSecondaryDelta(ResourceAccountType rat, ObjectDelta<AccountShadowType> accountDelta)
           
 void AccountSyncContext.setAccountSyncDelta(ObjectDelta<AccountShadowType> accountSyncDelta)
           
 

Uses of AccountShadowType in com.evolveum.midpoint.model.controller
 

Methods in com.evolveum.midpoint.model.controller with parameters of type AccountShadowType
static void ModelUtils.generatePassword(AccountShadowType account, int length, Protector protector)
           
static PasswordType ModelUtils.getPassword(AccountShadowType account)
           
 

Uses of AccountShadowType in com.evolveum.midpoint.model.sync.action
 

Methods in com.evolveum.midpoint.model.sync.action that return AccountShadowType
protected  AccountShadowType BaseAction.getAccountShadowFromChange(ResourceObjectShadowChangeDescription change)
           
 

Uses of AccountShadowType in com.evolveum.midpoint.provisioning.util
 

Methods in com.evolveum.midpoint.provisioning.util with parameters of type AccountShadowType
static ActivationType ShadowCacheUtil.determineActivation(ResourceType resource, AccountShadowType shadow, OperationResult parentResult)
          Get account activation state from the resource object.
 

Uses of AccountShadowType in com.evolveum.midpoint.schema.util
 

Methods in com.evolveum.midpoint.schema.util with parameters of type AccountShadowType
static java.lang.String DebugUtil.debugDump(AccountShadowType object, int indent)
           
static java.lang.String ResourceObjectShadowUtil.getAttributeStringValue(AccountShadowType shadow, javax.xml.namespace.QName attrName)
           
static java.util.List<java.lang.Object> ResourceObjectShadowUtil.getAttributeValues(AccountShadowType shadow, javax.xml.namespace.QName attrName)
           
static java.lang.String DebugUtil.prettyPrint(AccountShadowType object)
           
static java.lang.String DebugUtil.prettyPrint(AccountShadowType object, boolean showContent)
           
 

Uses of AccountShadowType in com.evolveum.midpoint.web.model
 

Method parameters in com.evolveum.midpoint.web.model with type arguments of type AccountShadowType
 java.util.Set<PropertyChange> AccountManager.submit(AccountShadowDto changedObject, java.util.List<AccountShadowType> oldAccounts, Task task, OperationResult parentResult)
           
 

Uses of AccountShadowType in com.evolveum.midpoint.web.model.dto
 

Constructors in com.evolveum.midpoint.web.model.dto with parameters of type AccountShadowType
AccountShadowDto(AccountShadowType object)
           
 

Uses of AccountShadowType in com.evolveum.midpoint.web.model.impl
 

Methods in com.evolveum.midpoint.web.model.impl with parameters of type AccountShadowType
protected  AccountShadowDto AccountManagerImpl.createObject(AccountShadowType objectType)
           
 

Method parameters in com.evolveum.midpoint.web.model.impl with type arguments of type AccountShadowType
 java.util.Set<PropertyChange> AccountManagerImpl.submit(AccountShadowDto changedObject, java.util.List<AccountShadowType> oldAccounts, Task task, OperationResult parentResult)
           
 

Uses of AccountShadowType in com.evolveum.midpoint.xml.ns._public.common.common_1
 

Fields in com.evolveum.midpoint.xml.ns._public.common.common_1 with type parameters of type AccountShadowType
protected  java.util.List<AccountShadowType> UserType.account
           
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 that return AccountShadowType
 AccountShadowType ObjectFactory.createAccountShadowType()
          Create an instance of AccountShadowType
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 that return types with arguments of type AccountShadowType
 javax.xml.bind.JAXBElement<AccountShadowType> ObjectFactory.createAccount(AccountShadowType value)
          Create an instance of JAXBElement<AccountShadowType>}
 java.util.List<AccountShadowType> UserType.getAccount()
          Gets the value of the account property.
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 with parameters of type AccountShadowType
 javax.xml.bind.JAXBElement<AccountShadowType> ObjectFactory.createAccount(AccountShadowType value)
          Create an instance of JAXBElement<AccountShadowType>}
 



Copyright © 2012 evolveum. All Rights Reserved.