Modifier and Type | Method and Description |
---|---|
static QueryType |
QueryUtil.createAttributeQuery(PrismProperty<?> attribute,
QName objectClass,
ResourceType resourceType,
PrismContext prismContext) |
static QueryType |
QueryUtil.createResourceAndAccountQuery(ResourceType resource,
QName objectClass,
String accountType) |
Modifier and Type | Method and Description |
---|---|
ResourceType |
RefinedObjectClassDefinition.getResourceType() |
ResourceType |
LayerRefinedObjectClassDefinition.getResourceType() |
Modifier and Type | Method and Description |
---|---|
static RefinedResourceSchema |
RefinedResourceSchema.getRefinedSchema(ResourceType resourceType) |
static LayerRefinedResourceSchema |
RefinedResourceSchema.getRefinedSchema(ResourceType resourceType,
LayerType layer) |
static LayerRefinedResourceSchema |
RefinedResourceSchema.getRefinedSchema(ResourceType resourceType,
LayerType layer,
PrismContext prismContext) |
static RefinedResourceSchema |
RefinedResourceSchema.getRefinedSchema(ResourceType resourceType,
PrismContext prismContext) |
static ResourceSchema |
RefinedResourceSchema.getResourceSchema(ResourceType resourceType,
PrismContext prismContext) |
static boolean |
RefinedResourceSchema.hasParsedSchema(ResourceType resourceType) |
static boolean |
RefinedResourceSchema.hasRefinedSchema(ResourceType resourceType) |
static RefinedResourceSchema |
RefinedResourceSchema.parse(ResourceType resourceType,
PrismContext prismContext) |
static void |
RefinedResourceSchema.setParsedResourceSchemaConditional(ResourceType resourceType,
ResourceSchema parsedSchema) |
Modifier and Type | Method and Description |
---|---|
static RefinedResourceSchema |
RefinedResourceSchema.getRefinedSchema(PrismObject<ResourceType> resource) |
static LayerRefinedResourceSchema |
RefinedResourceSchema.getRefinedSchema(PrismObject<ResourceType> resource,
LayerType layer,
PrismContext prismContext) |
static RefinedResourceSchema |
RefinedResourceSchema.getRefinedSchema(PrismObject<ResourceType> resource,
PrismContext prismContext) |
static ResourceSchema |
RefinedResourceSchema.getResourceSchema(PrismObject<ResourceType> resource,
PrismContext prismContext) |
static RefinedResourceSchema |
RefinedResourceSchema.parse(PrismObject<ResourceType> resource,
PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
<T> int |
MidpointFunctionsImpl.countAccounts(ResourceType resourceType,
QName attributeName,
T attributeValue) |
<T> int |
MidpointFunctionsImpl.countAccounts(ResourceType resourceType,
String attributeName,
T attributeValue) |
static Map<QName,Object> |
ExpressionHandler.getDefaultXPathVariables(UserType user,
ShadowType shadow,
ResourceType resource) |
<T> boolean |
MidpointFunctionsImpl.isUniqueAccountValue(ResourceType resourceType,
ShadowType shadowType,
String attributeName,
T attributeValue) |
Modifier and Type | Method and Description |
---|---|
void |
ImportAccountsFromResourceTaskHandler.launch(ResourceType resource,
QName objectclass,
Task task,
OperationResult parentResult)
Launch an import.
|
Modifier and Type | Method and Description |
---|---|
ResourceType |
LensProjectionContext.getResource() |
static <F extends ObjectType,P extends ObjectType> |
LensUtil.getResource(LensContext<F,P> context,
String resourceOid,
ProvisioningService provisioningService,
OperationResult result) |
ResourceType |
AccountConstruction.getResource(OperationResult result) |
ResourceType |
LensContext.getResource(ResourceShadowDiscriminator rat)
Returns a resource for specified account type.
|
ResourceType |
LensContext.getResource(String resourceOid)
Returns a resource for specified account type.
|
Modifier and Type | Method and Description |
---|---|
Collection<ResourceType> |
Assignment.getResources(OperationResult result) |
Modifier and Type | Method and Description |
---|---|
static String |
LensUtil.refineAccountType(String intent,
ResourceType resource,
PrismContext prismContext) |
void |
LensContext.rememberResource(ResourceType resourceType)
Puts resource in the cache for later use.
|
void |
LensProjectionContext.setResource(ResourceType resource) |
Modifier and Type | Method and Description |
---|---|
void |
LensContext.rememberResources(Collection<ResourceType> resources)
Puts resources in the cache for later use.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CorrelationConfirmationEvaluator.evaluateConfirmationExpression(UserType user,
ShadowType shadow,
ResourceType resource,
ExpressionType expressionType,
OperationResult result) |
List<PrismObject<UserType>> |
CorrelationConfirmationEvaluator.findUserByConfirmationRule(List<PrismObject<UserType>> users,
ShadowType currentShadow,
ResourceType resource,
ExpressionType expression,
OperationResult result) |
List<PrismObject<UserType>> |
CorrelationConfirmationEvaluator.findUsersByCorrelationRule(ShadowType currentShadow,
List<QueryType> queries,
ResourceType resourceType,
OperationResult result) |
static Map<QName,Object> |
CorrelationConfirmationEvaluator.getDefaultXPathVariables(UserType user,
ShadowType shadow,
ResourceType resource) |
boolean |
CorrelationConfirmationEvaluator.matchUserCorrelationRule(PrismObject<ShadowType> currentShadow,
PrismObject<UserType> userType,
ResourceType resourceType,
OperationResult result) |
Constructor and Description |
---|
SynchronizeAccountResultHandler(ResourceType resource,
RefinedObjectClassDefinition refinedAccountDefinition,
String processShortName,
Task task,
ResourceObjectChangeListener objectChangeListener) |
Modifier and Type | Method and Description |
---|---|
protected PrismObjectDefinition<ResourceType> |
AbstractModelIntegrationTest.getResourceDefinition() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractModelIntegrationTest.applyResourceSchema(ShadowType accountType,
ResourceType resourceType)
This is not the real thing.
|
protected void |
AbstractModelIntegrationTest.assertShadowModel(PrismObject<ShadowType> accountShadow,
String oid,
String username,
ResourceType resourceType) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractModelIntegrationTest.assertHasShadow(String username,
PrismObject<ResourceType> resource,
Task task,
OperationResult result) |
protected void |
AbstractModelIntegrationTest.assertNoShadow(String username,
PrismObject<ResourceType> resource,
Task task,
OperationResult result) |
protected PrismObject<ShadowType> |
AbstractModelIntegrationTest.createAccount(PrismObject<ResourceType> resource,
String name,
boolean enabled) |
protected <T> PropertyDelta<T> |
AbstractModelIntegrationTest.createAttributeAddDelta(PrismObject<ResourceType> resource,
QName attributeQName,
T... newRealValue) |
protected <T> PropertyDelta<T> |
AbstractModelIntegrationTest.createAttributeAddDelta(PrismObject<ResourceType> resource,
String attributeLocalName,
T... newRealValue) |
protected <T> PropertyDelta<T> |
AbstractModelIntegrationTest.createAttributeDeleteDelta(PrismObject<ResourceType> resource,
QName attributeQName,
T... newRealValue) |
protected <T> PropertyDelta<T> |
AbstractModelIntegrationTest.createAttributeDeleteDelta(PrismObject<ResourceType> resource,
String attributeLocalName,
T... newRealValue) |
protected <T> PropertyDelta<T> |
AbstractModelIntegrationTest.createAttributeReplaceDelta(PrismObject<ResourceType> resource,
QName attributeQName,
T... newRealValue) |
protected <T> PropertyDelta<T> |
AbstractModelIntegrationTest.createAttributeReplaceDelta(PrismObject<ResourceType> resource,
String attributeLocalName,
T... newRealValue) |
protected ObjectDelta<ShadowType> |
AbstractModelIntegrationTest.createModifyAccountShadowReplaceAttributeDelta(String accountOid,
PrismObject<ResourceType> resource,
QName attributeName,
Object... newRealValue) |
protected ObjectDelta<ShadowType> |
AbstractModelIntegrationTest.createModifyAccountShadowReplaceAttributeDelta(String accountOid,
PrismObject<ResourceType> resource,
String attributeName,
Object... newRealValue) |
protected ObjectDelta<ShadowType> |
AbstractModelIntegrationTest.createModifyAccountShadowReplaceDelta(String accountOid,
PrismObject<ResourceType> resource,
ItemPath itemPath,
Object... newRealValue) |
protected ObjectDelta<UserType> |
AbstractModelIntegrationTest.createModifyUserAddAccount(String userOid,
PrismObject<ResourceType> resource) |
protected ObjectDelta<UserType> |
AbstractModelIntegrationTest.createModifyUserDeleteAccount(String userOid,
PrismObject<ResourceType> resource) |
protected ObjectDelta<UserType> |
AbstractModelIntegrationTest.createModifyUserUnlinkAccount(String userOid,
PrismObject<ResourceType> resource) |
protected PrismObject<ShadowType> |
AbstractModelIntegrationTest.createShadow(PrismObject<ResourceType> resource,
String id) |
protected PrismObject<ShadowType> |
AbstractModelIntegrationTest.createShadow(PrismObject<ResourceType> resource,
String uid,
String name) |
protected PrismObject<ShadowType> |
AbstractModelIntegrationTest.findAccountByUsername(String username,
PrismObject<ResourceType> resource) |
protected PrismObject<ShadowType> |
AbstractModelIntegrationTest.findAccountByUsername(String username,
PrismObject<ResourceType> resource,
Task task,
OperationResult result) |
protected ResourceAttributeDefinition |
AbstractModelIntegrationTest.getAttributeDefinition(PrismObject<ResourceType> resource,
QName attributeName) |
protected ItemPath |
AbstractModelIntegrationTest.getAttributePath(PrismObject<ResourceType> resource,
String attributeLocalName) |
protected QName |
AbstractModelIntegrationTest.getAttributeQName(PrismObject<ResourceType> resource,
String attributeLocalName) |
protected Collection<PrismObject<ShadowType>> |
AbstractModelIntegrationTest.listAccounts(PrismObject<ResourceType> resource,
Task task,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
static ResourceType |
Utils.getResource(ShadowType shadow,
ProvisioningService provisioning,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
PrismObject<ResourceType> |
ResourceObjectShadowChangeDescription.getResource() |
PrismObject<ResourceType> |
ResourceOperationDescription.getResource() |
Modifier and Type | Method and Description |
---|---|
void |
ResourceObjectShadowChangeDescription.setResource(PrismObject<ResourceType> resource) |
void |
ResourceOperationDescription.setResource(PrismObject<ResourceType> resource) |
Modifier and Type | Method and Description |
---|---|
protected ResourceOperationDescription |
ErrorHandler.createOperationDescription(ShadowType shadowType,
ResourceType resource,
ObjectDelta delta,
Task task,
OperationResult result) |
protected boolean |
ErrorHandler.isDoDiscovery(ResourceType resource) |
protected boolean |
ErrorHandler.isPostpone(ResourceType resource) |
Modifier and Type | Method and Description |
---|---|
protected ResourceType |
ShadowCache.getResource(PrismObject<ShadowType> shadow,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
PrismObject<ResourceType> |
ResourceCache.get(PrismObject<ResourceType> resource) |
PrismObject<ResourceType> |
ResourceCache.get(String oid,
String version) |
PrismObject<ResourceType> |
ResourceManager.getResource(PrismObject<ResourceType> repositoryObject,
OperationResult parentResult) |
PrismObject<ResourceType> |
ResourceManager.getResource(String oid,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
ResourceType |
RResource.toJAXB(PrismContext prismContext,
Collection<SelectorOptions<GetOperationOptions>> options) |
Modifier and Type | Method and Description |
---|---|
static void |
RResource.copyFromJAXB(ResourceType jaxb,
RResource repo,
PrismContext prismContext) |
static void |
RResource.copyToJAXB(RResource repo,
ResourceType jaxb,
PrismContext prismContext,
Collection<SelectorOptions<GetOperationOptions>> options) |
Modifier and Type | Method and Description |
---|---|
static void |
ResourceCarefulAntUtil.initAnts(List<CarefulAnt<ResourceType>> ants,
File resourceFile,
PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
static ObjectSynchronizationType |
ResourceTypeUtil.determineSynchronization(ResourceType resource,
Class<UserType> type)
Returns appropriate object synchronization settings for the class.
|
static PrismContainer<Containerable> |
ResourceTypeUtil.getConfigurationContainer(ResourceType resourceType) |
static String |
ResourceTypeUtil.getConnectorOid(ResourceType resource) |
static ConnectorType |
ResourceTypeUtil.getConnectorType(ResourceType resource,
ObjectResolver resolver,
OperationResult parentResult)
The usage of "resolver" is experimental.
|
static List<Object> |
ResourceTypeUtil.getEffectiveCapabilities(ResourceType resource)
Assumes that native capabilities are already cached.
|
static <T extends CapabilityType> |
ResourceTypeUtil.getEffectiveCapability(ResourceType resource,
Class<T> capabilityClass)
Assumes that native capabilities are already cached.
|
static Collection<Object> |
ResourceTypeUtil.getNativeCapabilitiesCollection(ResourceType resource)
Returns collection of capabilities.
|
static String |
ResourceTypeUtil.getResourceNamespace(ResourceType resourceType) |
static ResourceObjectTypeDefinitionType |
ResourceTypeUtil.getResourceObjectTypeDefinitionType(ResourceType resource,
ShadowKindType kind,
String intent) |
static Element |
ResourceTypeUtil.getResourceXsdSchema(ResourceType resource) |
static List<QName> |
ResourceTypeUtil.getSchemaGenerationConstraints(ResourceType resource) |
static boolean |
ResourceTypeUtil.hasActivationCapability(ResourceType resource) |
static boolean |
ResourceTypeUtil.hasCredentialsCapability(ResourceType resource) |
static <T extends CapabilityType> |
ResourceTypeUtil.hasEffectiveCapability(ResourceType resource,
Class<T> capabilityClass) |
static boolean |
ResourceTypeUtil.hasResourceConfiguredActivationCapability(ResourceType resource) |
static boolean |
ResourceTypeUtil.hasResourceNativeActivationCapability(ResourceType resource) |
static boolean |
ResourceTypeUtil.hasSchemaGenerationConstraints(ResourceType resource) |
static boolean |
ResourceTypeUtil.isDown(ResourceType resource) |
static boolean |
ResourceTypeUtil.isSynchronizationOpportunistic(ResourceType resourceType) |
static void |
ResourceTypeUtil.setResourceXsdSchema(ResourceType resourceType,
Element xsdElement) |
Modifier and Type | Method and Description |
---|---|
static PrismContainer<Containerable> |
ResourceTypeUtil.getConfigurationContainer(PrismObject<ResourceType> resource) |
static String |
ResourceTypeUtil.getConnectorOid(PrismObject<ResourceType> resource) |
static String |
ResourceTypeUtil.getResourceNamespace(PrismObject<ResourceType> resource) |
static Element |
ResourceTypeUtil.getResourceXsdSchema(PrismObject<ResourceType> resource) |
static List<QName> |
ResourceTypeUtil.getSchemaGenerationConstraints(PrismObject<ResourceType> resource) |
static void |
ResourceTypeUtil.setResourceXsdSchema(PrismObject<ResourceType> resource,
Element xsdElement) |
Modifier and Type | Method and Description |
---|---|
protected PrismObject<ResourceType> |
AbstractIntegrationTest.addResourceFromFile(String filePath,
String connectorType,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
static void |
IntegrationTestTools.applyResourceSchema(ShadowType accountType,
ResourceType resourceType,
PrismContext prismContext) |
static <T> void |
IntegrationTestTools.assertAttribute(ShadowType shadow,
ResourceType resource,
String name,
T... expectedValues) |
void |
DummyResourceContoller.assertDummyResourceSchemaSanity(ResourceSchema resourceSchema,
ResourceType resourceType) |
void |
DummyResourceContoller.assertDummyResourceSchemaSanityExtended(ResourceSchema resourceSchema,
ResourceType resourceType) |
static void |
IntegrationTestTools.assertIcfResourceSchemaSanity(ResourceSchema resourceSchema,
ResourceType resourceType) |
static void |
IntegrationTestTools.assertProvisioningAccountShadow(PrismObject<ShadowType> account,
ResourceType resourceType,
Class<?> expetcedAttributeDefinitionClass) |
protected void |
AbstractIntegrationTest.assertShadowCommon(PrismObject<ShadowType> accountShadow,
String oid,
String username,
ResourceType resourceType) |
protected void |
AbstractIntegrationTest.assertShadowRepo(PrismObject<ShadowType> accountShadow,
String oid,
String username,
ResourceType resourceType) |
protected void |
AbstractIntegrationTest.assertShadowRepo(String oid,
String username,
ResourceType resourceType) |
static void |
IntegrationTestTools.checkAccountShadow(ShadowType shadowType,
ResourceType resourceType,
RepositoryService repositoryService,
ObjectChecker<ShadowType> checker,
PrismContext prismContext,
OperationResult parentResult) |
static void |
IntegrationTestTools.checkAllShadows(ResourceType resourceType,
RepositoryService repositoryService,
ObjectChecker<ShadowType> checker,
PrismContext prismContext) |
static void |
IntegrationTestTools.checkEntitlementShadow(ShadowType shadowType,
ResourceType resourceType,
RepositoryService repositoryService,
ObjectChecker<ShadowType> checker,
String objectClassLocalName,
PrismContext prismContext,
OperationResult parentResult) |
static void |
IntegrationTestTools.checkShadow(ShadowType shadowType,
ResourceType resourceType,
RepositoryService repositoryService,
ObjectChecker<ShadowType> checker,
PrismContext prismContext,
OperationResult parentResult) |
static ObjectQuery |
IntegrationTestTools.createAllShadowsQuery(ResourceType resourceType,
PrismContext prismContext) |
static ObjectQuery |
IntegrationTestTools.createAllShadowsQuery(ResourceType resourceType,
QName objectClass,
PrismContext prismContext) |
static ObjectQuery |
IntegrationTestTools.createAllShadowsQuery(ResourceType resourceType,
String objectClassLocalName,
PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
static DummyResourceContoller |
DummyResourceContoller.create(String instanceName,
PrismObject<ResourceType> resource) |
protected void |
AbstractIntegrationTest.fillInConnectorRef(PrismObject<ResourceType> resourcePrism,
String connectorType,
OperationResult result) |
Modifier and Type | Field and Description |
---|---|
protected PrismObject<ResourceType> |
AbstractResourceController.resource |
Modifier and Type | Method and Description |
---|---|
PrismObject<ResourceType> |
AbstractResourceController.getResource() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractResourceController.setResource(PrismObject<ResourceType> resource) |
Modifier and Type | Method and Description |
---|---|
void |
ResourceListPanel.resourceSelectedPerformed(org.apache.wicket.ajax.AjaxRequestTarget target,
ResourceType resource) |
Constructor and Description |
---|
ConfigurationStep(org.apache.wicket.model.IModel<ResourceType> resourceModel) |
NameStep(org.apache.wicket.model.IModel<ResourceType> model) |
SchemaStep(org.apache.wicket.model.IModel<ResourceType> model) |
Modifier and Type | Method and Description |
---|---|
protected PrismObject<ResourceType> |
PageAdminResources.loadResource(Collection<SelectorOptions<GetOperationOptions>> options) |
Constructor and Description |
---|
ResourceDto(PrismObject<ResourceType> resource,
ConnectorType connector) |
ResourceDto(PrismObject<ResourceType> resource,
PrismContext prismContext,
ConnectorType connector,
List<String> capabilities) |
Modifier and Type | Method and Description |
---|---|
protected void |
ResourcesPopup.addPerformed(org.apache.wicket.ajax.AjaxRequestTarget target,
List<ResourceType> newResources) |
Modifier and Type | Method and Description |
---|---|
Iterator<SelectableBean<ResourceType>> |
SimpleUserResourceProvider.internalIterator(long first,
long count) |
Modifier and Type | Method and Description |
---|---|
ResourceType |
ResourceType.clone() |
ResourceType |
ObjectFactory.createResourceType()
Create an instance of
ResourceType |
ResourceType |
ShadowType.getResource() |
ResourceType |
ConstructionType.getResource() |
Modifier and Type | Method and Description |
---|---|
JAXBElement<ResourceType> |
ObjectFactory.createResource(ResourceType value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<ResourceType> |
ObjectFactory.createResource(ResourceType value)
|
void |
ShadowType.setResource(ResourceType value) |
void |
ConstructionType.setResource(ResourceType value) |
Copyright © 2013 evolveum. All rights reserved.