Uses of Class
org.apache.syncope.common.lib.to.RealmTO
Package
Description
-
Uses of RealmTO in org.apache.syncope.client.console.commons
Modifier and TypeMethodDescriptionvoid
AMRealmPolicyProvider.add
(RealmTO realmTO, RepeatingView view) void
IdRepoRealmPolicyProvider.add
(RealmTO realmTO, RepeatingView view) void
RealmPolicyProvider.add
(RealmTO realmTO, RepeatingView view) -
Uses of RealmTO in org.apache.syncope.client.console.pages
Modifier and TypeMethodDescriptionprotected void
Realms.Content.onClickDelete
(AjaxRequestTarget target, RealmTO realmTO) protected void
Realms.Content.onClickEdit
(AjaxRequestTarget target, RealmTO realmTO) protected WebMarkupContainer
Realms.updateRealmContent
(RealmTO realmTO, int selectedIndex) -
Uses of RealmTO in org.apache.syncope.client.console.panels
Modifier and TypeFieldDescriptionprotected final RealmTO
AnyPanel.realmTO
protected final RealmTO
Realm.realmTO
Modifier and TypeFieldDescriptionRealmChoicePanel.model
RealmChoicePanel.realmsChoices
protected final LoadableDetachableModel
<List<Pair<String, RealmTO>>> RealmChoicePanel.realmTree
RealmChoicePanel.tree
RealmChoicePanel.tree
Modifier and TypeMethodDescriptionRealmChoicePanel.getCurrentRealm()
Gets current selected realm.Realm.getRealmTO()
RealmChoicePanel.moveToParentRealm
(String key) Modifier and TypeMethodDescriptionRealmChoicePanel.buildRealmChoices()
RealmDetails.getActionsPanel()
RealmChoicePanel.reloadRealmParentMap()
RealmChoicePanel.reloadRealmParentMap()
RealmChoicePanel.reloadRealmParentMap
(List<RealmTO> realms) RealmChoicePanel.reloadRealmParentMap
(List<RealmTO> realms) Modifier and TypeMethodDescriptionprotected WizardModel
RealmWizardBuilder.buildModelSteps
(RealmTO modelObject, WizardModel wizardModel) protected void
RealmChoicePanel.chooseRealm
(RealmTO realm, AjaxRequestTarget target) protected Panel
AnyPanel.createDirectoryPanel
(AnyTypeTO anyTypeTO, RealmTO realmTO, AnyLayout anyLayout, AnyPanel.DirectoryPanelSupplier directoryPanelSupplier) protected Panel
Realm.customResultBody
(String panelId, RealmTO item, Serializable result) protected Serializable
RealmWizardBuilder.onApplyInternal
(RealmTO modelObject) protected abstract void
Realm.onClickDelete
(AjaxRequestTarget target, RealmTO realmTO) protected abstract void
Realm.onClickEdit
(AjaxRequestTarget target, RealmTO realmTO) protected void
RealmChoicePanel.setBreadcrumb
(RealmTO realm) void
RealmChoicePanel.setCurrentRealm
(RealmTO realmTO) AnyPanel.DirectoryPanelSupplier.supply
(String id, AnyTypeTO anyTypeTO, RealmTO realmTO, AnyLayout anyLayout, PageReference pageRef) Modifier and TypeMethodDescriptionRealmChoicePanel.reloadRealmParentMap
(List<RealmTO> realms) final RealmChoicePanel
RealmChoicePanel.reloadRealmTree
(AjaxRequestTarget target, Model<RealmTO> newModel) ModifierConstructorDescriptionprotected
AnyPanel
(String id, AnyTypeTO anyTypeTO, RealmTO realmTO, AnyLayout anyLayout, boolean enableSearch, PageReference pageRef) Builder
(String panelClass, String id, AnyTypeTO anyTypeTO, RealmTO realmTO, AnyLayout anyLayout, boolean enableSearch, PageReference pageRef) Realm
(String id, RealmTO realmTO, List<AnyTypeTO> anyTypes, int selectedIndex, PageReference pageRef) RealmDetails
(String id, RealmTO realmTO) RealmDetails
(String id, RealmTO realmTO, ActionsPanel<RealmTO> actionsPanel, boolean unwrapped) ModifierConstructorDescriptionRealmDetails
(String id, RealmTO realmTO, ActionsPanel<RealmTO> actionsPanel, boolean unwrapped) -
Uses of RealmTO in org.apache.syncope.client.console.rest
Modifier and TypeMethodDescription -
Uses of RealmTO in org.apache.syncope.client.console.wizards.any
-
Uses of RealmTO in org.apache.syncope.client.ui.commons.status
Modifier and TypeMethodDescriptionstatic StatusBean
StatusUtils.getStatusBean
(RealmTO realmTO, String resource, ConnObject connObject) -
Uses of RealmTO in org.apache.syncope.common.rest.api.service
Modifier and TypeMethodDescriptionRealmService.search
(RealmQuery query) Returns a paged list of existing realms matching the given query. -
Uses of RealmTO in org.apache.syncope.core.logic
Modifier and TypeMethodDescriptionprotected RealmTO
RealmLogic.resolveReference
(Method method, Object... args) Modifier and TypeMethodDescription -
Uses of RealmTO in org.apache.syncope.core.provisioning.api
Modifier and TypeMethodDescriptionvoid
MappingManager.setIntValues
(Item orgUnitItem, Attribute attr, RealmTO realmTO) Set attribute values, according to the givenItem
, to realm from attribute received from connector. -
Uses of RealmTO in org.apache.syncope.core.provisioning.api.data
-
Uses of RealmTO in org.apache.syncope.core.provisioning.api.pushpull
Modifier and TypeMethodDescriptiondefault void
InboundActions.beforeAssign
(ProvisioningProfile<?, ?> profile, LiveSyncDelta delta, RealmTO realm) Action to be executed before creating (and linking to the resource) a inbounded realm locally.default void
InboundActions.beforeProvision
(ProvisioningProfile<?, ?> profile, LiveSyncDelta delta, RealmTO realm) Action to be executed before to create a inbounded realm locally. -
Uses of RealmTO in org.apache.syncope.core.provisioning.java
Modifier and TypeMethodDescriptionvoid
DefaultMappingManager.setIntValues
(Item item, Attribute attr, RealmTO realmTO) -
Uses of RealmTO in org.apache.syncope.core.provisioning.java.data
-
Uses of RealmTO in org.apache.syncope.core.provisioning.java.pushpull
Modifier and TypeMethodDescriptionprotected OpEvent.Outcome
DefaultRealmPullResultHandler.create
(RealmTO realmTO, SyncDelta delta, UnmatchingRule unmatchingRule, ProvisioningReport result) -
Uses of RealmTO in org.apache.syncope.core.provisioning.java.utils
Modifier and TypeMethodDescriptionConnObjectUtils.getRealmTO
(ConnectorObject obj, OrgUnit orgUnit) -
Uses of RealmTO in org.apache.syncope.core.rest.cxf.service