Methods
Modifier and Type |
Method and Description |
protected PrismObject<ResourceType> |
addResourceFromFile(String filePath,
String connectorType,
OperationResult result) |
protected void |
applySyncSettings(Class clazz,
String oid,
QName path,
ProjectionPolicyType syncSettings) |
protected <F extends FocusType> void |
assertEffectiveActivation(PrismObject<F> focus,
ActivationStatusType expected) |
protected void |
assertNoChanges(ObjectDelta<?> delta) |
protected void |
assertNoChanges(String desc,
ObjectDelta<?> delta) |
protected void |
assertObject(PrismObject<? extends ObjectType> object) |
protected void |
assertShadow(PrismObject<? extends ShadowType> shadow) |
protected void |
assertShadowCommon(PrismObject<ShadowType> accountShadow,
String oid,
String username,
ResourceType resourceType) |
protected void |
assertShadowRepo(PrismObject<ShadowType> accountShadow,
String oid,
String username,
ResourceType resourceType) |
protected void |
assertShadowRepo(String oid,
String username,
ResourceType resourceType) |
protected void |
assertUser(PrismObject<UserType> user,
String oid,
String name,
String fullName,
String givenName,
String familyName) |
protected void |
assertUser(PrismObject<UserType> user,
String oid,
String name,
String fullName,
String givenName,
String familyName,
String location) |
protected <F extends FocusType> void |
assertValidityStatus(PrismObject<F> focus,
TimeIntervalStatusType expected) |
protected void |
assumeAssignmentPolicy(AssignmentPolicyEnforcementType policy) |
protected void |
assumeResourceAssigmentPolicy(String oid,
AssignmentPolicyEnforcementType policy,
boolean legalize) |
protected void |
deleteResourceAssigmentPolicy(String oid,
AssignmentPolicyEnforcementType policy,
boolean legalize) |
protected void |
fillInConnectorRef(PrismObject<ResourceType> resourcePrism,
String connectorType,
OperationResult result) |
protected PrismObject<ConnectorType> |
findConnectorByType(String connectorType,
OperationResult result) |
protected PrismObject<ConnectorType> |
findConnectorByTypeAndVersion(String connectorType,
String connectorVersion,
OperationResult result) |
protected AssignmentPolicyEnforcementType |
getAssignmentPolicyEnforcementType(SystemConfigurationType systemConfiguration) |
protected SystemConfigurationType |
getSystemConfiguration() |
abstract void |
initSystem(Task initTask,
OperationResult initResult) |
void |
initSystemConditional() |
protected boolean |
isSystemInitialized() |
protected <T extends ObjectType> T |
parseObjectType(File file) |
protected <T extends ObjectType> T |
parseObjectType(File file,
Class<T> clazz) |
protected <T extends ObjectType> T |
parseObjectTypeFromFile(String fileName,
Class<T> clazz) |
protected <T extends ObjectType> void |
repoAddObject(Class<T> type,
PrismObject<T> object,
OperationResult result) |
protected <T extends ObjectType> void |
repoAddObject(Class<T> type,
PrismObject<T> object,
String contextDesc,
OperationResult result) |
protected <T extends ObjectType> PrismObject<T> |
repoAddObjectFromFile(File file,
Class<T> type,
OperationResult parentResult) |
protected <T extends ObjectType> PrismObject<T> |
repoAddObjectFromFile(String filePath,
Class<T> type,
OperationResult parentResult) |
protected <T extends ObjectType> List<PrismObject<T>> |
repoAddObjectsFromFile(String filePath,
Class<T> type,
OperationResult parentResult) |
protected static <T> T |
unmarshallJaxbFromFile(File file,
Class<T> clazz) |
protected static ObjectType |
unmarshallJaxbFromFile(String filePath) |
protected static <T> T |
unmarshallJaxbFromFile(String filePath,
Class<T> clazz) |