Modifier and Type | Method and Description |
---|---|
UserType |
MidPointPrincipal.getUser() |
Constructor and Description |
---|
MidPointPrincipal(UserType user) |
Modifier and Type | Method and Description |
---|---|
com.evolveum.midpoint.prism.PrismObject<UserType> |
ModelService.findShadowOwner(String accountOid,
com.evolveum.midpoint.task.api.Task task,
OperationResult parentResult)
Returns the User object representing owner of specified account (account
shadow).
|
Modifier and Type | Method and Description |
---|---|
UserType |
MidpointFunctions.getUserByOid(String oid) |
Modifier and Type | Method and Description |
---|---|
Collection<UserType> |
MidpointFunctions.getManagers(UserType user) |
Collection<UserType> |
MidpointFunctions.getManagersOfOrg(String orgOid) |
Modifier and Type | Method and Description |
---|---|
Collection<UserType> |
MidpointFunctions.getManagers(UserType user) |
Collection<String> |
MidpointFunctions.getManagersOids(UserType user) |
Collection<String> |
MidpointFunctions.getManagersOidsExceptUser(UserType user) |
Collection<String> |
MidpointFunctions.getOrgUnits(UserType user) |
String |
MidpointFunctions.getPlaintextUserPassword(UserType user) |
boolean |
MidpointFunctions.isManagerOf(UserType user,
String orgOid) |
boolean |
MidpointFunctions.isMemberOf(UserType user,
String orgOid) |
Modifier and Type | Method and Description |
---|---|
String |
MidpointFunctions.getPlaintextUserPasswordFromDeltas(List<com.evolveum.midpoint.prism.delta.ObjectDelta<UserType>> deltas) |
Modifier and Type | Method and Description |
---|---|
static ObjectSynchronizationType |
ResourceTypeUtil.determineSynchronization(ResourceType resource,
Class<UserType> type)
Returns appropriate object synchronization settings for the class.
|
Modifier and Type | Field and Description |
---|---|
protected List<UserType> |
UserListType.user |
Modifier and Type | Method and Description |
---|---|
List<UserType> |
UserListType.getUser()
Gets the value of the user property.
|
Modifier and Type | Method and Description |
---|---|
UserType |
UserType.clone() |
UserType |
ObjectFactory.createUserType()
Create an instance of
UserType |
Modifier and Type | Method and Description |
---|---|
JAXBElement<UserType> |
ObjectFactory.createUser(UserType value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<UserType> |
ObjectFactory.createUser(UserType value)
|
Modifier and Type | Field and Description |
---|---|
protected UserType |
ListAccountShadowOwnerResponse.user |
Modifier and Type | Method and Description |
---|---|
UserType |
ListAccountShadowOwnerResponse.getUser()
Gets the value of the user property.
|
Modifier and Type | Method and Description |
---|---|
void |
ListAccountShadowOwnerResponse.setUser(UserType value)
Sets the value of the user property.
|
Modifier and Type | Method and Description |
---|---|
void |
ModelPortTypeImpl.listAccountShadowOwner(String accountOid,
Holder<UserType> user,
Holder<OperationResultType> result) |
void |
ModelPortType.listAccountShadowOwner(String accountOid,
Holder<UserType> user,
Holder<OperationResultType> result)
Returns the User object representing owner of specified account
(account shadow).
|
Copyright © 2014 Evolveum. All rights reserved.