Modifier and Type | Method and Description |
---|---|
com.evolveum.midpoint.prism.PrismObject<UserType> |
ModelService.findShadowOwner(String shadowOid,
com.evolveum.midpoint.task.api.Task task,
OperationResult parentResult)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CredentialsPolicyType |
ModelInteractionService.getCredentialsPolicy(com.evolveum.midpoint.prism.PrismObject<UserType> user,
com.evolveum.midpoint.task.api.Task task,
OperationResult parentResult)
Returns a credential policy that applies to the specified user.
|
Modifier and Type | Method and Description |
---|---|
UserType |
MidpointFunctions.getUserByOid(String oid) |
Modifier and Type | Method and Description |
---|---|
com.evolveum.midpoint.prism.PrismObject<UserType> |
MidpointFunctions.findShadowOwner(String accountOid)
Returns the User object representing owner of specified account (account
shadow).
|
Collection<UserType> |
MidpointFunctions.getManagers(UserType user) |
Collection<UserType> |
OrgStructFunctions.getManagers(UserType user,
boolean preAuthorized) |
Collection<UserType> |
MidpointFunctions.getManagers(UserType user,
String orgType,
boolean allowSelf) |
Collection<UserType> |
OrgStructFunctions.getManagers(UserType user,
String orgType,
boolean allowSelf,
boolean preAuthorized) |
Collection<UserType> |
MidpointFunctions.getManagersByOrgType(UserType user,
String orgType) |
Collection<UserType> |
OrgStructFunctions.getManagersByOrgType(UserType user,
String orgType,
boolean preAuthorized) |
Collection<UserType> |
MidpointFunctions.getManagersOfOrg(String orgOid) |
Collection<UserType> |
OrgStructFunctions.getManagersOfOrg(String orgOid,
boolean preAuthorized) |
Modifier and Type | Method and Description |
---|---|
Collection<UserType> |
MidpointFunctions.getManagers(UserType user) |
Collection<UserType> |
OrgStructFunctions.getManagers(UserType user,
boolean preAuthorized) |
Collection<UserType> |
MidpointFunctions.getManagers(UserType user,
String orgType,
boolean allowSelf) |
Collection<UserType> |
OrgStructFunctions.getManagers(UserType user,
String orgType,
boolean allowSelf,
boolean preAuthorized) |
Collection<UserType> |
MidpointFunctions.getManagersByOrgType(UserType user,
String orgType) |
Collection<UserType> |
OrgStructFunctions.getManagersByOrgType(UserType user,
String orgType,
boolean preAuthorized) |
Collection<String> |
MidpointFunctions.getManagersOids(UserType user) |
Collection<String> |
OrgStructFunctions.getManagersOids(UserType user,
boolean preAuthorized) |
Collection<String> |
MidpointFunctions.getManagersOidsExceptUser(UserType user) |
Collection<String> |
OrgStructFunctions.getManagersOidsExceptUser(UserType user,
boolean preAuthorized) |
Collection<String> |
MidpointFunctions.getOrgUnits(UserType user) |
Collection<String> |
OrgStructFunctions.getOrgUnits(UserType user,
boolean preAuthorized) |
Collection<String> |
MidpointFunctions.getOrgUnits(UserType user,
QName relation) |
Collection<String> |
OrgStructFunctions.getOrgUnits(UserType user,
QName relation,
boolean preAuthorized) |
String |
MidpointFunctions.getPlaintextUserPassword(UserType user) |
boolean |
OrgStructFunctions.isManager(UserType user) |
boolean |
MidpointFunctions.isManager(UserType user)
Returns true if user is a manager of any organizational unit.
|
boolean |
MidpointFunctions.isManagerOf(UserType user,
String orgOid)
Returns true if user is a manager of specified organiational unit.
|
boolean |
OrgStructFunctions.isManagerOf(UserType user,
String orgOid,
boolean preAuthorized) |
boolean |
MidpointFunctions.isManagerOfOrgType(UserType user,
String orgType) |
boolean |
OrgStructFunctions.isManagerOfOrgType(UserType user,
String orgType,
boolean preAuthorized) |
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 | 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 |
FindShadowOwnerResponseType.user |
Modifier and Type | Method and Description |
---|---|
UserType |
FindShadowOwnerResponseType.getUser()
Gets the value of the user property.
|
Modifier and Type | Method and Description |
---|---|
void |
FindShadowOwnerResponseType.setUser(UserType value)
Sets the value of the user property.
|
Modifier and Type | Method and Description |
---|---|
void |
ModelPortType.findShadowOwner(String shadowOid,
Holder<UserType> user,
Holder<OperationResultType> result)
Faults (TODO):
any SystemFaultType
IllegalArgumentFaultType: wrong OID format
ObjectNotFoundFaultType: object with specified OID does not exists
|
void |
ModelPortImpl.findShadowOwner(String shadowOid,
Holder<UserType> user,
Holder<OperationResultType> result) |
Copyright © 2016 Evolveum. All rights reserved.