Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_2a.UserType

Packages that use UserType
com.evolveum.midpoint.audit.api   
com.evolveum.midpoint.model   
com.evolveum.midpoint.model.api   
com.evolveum.midpoint.model.controller   
com.evolveum.midpoint.model.expr   
com.evolveum.midpoint.model.lens   
com.evolveum.midpoint.model.lens.projector   
com.evolveum.midpoint.model.security.api   
com.evolveum.midpoint.model.sync   
com.evolveum.midpoint.model.sync.action   
com.evolveum.midpoint.model.test   
com.evolveum.midpoint.repo.api   
com.evolveum.midpoint.repo.cache   
com.evolveum.midpoint.repo.sql   
com.evolveum.midpoint.repo.sql.data.common   
com.evolveum.midpoint.schema.util   
com.evolveum.midpoint.task.api   
com.evolveum.midpoint.task.quartzimpl   
com.evolveum.midpoint.test.util   
com.evolveum.midpoint.web.component.dialog   
com.evolveum.midpoint.web.page.admin.users   
com.evolveum.midpoint.web.page.admin.users.dto   
com.evolveum.midpoint.wf   
com.evolveum.midpoint.xml.ns._public.common.api_types_2   
com.evolveum.midpoint.xml.ns._public.common.common_2a   
com.evolveum.midpoint.xml.ns._public.model.model_1_wsdl   
 

Uses of UserType in com.evolveum.midpoint.audit.api
 

Methods in com.evolveum.midpoint.audit.api that return types with arguments of type UserType
 PrismObject<UserType> AuditEventRecord.getInitiator()
           
 PrismObject<UserType> AuditEventRecord.getTargetOwner()
           
 

Method parameters in com.evolveum.midpoint.audit.api with type arguments of type UserType
 void AuditEventRecord.setInitiator(PrismObject<UserType> initiator)
           
 void AuditEventRecord.setTargetOwner(PrismObject<UserType> targetOwner)
           
 

Uses of UserType in com.evolveum.midpoint.model
 

Method parameters in com.evolveum.midpoint.model with type arguments of type UserType
 void ModelWebService.listAccountShadowOwner(java.lang.String accountOid, javax.xml.ws.Holder<UserType> userHolder, javax.xml.ws.Holder<OperationResultType> result)
           
 

Uses of UserType in com.evolveum.midpoint.model.api
 

Methods in com.evolveum.midpoint.model.api that return types with arguments of type UserType
 PrismObject<UserType> ModelService.listAccountShadowOwner(java.lang.String accountOid, Task task, OperationResult parentResult)
           Returns the User object representing owner of specified account (account shadow).
 

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

Methods in com.evolveum.midpoint.model.controller that return types with arguments of type UserType
 PrismObject<UserType> ModelController.listAccountShadowOwner(java.lang.String accountOid, Task task, OperationResult result)
           
 

Uses of UserType in com.evolveum.midpoint.model.expr
 

Methods in com.evolveum.midpoint.model.expr with parameters of type UserType
 boolean ExpressionHandler.evaluateConfirmationExpression(UserType user, ResourceObjectShadowType shadow, ExpressionType expressionType, OperationResult result)
           
static java.util.Map<javax.xml.namespace.QName,java.lang.Object> ExpressionHandler.getDefaultXPathVariables(UserType user, ResourceObjectShadowType shadow, ResourceType resource)
           
 

Uses of UserType in com.evolveum.midpoint.model.lens
 

Methods in com.evolveum.midpoint.model.lens that return types with arguments of type UserType
 LensContext<UserType,AccountShadowType> ShadowConstraintsChecker.getContext()
           
 ObjectDeltaObject<UserType> AssignmentEvaluator.getUserOdo()
           
 

Method parameters in com.evolveum.midpoint.model.lens with type arguments of type UserType
static LensProjectionContext<AccountShadowType> LensUtil.getAccountContext(LensContext<UserType,AccountShadowType> context, PrismObject<AccountShadowType> equivalentAccount, ProvisioningService provisioningService, PrismContext prismContext, OperationResult result)
           
static LensProjectionContext<AccountShadowType> LensUtil.getAccountContext(LensContext<UserType,AccountShadowType> context, java.lang.String resourceOid, java.lang.String intent, ProvisioningService provisioningService, PrismContext prismContext, OperationResult result)
           
static LensProjectionContext<AccountShadowType> LensUtil.getOrCreateAccountContext(LensContext<UserType,AccountShadowType> context, ResourceShadowDiscriminator rsd)
           
static LensProjectionContext<AccountShadowType> LensUtil.getOrCreateAccountContext(LensContext<UserType,AccountShadowType> context, java.lang.String resourceOid, java.lang.String intent, ProvisioningService provisioningService, PrismContext prismContext, OperationResult result)
           
 void ShadowConstraintsChecker.setContext(LensContext<UserType,AccountShadowType> context)
           
 void AccountConstruction.setUserOdo(ObjectDeltaObject<UserType> userOdo)
           
 void AssignmentEvaluator.setUserOdo(ObjectDeltaObject<UserType> userOdo)
           
 

Uses of UserType in com.evolveum.midpoint.model.lens.projector
 

Method parameters in com.evolveum.midpoint.model.lens.projector with type arguments of type UserType
 void AccountValuesProcessor.processAccounts(LensContext<UserType,AccountShadowType> context, LensProjectionContext<AccountShadowType> accountContext, java.lang.String activityDescription, OperationResult result)
           
 void ActivationProcessor.processActivationUser(LensContext<UserType,AccountShadowType> context, LensProjectionContext<AccountShadowType> accCtx, OperationResult result)
           
 void AssignmentProcessor.processAssignmentsAccounts(LensContext<UserType,AccountShadowType> context, OperationResult result)
           
 void CredentialsProcessor.processCredentialsUser(LensContext<UserType,AccountShadowType> context, LensProjectionContext<AccountShadowType> accCtx, OperationResult result)
           
 

Uses of UserType in com.evolveum.midpoint.model.security.api
 

Methods in com.evolveum.midpoint.model.security.api that return UserType
 UserType PrincipalUser.getUser()
           
 

Constructors in com.evolveum.midpoint.model.security.api with parameters of type UserType
PrincipalUser(UserType user)
           
 

Uses of UserType in com.evolveum.midpoint.model.sync
 

Methods in com.evolveum.midpoint.model.sync that return UserType
 UserType SynchronizationSituation.getUser()
           
 

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

Methods in com.evolveum.midpoint.model.sync.action that return UserType
protected  UserType BaseAction.getUser(java.lang.String oid, OperationResult result)
           
 

Methods in com.evolveum.midpoint.model.sync.action that return types with arguments of type UserType
protected  LensContext<UserType,AccountShadowType> BaseAction.createEmptyLensContext(ResourceObjectShadowChangeDescription change)
          Creates empty lens context, filling in only the very basic metadata (such as channel).
 

Method parameters in com.evolveum.midpoint.model.sync.action with type arguments of type UserType
protected  LensProjectionContext<AccountShadowType> BaseAction.createAccountLensContext(LensContext<UserType,AccountShadowType> context, ResourceObjectShadowChangeDescription change, SynchronizationIntent syncIntent, com.evolveum.midpoint.model.sync.action.ActivationDecision activationDecision)
           
protected  void BaseAction.executeChanges(LensContext<UserType,AccountShadowType> context, Task task, OperationResult result)
           
protected  void BaseAction.synchronizeUser(LensContext<UserType,AccountShadowType> context, Task task, OperationResult result)
           
protected  void ModifyUserAction.updateContextBeforeSync(LensContext<UserType,AccountShadowType> context, LensProjectionContext<AccountShadowType> accountContext)
          A chance to update the context before a sync is executed.
 

Uses of UserType in com.evolveum.midpoint.model.test
 

Methods in com.evolveum.midpoint.model.test that return types with arguments of type UserType
protected  ObjectDelta<UserType> AbstractModelIntegrationTest.createAccountAssignmentUserDelta(java.lang.String userOid, java.lang.String resourceOid, java.lang.String intent, boolean add)
           
protected  ObjectDelta<UserType> AbstractModelIntegrationTest.createAssignmentUserDelta(java.lang.String userOid, java.lang.String roleOid, javax.xml.namespace.QName refType, javax.xml.namespace.QName relation, boolean add)
           
protected  ObjectDelta<UserType> AbstractModelIntegrationTest.createModifyUserAddAccount(java.lang.String userOid, PrismObject<ResourceType> resource)
           
protected  ObjectDelta<UserType> AbstractModelIntegrationTest.createModifyUserAddDelta(java.lang.String userOid, ItemPath propertyName, java.lang.Object... newRealValue)
           
protected  ObjectDelta<UserType> AbstractModelIntegrationTest.createModifyUserReplaceDelta(java.lang.String userOid, ItemPath propertyName, java.lang.Object... newRealValue)
           
protected  ObjectDelta<UserType> AbstractModelIntegrationTest.createModifyUserReplaceDelta(java.lang.String userOid, javax.xml.namespace.QName propertyName, java.lang.Object... newRealValue)
           
protected  PrismObject<UserType> AbstractModelIntegrationTest.createUser(java.lang.String name, java.lang.String fullName)
           
protected  PrismObject<UserType> AbstractModelIntegrationTest.findUserByUsername(java.lang.String username)
           
protected  PrismObject<UserType> AbstractModelIntegrationTest.getUser(java.lang.String userOid)
           
protected  PrismObjectDefinition<UserType> AbstractModelIntegrationTest.getUserDefinition()
           
 

Method parameters in com.evolveum.midpoint.model.test with type arguments of type UserType
protected  void AbstractModelIntegrationTest.assertAccount(PrismObject<UserType> user, java.lang.String resourceOid)
           
protected  void AbstractModelIntegrationTest.assertAccounts(PrismObject<UserType> user, int numAccounts)
           
protected  void AbstractModelIntegrationTest.assertAssigned(PrismObject<UserType> user, java.lang.String targetOid, javax.xml.namespace.QName refType)
           
protected  void AbstractModelIntegrationTest.assertAssignedAccount(PrismObject<UserType> user, java.lang.String resourceOid)
           
protected  void AbstractModelIntegrationTest.assertAssignedNo(PrismObject<UserType> user, javax.xml.namespace.QName refType)
           
protected  void AbstractModelIntegrationTest.assertAssignedNoAccount(PrismObject<UserType> user, java.lang.String resourceOid)
           
protected  void AbstractModelIntegrationTest.assertAssignedNoOrg(PrismObject<UserType> user)
           
protected  void AbstractModelIntegrationTest.assertAssignedNoRole(PrismObject<UserType> user)
           
protected  void AbstractModelIntegrationTest.assertAssignedOrg(PrismObject<UserType> user, java.lang.String orgOid)
           
protected  void AbstractModelIntegrationTest.assertAssignedOrg(PrismObject<UserType> user, java.lang.String orgOid, javax.xml.namespace.QName relation)
           
protected  void AbstractModelIntegrationTest.assertAssignedRole(PrismObject<UserType> user, java.lang.String roleOid)
           
protected  void AbstractModelIntegrationTest.assertAssignments(PrismObject<UserType> user, int expectedNumber)
           
protected  void AbstractModelIntegrationTest.assertHasNoOrg(PrismObject<UserType> user)
           
protected  void AbstractModelIntegrationTest.assertHasOrg(PrismObject<UserType> user, java.lang.String orgOid)
           
protected  void AbstractModelIntegrationTest.assertHasOrg(PrismObject<UserType> user, java.lang.String orgOid, javax.xml.namespace.QName relation)
           
protected  void AbstractModelIntegrationTest.assertHasOrgs(PrismObject<UserType> user, int expectedNumber)
           
protected  void AbstractModelIntegrationTest.assertLinked(PrismObject<UserType> user, PrismObject<AccountShadowType> account)
           
protected  void AbstractModelIntegrationTest.assertLinked(PrismObject<UserType> user, java.lang.String accountOid)
           
protected  void AbstractModelIntegrationTest.assertNoLinkedAccount(PrismObject<UserType> user)
           
protected  void AbstractModelIntegrationTest.assertNotAssignedRole(PrismObject<UserType> user, java.lang.String roleOid)
           
protected  void AbstractModelIntegrationTest.assertResolvedResourceRefs(ModelContext<UserType,AccountShadowType> context)
           
protected  void AbstractModelIntegrationTest.assertUser(PrismObject<UserType> user, java.lang.String oid, java.lang.String name, java.lang.String fullName, java.lang.String givenName, java.lang.String familyName)
           
protected  void AbstractModelIntegrationTest.assertUserNoAccountRefs(PrismObject<UserType> user)
           
protected  void AbstractModelIntegrationTest.assertUserProperty(PrismObject<UserType> user, javax.xml.namespace.QName propertyName, java.lang.Object... expectedPropValues)
           
protected  void AbstractModelIntegrationTest.breakAssignmentDelta(ObjectDelta<UserType> userDelta)
          Breaks user assignment delta in the context by inserting some empty value.
protected  void AbstractModelIntegrationTest.fillinUser(PrismObject<UserType> user, java.lang.String name, java.lang.String fullName)
           
protected  void AbstractModelIntegrationTest.fillinUserAssignmentAccountConstruction(PrismObject<UserType> user, java.lang.String resourceOid)
           
protected  java.lang.String AbstractModelIntegrationTest.getSingleUserAccountRef(PrismObject<UserType> user)
           
protected  java.lang.String AbstractModelIntegrationTest.getUserAccountRef(PrismObject<UserType> user, java.lang.String resourceOid)
           
 

Uses of UserType in com.evolveum.midpoint.repo.api
 

Methods in com.evolveum.midpoint.repo.api that return types with arguments of type UserType
 PrismObject<UserType> RepositoryService.listAccountShadowOwner(java.lang.String accountOid, OperationResult parentResult)
          Returns the User object representing owner of specified account (account shadow).
 

Uses of UserType in com.evolveum.midpoint.repo.cache
 

Methods in com.evolveum.midpoint.repo.cache that return types with arguments of type UserType
 PrismObject<UserType> RepositoryCache.listAccountShadowOwner(java.lang.String accountOid, OperationResult parentResult)
           
 

Uses of UserType in com.evolveum.midpoint.repo.sql
 

Methods in com.evolveum.midpoint.repo.sql that return types with arguments of type UserType
 PrismObject<UserType> SqlRepositoryServiceImpl.listAccountShadowOwner(java.lang.String accountOid, OperationResult result)
           
 

Uses of UserType in com.evolveum.midpoint.repo.sql.data.common
 

Methods in com.evolveum.midpoint.repo.sql.data.common that return UserType
 UserType RUser.toJAXB(PrismContext prismContext)
           
 

Methods in com.evolveum.midpoint.repo.sql.data.common with parameters of type UserType
static void RUser.copyFromJAXB(UserType jaxb, RUser repo, PrismContext prismContext)
           
static void RUser.copyToJAXB(RUser repo, UserType jaxb, PrismContext prismContext)
           
 

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

Methods in com.evolveum.midpoint.schema.util with parameters of type UserType
static ObjectReferenceType UserTypeUtil.findAccountRef(UserType user, java.lang.String resourceOid)
          Returns accountRef for supplied OID.
 

Method parameters in com.evolveum.midpoint.schema.util with type arguments of type UserType
static ObjectSynchronizationType ResourceTypeUtil.determineSynchronization(ResourceType resource, java.lang.Class<UserType> type)
          Returns appropriate object synchronization settings for the class.
 

Uses of UserType in com.evolveum.midpoint.task.api
 

Methods in com.evolveum.midpoint.task.api that return types with arguments of type UserType
 PrismObject<UserType> Task.getOwner()
          Returns user that owns this task.
 

Method parameters in com.evolveum.midpoint.task.api with type arguments of type UserType
 void Task.setOwner(PrismObject<UserType> owner)
           
 

Uses of UserType in com.evolveum.midpoint.task.quartzimpl
 

Methods in com.evolveum.midpoint.task.quartzimpl that return types with arguments of type UserType
 PrismObject<UserType> TaskQuartzImpl.getOwner()
           
 

Method parameters in com.evolveum.midpoint.task.quartzimpl with type arguments of type UserType
 void TaskQuartzImpl.setOwner(PrismObject<UserType> owner)
           
 

Uses of UserType in com.evolveum.midpoint.test.util
 

Method parameters in com.evolveum.midpoint.test.util with type arguments of type UserType
static void MidPointAsserts.assertAssigned(PrismObject<UserType> user, java.lang.String targetOid, javax.xml.namespace.QName refType)
           
static void MidPointAsserts.assertAssigned(PrismObject<UserType> user, java.lang.String targetOid, javax.xml.namespace.QName refType, javax.xml.namespace.QName relation)
           
static void MidPointAsserts.assertAssignedOrg(PrismObject<UserType> user, java.lang.String orgOid)
           
static void MidPointAsserts.assertAssignedOrg(PrismObject<UserType> user, java.lang.String orgOid, javax.xml.namespace.QName relation)
           
static void MidPointAsserts.assertAssignedRole(PrismObject<UserType> user, java.lang.String roleOid)
           
static void MidPointAsserts.assertAssignments(PrismObject<UserType> user, int expectedNumber)
           
static void MidPointAsserts.assertHasNoOrg(PrismObject<UserType> user)
           
static void MidPointAsserts.assertHasOrg(PrismObject<UserType> user, java.lang.String orgOid)
           
static void MidPointAsserts.assertHasOrg(PrismObject<UserType> user, java.lang.String orgOid, javax.xml.namespace.QName relation)
           
static void MidPointAsserts.assertHasOrgs(PrismObject<UserType> user, int expectedNumber)
           
static void MidPointAsserts.assertNotAssigned(PrismObject<UserType> user, java.lang.String targetOid, javax.xml.namespace.QName refType)
           
static void MidPointAsserts.assertNotAssignedRole(PrismObject<UserType> user, java.lang.String roleOid)
           
 

Uses of UserType in com.evolveum.midpoint.web.component.dialog
 

Methods in com.evolveum.midpoint.web.component.dialog with parameters of type UserType
 void UserBrowserDialog.userDetailsPerformed(org.apache.wicket.ajax.AjaxRequestTarget target, UserType user)
           
 

Uses of UserType in com.evolveum.midpoint.web.page.admin.users
 

Constructor parameters in com.evolveum.midpoint.web.page.admin.users with type arguments of type UserType
PageSubmit(ModelContext previewChanges, java.util.Collection<ObjectDelta<? extends ObjectType>> allDeltas, ObjectDelta<UserType> userDelta, java.util.ArrayList<PrismObject> accountsBeforeModify)
           
 

Uses of UserType in com.evolveum.midpoint.web.page.admin.users.dto
 

Methods in com.evolveum.midpoint.web.page.admin.users.dto with parameters of type UserType
 NodeType OrgStructDto.getRelation(NodeDto parent, UserType user)
           
 

Uses of UserType in com.evolveum.midpoint.wf
 

Methods in com.evolveum.midpoint.wf that return types with arguments of type UserType
 PrismObject<UserType> WorkItem.getObjectNew()
           
 PrismObject<UserType> WorkItem.getObjectOld()
           
 PrismObject<UserType> WorkItem.getRequester()
           
 

Method parameters in com.evolveum.midpoint.wf with type arguments of type UserType
 void WorkItem.setObjectNew(PrismObject<UserType> objectNew)
           
 void WorkItem.setObjectOld(PrismObject<UserType> objectOld)
           
 void WorkItem.setRequester(PrismObject<UserType> requester)
           
 

Uses of UserType in com.evolveum.midpoint.xml.ns._public.common.api_types_2
 

Fields in com.evolveum.midpoint.xml.ns._public.common.api_types_2 with type parameters of type UserType
protected  java.util.List<UserType> UserListType.user
           
 

Methods in com.evolveum.midpoint.xml.ns._public.common.api_types_2 that return types with arguments of type UserType
 java.util.List<UserType> UserListType.getUser()
          Gets the value of the user property.
 

Uses of UserType in com.evolveum.midpoint.xml.ns._public.common.common_2a
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_2a that return UserType
 UserType UserType.clone()
           
 UserType ObjectFactory.createUserType()
          Create an instance of UserType
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_2a that return types with arguments of type UserType
 javax.xml.bind.JAXBElement<UserType> ObjectFactory.createUser(UserType value)
          Create an instance of JAXBElement<UserType>}
 

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

Uses of UserType in com.evolveum.midpoint.xml.ns._public.model.model_1_wsdl
 

Method parameters in com.evolveum.midpoint.xml.ns._public.model.model_1_wsdl with type arguments of type UserType
 void ModelPortTypeImpl.listAccountShadowOwner(java.lang.String accountOid, javax.xml.ws.Holder<UserType> user, javax.xml.ws.Holder<OperationResultType> result)
           
 void ModelPortType.listAccountShadowOwner(java.lang.String accountOid, javax.xml.ws.Holder<UserType> user, javax.xml.ws.Holder<OperationResultType> result)
          Returns the User object representing owner of specified account (account shadow).
 



Copyright © 2012 evolveum. All Rights Reserved.