Modifier and Type | Method and Description |
---|---|
Collection<String> |
BasicExpressionFunctions.getAttributeStringValues(ShadowType shadow,
groovy.xml.QName attributeQname) |
Collection<String> |
BasicExpressionFunctions.getAttributeStringValues(ShadowType shadow,
QName attributeQname) |
Collection<String> |
BasicExpressionFunctions.getAttributeStringValues(ShadowType shadow,
String attributeNamespace,
String attributeLocalPart) |
<T> T |
BasicExpressionFunctions.getAttributeValue(ShadowType shadow,
groovy.xml.QName attributeQname) |
<T> T |
BasicExpressionFunctions.getAttributeValue(ShadowType shadow,
QName attributeQname) |
<T> T |
BasicExpressionFunctions.getAttributeValue(ShadowType shadow,
String attributeLocalPart) |
<T> T |
BasicExpressionFunctions.getAttributeValue(ShadowType shadow,
String attributeNamespace,
String attributeLocalPart) |
<T> Collection<T> |
BasicExpressionFunctions.getAttributeValues(ShadowType shadow,
groovy.xml.QName attributeQname) |
<T> Collection<T> |
BasicExpressionFunctions.getAttributeValues(ShadowType shadow,
QName attributeQname) |
<T> Collection<T> |
BasicExpressionFunctions.getAttributeValues(ShadowType shadow,
String attributeLocalPart) |
<T> Collection<T> |
BasicExpressionFunctions.getAttributeValues(ShadowType shadow,
String attributeNamespace,
String attributeLocalPart) |
Modifier and Type | Method and Description |
---|---|
com.evolveum.midpoint.prism.PrismObject<ShadowType> |
RefinedObjectClassDefinition.createBlankShadow() |
com.evolveum.midpoint.prism.PrismObject<ShadowType> |
LayerRefinedObjectClassDefinition.createBlankShadow() |
com.evolveum.midpoint.prism.PrismObjectDefinition<ShadowType> |
RefinedObjectClassDefinition.getObjectDefinition() |
com.evolveum.midpoint.prism.PrismObjectDefinition<ShadowType> |
LayerRefinedObjectClassDefinition.getObjectDefinition() |
com.evolveum.midpoint.prism.PrismObjectDefinition<ShadowType> |
RefinedResourceSchema.getObjectDefinition(ShadowKindType kind,
ShadowType shadow) |
com.evolveum.midpoint.prism.PrismObjectDefinition<ShadowType> |
LayerRefinedResourceSchema.getObjectDefinition(ShadowKindType kind,
ShadowType shadow) |
com.evolveum.midpoint.prism.PrismObjectDefinition<ShadowType> |
RefinedResourceSchema.getObjectDefinition(ShadowKindType kind,
String intent) |
com.evolveum.midpoint.prism.PrismObjectDefinition<ShadowType> |
LayerRefinedResourceSchema.getObjectDefinition(ShadowKindType kind,
String intent) |
Modifier and Type | Method and Description |
---|---|
com.evolveum.midpoint.prism.PrismObjectDefinition<ShadowType> |
RefinedResourceSchema.getObjectDefinition(ShadowKindType kind,
ShadowType shadow) |
com.evolveum.midpoint.prism.PrismObjectDefinition<ShadowType> |
LayerRefinedResourceSchema.getObjectDefinition(ShadowKindType kind,
ShadowType shadow) |
RefinedObjectClassDefinition |
RefinedResourceSchema.getRefinedDefinition(ShadowKindType kind,
ShadowType shadow) |
LayerRefinedObjectClassDefinition |
LayerRefinedResourceSchema.getRefinedDefinition(ShadowKindType kind,
ShadowType shadow) |
Modifier and Type | Method and Description |
---|---|
List<com.evolveum.midpoint.prism.PrismObject<? extends ShadowType>> |
ModelService.listResourceObjects(String resourceOid,
QName objectClass,
com.evolveum.midpoint.prism.query.ObjectPaging paging,
com.evolveum.midpoint.task.api.Task task,
OperationResult result)
Returns all resource objects of specified type that are currently
available to the system.
|
Modifier and Type | Method and Description |
---|---|
String |
MidpointFunctions.getPlaintextAccountPassword(ShadowType account) |
Modifier and Type | Method and Description |
---|---|
String |
MidpointFunctions.getPlaintextAccountPasswordFromDelta(com.evolveum.midpoint.prism.delta.ObjectDelta<? extends ShadowType> delta) |
Modifier and Type | Method and Description |
---|---|
<T extends ShadowType> |
ResourceAttributeContainerDefinition.toShadowDefinition() |
Modifier and Type | Method and Description |
---|---|
ObjectClassComplexTypeDefinition |
ResourceSchema.findObjectClassDefinition(ShadowType shadow) |
Modifier and Type | Method and Description |
---|---|
static Collection<ResourceAttribute<?>> |
ShadowUtil.getAttributes(ShadowType shadowType) |
static ResourceAttributeContainer |
ShadowUtil.getAttributesContainer(ShadowType shadowType) |
static <T> T |
ShadowUtil.getAttributeValue(ShadowType shadowType,
QName attrName) |
static <T> List<T> |
ShadowUtil.getAttributeValues(ShadowType shadowType,
QName attrName) |
static <T> Collection<T> |
ShadowUtil.getAttributeValues(ShadowType shadow,
QName attributeQname,
Class<T> type) |
static Collection<ResourceAttribute<?>> |
ShadowUtil.getIdentifiers(ShadowType shadowType) |
static String |
ShadowUtil.getIntent(ShadowType shadow)
Returns intent from the shadow.
|
static String |
ShadowUtil.getMultiStringAttributeValueAsSingle(ShadowType shadow,
QName attrName) |
static ObjectClassComplexTypeDefinition |
ShadowUtil.getObjectClassDefinition(ShadowType shadow) |
static ActivationType |
ShadowUtil.getOrCreateActivation(ShadowType shadowType) |
static String |
ShadowUtil.getResourceOid(ShadowType shadowType) |
static Collection<ResourceAttribute<?>> |
ShadowUtil.getSecondaryIdentifiers(ShadowType shadowType) |
static String |
ShadowUtil.getSingleStringAttributeValue(ShadowType shadow,
QName attrName) |
static boolean |
ActivationUtil.hasAdministrativeActivation(ShadowType objectType) |
static boolean |
ActivationUtil.hasValidFrom(ShadowType objectType) |
static boolean |
ActivationUtil.hasValidTo(ShadowType objectType) |
static boolean |
ShadowUtil.isAccount(ShadowType shadowType) |
static boolean |
ActivationUtil.isAdministrativeEnabled(ShadowType objectType) |
static boolean |
ShadowUtil.isDead(ShadowType shadow) |
static void |
ShadowUtil.setPassword(ShadowType shadowType,
ProtectedStringType password) |
Modifier and Type | Method and Description |
---|---|
static void |
ShadowUtil.applyResourceSchema(com.evolveum.midpoint.prism.PrismObject<? extends ShadowType> shadow,
ResourceSchema resourceSchema)
This is not supposed to be used in production code! It is just for the tests.
|
static void |
ShadowUtil.checkConsistence(com.evolveum.midpoint.prism.PrismObject<? extends ShadowType> shadow,
String desc) |
static <T> ResourceAttribute<T> |
ShadowUtil.getAttribute(com.evolveum.midpoint.prism.PrismObject<? extends ShadowType> shadow,
QName attrName) |
static Collection<ResourceAttribute<?>> |
ShadowUtil.getAttributes(com.evolveum.midpoint.prism.PrismObject<? extends ShadowType> shadow) |
static ResourceAttributeContainer |
ShadowUtil.getAttributesContainer(com.evolveum.midpoint.prism.PrismObject<? extends ShadowType> shadow) |
static ResourceAttributeContainer |
ShadowUtil.getAttributesContainer(com.evolveum.midpoint.prism.PrismObject<? extends ShadowType> shadow,
QName containerName) |
static <T> T |
ShadowUtil.getAttributeValue(com.evolveum.midpoint.prism.PrismObject<? extends ShadowType> shadow,
QName attrName) |
static <T> List<T> |
ShadowUtil.getAttributeValues(com.evolveum.midpoint.prism.PrismObject<? extends ShadowType> shadow,
QName attrName) |
static Collection<ResourceAttribute<?>> |
ShadowUtil.getIdentifiers(com.evolveum.midpoint.prism.PrismObject<? extends ShadowType> shadow) |
static ObjectClassComplexTypeDefinition |
ShadowUtil.getObjectClassDefinition(com.evolveum.midpoint.prism.PrismObject<? extends ShadowType> shadow) |
static ResourceAttributeContainer |
ShadowUtil.getOrCreateAttributesContainer(com.evolveum.midpoint.prism.PrismObject<? extends ShadowType> shadow,
ObjectClassComplexTypeDefinition objectClassDefinition) |
static String |
ShadowUtil.getResourceOid(com.evolveum.midpoint.prism.PrismObject<ShadowType> shadow) |
static Collection<ResourceAttribute<?>> |
ShadowUtil.getSecondaryIdentifiers(com.evolveum.midpoint.prism.PrismObject<? extends ShadowType> shadow) |
static boolean |
ShadowUtil.isProtected(com.evolveum.midpoint.prism.PrismObject<? extends ShadowType> shadow) |
Modifier and Type | Field and Description |
---|---|
protected List<ShadowType> |
ResourceObjectShadowListType.object |
Modifier and Type | Method and Description |
---|---|
List<ShadowType> |
ResourceObjectShadowListType.getObject()
Gets the value of the object property.
|
Modifier and Type | Class and Description |
---|---|
class |
AccountShadowType
DEPRECATED
Account object type.
|
Modifier and Type | Field and Description |
---|---|
protected ShadowType |
ResourceObjectShadowChangeDescriptionType.currentShadow |
Modifier and Type | Method and Description |
---|---|
ShadowType |
ShadowType.clone() |
ShadowType |
ObjectFactory.createShadowType()
Create an instance of
ShadowType |
ShadowType |
ResourceObjectShadowChangeDescriptionType.getCurrentShadow()
Gets the value of the currentShadow property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<ShadowType> |
ObjectFactory.createAccount(ShadowType value)
|
JAXBElement<ShadowType> |
ObjectFactory.createResourceObjectShadow(ShadowType value)
|
JAXBElement<ShadowType> |
ObjectFactory.createShadow(ShadowType value)
|
List<ShadowType> |
UserType.getAccount() |
List<ShadowType> |
FocusType.getLink() |
Modifier and Type | Method and Description |
---|---|
JAXBElement<ShadowType> |
ObjectFactory.createAccount(ShadowType value)
|
JAXBElement<ShadowType> |
ObjectFactory.createResourceObjectShadow(ShadowType value)
|
JAXBElement<ShadowType> |
ObjectFactory.createShadow(ShadowType value)
|
void |
ResourceObjectShadowChangeDescriptionType.setCurrentShadow(ShadowType value)
Sets the value of the currentShadow property.
|
Copyright © 2014 Evolveum. All rights reserved.