|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(String accountOid,
Holder<UserType> userHolder,
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(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(String accountOid,
Task task,
OperationResult result)
|
Uses of UserType in com.evolveum.midpoint.model.expr |
---|
Methods in com.evolveum.midpoint.model.expr that return UserType | |
---|---|
UserType |
MidpointFunctions.getUserByOid(String oid)
|
Methods in com.evolveum.midpoint.model.expr that return types with arguments of type UserType | |
---|---|
Collection<UserType> |
MidpointFunctions.getManagers(UserType user)
|
Collection<UserType> |
MidpointFunctions.getManagersOfOrg(String orgOid)
|
Methods in com.evolveum.midpoint.model.expr with parameters of type UserType | |
---|---|
boolean |
ExpressionHandler.evaluateConfirmationExpression(UserType user,
ResourceObjectShadowType shadow,
ExpressionType expressionType,
OperationResult result)
|
static Map<QName,Object> |
ExpressionHandler.getDefaultXPathVariables(UserType user,
ResourceObjectShadowType shadow,
ResourceType resource)
|
Collection<UserType> |
MidpointFunctions.getManagers(UserType user)
|
Collection<String> |
MidpointFunctions.getManagersOids(UserType user)
Returns a list of user's managers. |
Collection<String> |
MidpointFunctions.getManagersOidsExceptUser(UserType user)
|
Collection<String> |
MidpointFunctions.getOrgUnits(UserType user)
|
boolean |
MidpointFunctions.isManagerOf(UserType user,
String orgOid)
|
boolean |
MidpointFunctions.isMemberOf(UserType user,
String orgOid)
|
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()
|
Uses of UserType in com.evolveum.midpoint.model.lens.projector |
---|
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(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(String userOid,
String resourceOid,
String intent,
boolean add)
|
protected ObjectDelta<UserType> |
AbstractModelIntegrationTest.createAssignmentUserDelta(String userOid,
String roleOid,
QName refType,
QName relation,
boolean add)
|
protected ObjectDelta<UserType> |
AbstractModelIntegrationTest.createModifyUserAddAccount(String userOid,
PrismObject<ResourceType> resource)
|
protected ObjectDelta<UserType> |
AbstractModelIntegrationTest.createModifyUserAddDelta(String userOid,
ItemPath propertyName,
Object... newRealValue)
|
protected ObjectDelta<UserType> |
AbstractModelIntegrationTest.createModifyUserReplaceDelta(String userOid,
ItemPath propertyName,
Object... newRealValue)
|
protected ObjectDelta<UserType> |
AbstractModelIntegrationTest.createModifyUserReplaceDelta(String userOid,
QName propertyName,
Object... newRealValue)
|
protected ObjectDelta<UserType> |
AbstractModelIntegrationTest.createReplaceAccountConstructionUserDelta(String userOid,
String id,
AccountConstructionType newValue)
|
protected PrismObject<UserType> |
AbstractModelIntegrationTest.createUser(String name,
String fullName)
|
protected PrismObject<UserType> |
AbstractModelIntegrationTest.findUserByUsername(String username)
|
protected PrismObject<UserType> |
AbstractModelIntegrationTest.getUser(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,
String resourceOid)
|
protected void |
AbstractModelIntegrationTest.assertAccounts(PrismObject<UserType> user,
int numAccounts)
|
protected void |
AbstractModelIntegrationTest.assertAssigned(PrismObject<UserType> user,
String targetOid,
QName refType)
|
protected void |
AbstractModelIntegrationTest.assertAssignedAccount(PrismObject<UserType> user,
String resourceOid)
|
protected void |
AbstractModelIntegrationTest.assertAssignedNo(PrismObject<UserType> user,
QName refType)
|
protected void |
AbstractModelIntegrationTest.assertAssignedNoAccount(PrismObject<UserType> user,
String resourceOid)
|
protected void |
AbstractModelIntegrationTest.assertAssignedNoOrg(PrismObject<UserType> user)
|
protected void |
AbstractModelIntegrationTest.assertAssignedNoRole(PrismObject<UserType> user)
|
protected void |
AbstractModelIntegrationTest.assertAssignedOrg(PrismObject<UserType> user,
String orgOid)
|
protected void |
AbstractModelIntegrationTest.assertAssignedOrg(PrismObject<UserType> user,
String orgOid,
QName relation)
|
protected void |
AbstractModelIntegrationTest.assertAssignedRole(PrismObject<UserType> user,
String roleOid)
|
protected void |
AbstractModelIntegrationTest.assertAssignments(PrismObject<UserType> user,
int expectedNumber)
|
protected void |
AbstractModelIntegrationTest.assertEnabled(PrismObject<UserType> user)
|
protected void |
AbstractModelIntegrationTest.assertHasNoOrg(PrismObject<UserType> user)
|
protected void |
AbstractModelIntegrationTest.assertHasOrg(PrismObject<UserType> user,
String orgOid)
|
protected void |
AbstractModelIntegrationTest.assertHasOrg(PrismObject<UserType> user,
String orgOid,
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,
String accountOid)
|
protected void |
AbstractModelIntegrationTest.assertNoLinkedAccount(PrismObject<UserType> user)
|
protected void |
AbstractModelIntegrationTest.assertNotAssignedRole(PrismObject<UserType> user,
String roleOid)
|
protected void |
AbstractModelIntegrationTest.assertResolvedResourceRefs(ModelContext<UserType,AccountShadowType> context)
|
protected void |
AbstractModelIntegrationTest.assertUser(PrismObject<UserType> user,
String oid,
String name,
String fullName,
String givenName,
String familyName)
|
protected void |
AbstractModelIntegrationTest.assertUserNoAccountRefs(PrismObject<UserType> user)
|
protected void |
AbstractModelIntegrationTest.assertUserProperty(PrismObject<UserType> user,
QName propertyName,
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,
String name,
String fullName)
|
protected void |
AbstractModelIntegrationTest.fillinUserAssignmentAccountConstruction(PrismObject<UserType> user,
String resourceOid)
|
protected String |
AbstractModelIntegrationTest.getSingleUserAccountRef(PrismObject<UserType> user)
|
protected String |
AbstractModelIntegrationTest.getUserAccountRef(PrismObject<UserType> user,
String resourceOid)
|
Uses of UserType in com.evolveum.midpoint.notifications.request |
---|
Methods in com.evolveum.midpoint.notifications.request that return UserType | |
---|---|
UserType |
NotificationRequest.getUser()
|
Methods in com.evolveum.midpoint.notifications.request with parameters of type UserType | |
---|---|
void |
NotificationRequest.setUser(UserType user)
|
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(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(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(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,
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,
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)
|
void |
Task.setRequesteeRef(PrismObject<UserType> requestee)
|
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)
|
void |
TaskQuartzImpl.setRequesteeRef(PrismObject<UserType> requestee)
|
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,
String targetOid,
QName refType)
|
static void |
MidPointAsserts.assertAssigned(PrismObject<UserType> user,
String targetOid,
QName refType,
QName relation)
|
static void |
MidPointAsserts.assertAssignedOrg(PrismObject<UserType> user,
String orgOid)
|
static void |
MidPointAsserts.assertAssignedOrg(PrismObject<UserType> user,
String orgOid,
QName relation)
|
static void |
MidPointAsserts.assertAssignedRole(PrismObject<UserType> user,
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,
String orgOid)
|
static void |
MidPointAsserts.assertHasOrg(PrismObject<UserType> user,
String orgOid,
QName relation)
|
static void |
MidPointAsserts.assertHasOrgs(PrismObject<UserType> user,
int expectedNumber)
|
static void |
MidPointAsserts.assertNotAssigned(PrismObject<UserType> user,
String targetOid,
QName refType)
|
static void |
MidPointAsserts.assertNotAssignedRole(PrismObject<UserType> user,
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 | |
---|---|
PageUserPreview(ModelContext previewChanges,
Collection<ObjectDelta<? extends ObjectType>> allDeltas,
ObjectDelta<UserType> userDelta,
ArrayList<PrismObject> accountsBeforeModify,
boolean forceAction)
|
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 List<UserType> |
UserListType.user
|
Methods in com.evolveum.midpoint.xml.ns._public.common.api_types_2 that return types with arguments of type UserType | |
---|---|
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 | |
---|---|
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 | |
---|---|
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 |
ModelPortType.listAccountShadowOwner(String accountOid,
Holder<UserType> user,
Holder<OperationResultType> result)
Returns the User object representing owner of specified account (account shadow). |
void |
ModelPortTypeImpl.listAccountShadowOwner(String accountOid,
Holder<UserType> user,
Holder<OperationResultType> result)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |