Modifier and Type | Class and Description |
---|---|
class |
AuditHistoryModal<T extends EntityTO> |
Constructor and Description |
---|
AuditHistoryDetails(MultilevelPanel mlp,
AuditEntry selected,
EntityTO currentEntity,
String auditRestoreEntitlement,
PageReference pageRef) |
AuditHistoryDirectoryPanel(BaseModal<?> baseModal,
MultilevelPanel mlp,
AuditElements.EventCategoryType type,
String category,
EntityTO entity,
String auditRestoreEntitlement,
PageReference pageRef) |
Modifier and Type | Class and Description |
---|---|
class |
TemplateModal<T extends EntityTO,F> |
Modifier and Type | Class and Description |
---|---|
class |
TypesDirectoryPanel<T extends EntityTO,DP extends DirectoryDataProvider<T>,E extends RestClient> |
Modifier and Type | Class and Description |
---|---|
class |
StatusModal<T extends EntityTO> |
Modifier and Type | Class and Description |
---|---|
class |
EntityWrapper<T extends EntityTO> |
Modifier and Type | Field and Description |
---|---|
protected T |
EntityWrapper.entityTO |
Modifier and Type | Class and Description |
---|---|
class |
AbstractConnConfPanel<T extends EntityTO> |
Modifier and Type | Field and Description |
---|---|
protected T |
AbstractConnConfPanel.modelObject |
Modifier and Type | Class and Description |
---|---|
class |
XmlEntityTOAdapter<E extends EntityTO> |
Modifier and Type | Class and Description |
---|---|
class |
AccountPolicyTO |
class |
PasswordPolicyTO |
class |
PolicyTO |
class |
PropagationPolicyTO |
class |
ProvisioningPolicyTO |
class |
PullPolicyTO |
class |
PushPolicyTO |
Modifier and Type | Class and Description |
---|---|
class |
ProvisioningResult<E extends EntityTO> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAnnotatedBean
Abstract wrapper for common system information.
|
class |
AccessTokenTO |
class |
AnyObjectTO |
class |
AnyTO |
class |
AnyTypeClassTO |
class |
AnyTypeTO |
class |
ApplicationTO |
class |
BpmnProcess |
class |
CamelRouteTO |
class |
ConnInstanceTO |
class |
DelegationTO |
class |
DerSchemaTO |
class |
DomainTO |
class |
DynRealmTO |
class |
ExecTO |
class |
GroupTO |
class |
ImplementationTO |
class |
ItemTO |
class |
LinkedAccountTO |
class |
MailTemplateTO |
class |
NotificationTaskTO |
class |
NotificationTO |
class |
OIDCProviderTO |
class |
OrgUnitTO |
class |
PlainSchemaTO |
class |
PrivilegeTO |
class |
PropagationTaskTO |
class |
ProvisioningTaskTO |
class |
ProvisionTO |
class |
PullTaskTO |
class |
PushTaskTO |
class |
RealmTO |
class |
RelationshipTypeTO |
class |
RemediationTO |
class |
ReportTemplateTO |
class |
ReportTO |
class |
ResourceTO |
class |
RoleTO |
class |
SAML2IdPTO |
class |
SchedTaskTO |
class |
SchemaTO |
class |
SecurityQuestionTO |
class |
TaskTO |
class |
UserTO |
class |
VirSchemaTO |
Modifier and Type | Class and Description |
---|---|
class |
AbstractExecutableLogic<T extends EntityTO> |
class |
AbstractSAML2Logic<T extends EntityTO> |
Modifier and Type | Method and Description |
---|---|
protected EntityTO |
OIDCClientLogic.resolveReference(Method method,
Object... args) |
protected EntityTO |
SCIMLogic.resolveReference(Method method,
Object... args) |
protected EntityTO |
SAML2SPLogic.resolveReference(Method method,
Object... args) |
protected EntityTO |
UserWorkflowTaskLogic.resolveReference(Method method,
Object... args) |
protected EntityTO |
UserRequestLogic.resolveReference(Method method,
Object... args) |
protected EntityTO |
ReconciliationLogic.resolveReference(Method method,
Object... os) |
protected EntityTO |
LoggerLogic.resolveReference(Method method,
Object... args) |
protected EntityTO |
SyncopeLogic.resolveReference(Method method,
Object... args) |
protected EntityTO |
ConfigurationLogic.resolveReference(Method method,
Object... args) |
Modifier and Type | Method and Description |
---|---|
default List<Object> |
ItemTransformer.beforePull(Item item,
EntityTO entityTO,
List<Object> values)
Invoked while reading attribute values from external resource during pull.
|
Modifier and Type | Class and Description |
---|---|
class |
PropagationTaskInfo |
Modifier and Type | Method and Description |
---|---|
default void |
PullActions.after(ProvisioningProfile<?,?> profile,
SyncDelta delta,
EntityTO entity,
ProvisioningReport result)
Action to be executed after each local entity pull.
|
default void |
PullActions.beforeAssign(ProvisioningProfile<?,?> profile,
SyncDelta delta,
EntityTO entity)
Action to be executed before creating (and linking to the resource) a pulled entity locally.
|
default void |
PullActions.beforeDelete(ProvisioningProfile<?,?> profile,
SyncDelta delta,
EntityTO entity)
Action to be executed before to delete a pulled entity locally.
|
default void |
PullActions.beforeDeprovision(ProvisioningProfile<?,?> profile,
SyncDelta delta,
EntityTO entity)
Action to be executed before de-provisioning action only.
|
default void |
PullActions.beforeLink(ProvisioningProfile<?,?> profile,
SyncDelta delta,
EntityTO entity)
Action to be executed before linking resource to the pulled entity.
|
default void |
PullActions.beforeProvision(ProvisioningProfile<?,?> profile,
SyncDelta delta,
EntityTO entity)
Action to be executed before to create a pulled entity locally.
|
default void |
PullActions.beforeUnassign(ProvisioningProfile<?,?> profile,
SyncDelta delta,
EntityTO entity)
Action to be executed before unlinking resource from the pulled entity and de-provisioning.
|
default void |
PullActions.beforeUnlink(ProvisioningProfile<?,?> profile,
SyncDelta delta,
EntityTO entity)
Action to be executed before unlinking resource from the pulled entity.
|
default <P extends AnyPatch> |
PullActions.beforeUpdate(ProvisioningProfile<?,?> profile,
SyncDelta delta,
EntityTO entity,
P anyPatch)
Action to be executed before to update a pulled entity locally.
|
Modifier and Type | Method and Description |
---|---|
List<Object> |
JEXLItemTransformerImpl.beforePull(Item item,
EntityTO entityTO,
List<Object> values) |
Modifier and Type | Method and Description |
---|---|
void |
LDAPMembershipPullActions.after(ProvisioningProfile<?,?> profile,
SyncDelta delta,
EntityTO entity,
ProvisioningReport result)
Keep track of members of the group being updated after actual update took place.
|
void |
DBPasswordPullActions.after(ProvisioningProfile<?,?> profile,
SyncDelta delta,
EntityTO any,
ProvisioningReport result) |
void |
LDAPPasswordPullActions.after(ProvisioningProfile<?,?> profile,
SyncDelta delta,
EntityTO entity,
ProvisioningReport result) |
void |
DBPasswordPullActions.beforeProvision(ProvisioningProfile<?,?> profile,
SyncDelta delta,
EntityTO any) |
<M extends AnyPatch> |
DBPasswordPullActions.beforeUpdate(ProvisioningProfile<?,?> profile,
SyncDelta delta,
EntityTO entityTO,
M anyPatch) |
<P extends AnyPatch> |
LDAPMembershipPullActions.beforeUpdate(ProvisioningProfile<?,?> profile,
SyncDelta delta,
EntityTO entity,
P anyPatch)
Keep track of members of the group being updated before actual update takes place.
|
Modifier and Type | Method and Description |
---|---|
void |
TestPullActions.beforeAssign(ProvisioningProfile<?,?> profile,
SyncDelta delta,
EntityTO entity) |
void |
TestPullActions.beforeProvision(ProvisioningProfile<?,?> profile,
SyncDelta delta,
EntityTO entity) |
<M extends AnyPatch> |
TestPullActions.beforeUpdate(ProvisioningProfile<?,?> profile,
SyncDelta delta,
EntityTO entityTO,
M anyPatch) |
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.