Uses of Class
org.apache.syncope.common.lib.to.RealmTO
Packages that use RealmTO
Package
Description
-
Uses of RealmTO in org.apache.syncope.client.console.commons
Methods in org.apache.syncope.client.console.commons with parameters of type RealmTOModifier 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
Fields in org.apache.syncope.client.console.pages with type parameters of type RealmTOMethods in org.apache.syncope.client.console.pages with parameters of type RealmTOModifier 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) Constructors in org.apache.syncope.client.console.pages with parameters of type RealmTO -
Uses of RealmTO in org.apache.syncope.client.console.panels
Fields in org.apache.syncope.client.console.panels declared as RealmTOModifier and TypeFieldDescriptionprotected final RealmTO
AnyPanel.realmTO
protected final RealmTO
Realm.realmTO
Fields in org.apache.syncope.client.console.panels with type parameters of type RealmTOModifier and TypeFieldDescriptionRealmChoicePanel.model
RealmChoicePanel.realmsChoices
protected final LoadableDetachableModel
<List<Pair<String, RealmTO>>> RealmChoicePanel.realmTree
RealmChoicePanel.tree
RealmChoicePanel.tree
Methods in org.apache.syncope.client.console.panels that return RealmTOModifier and TypeMethodDescriptionRealmChoicePanel.getCurrentRealm()
Gets current selected realm.Realm.getRealmTO()
RealmChoicePanel.moveToParentRealm
(String key) Methods in org.apache.syncope.client.console.panels that return types with arguments of type RealmTOModifier and TypeMethodDescriptionRealmChoicePanel.buildRealmChoices()
RealmDetails.getActionsPanel()
RealmChoicePanel.reloadRealmParentMap()
RealmChoicePanel.reloadRealmParentMap()
RealmChoicePanel.reloadRealmParentMap
(List<RealmTO> realms) RealmChoicePanel.reloadRealmParentMap
(List<RealmTO> realms) Methods in org.apache.syncope.client.console.panels with parameters of type RealmTOModifier 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) Method parameters in org.apache.syncope.client.console.panels with type arguments of type RealmTOModifier and TypeMethodDescriptionRealmChoicePanel.reloadRealmParentMap
(List<RealmTO> realms) final RealmChoicePanel
RealmChoicePanel.reloadRealmTree
(AjaxRequestTarget target, Model<RealmTO> newModel) Constructors in org.apache.syncope.client.console.panels with parameters of type RealmTOModifierConstructorDescriptionprotected
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) Constructor parameters in org.apache.syncope.client.console.panels with type arguments of type RealmTOModifierConstructorDescriptionRealmDetails
(String id, RealmTO realmTO, ActionsPanel<RealmTO> actionsPanel, boolean unwrapped) -
Uses of RealmTO in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest that return types with arguments of type RealmTOMethods in org.apache.syncope.client.console.rest with parameters of type RealmTOModifier and TypeMethodDescription -
Uses of RealmTO in org.apache.syncope.client.console.wizards.any
Methods in org.apache.syncope.client.console.wizards.any that return types with arguments of type RealmTO -
Uses of RealmTO in org.apache.syncope.client.ui.commons.status
Methods in org.apache.syncope.client.ui.commons.status with parameters of type RealmTOModifier and TypeMethodDescriptionstatic StatusBean
StatusUtils.getStatusBean
(RealmTO realmTO, String resource, ConnObject connObject) Constructors in org.apache.syncope.client.ui.commons.status with parameters of type RealmTO -
Uses of RealmTO in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return types with arguments of type RealmTOModifier and TypeMethodDescriptionRealmService.search
(RealmQuery query) Returns a paged list of existing realms matching the given query.Methods in org.apache.syncope.common.rest.api.service with parameters of type RealmTO -
Uses of RealmTO in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return RealmTOModifier and TypeMethodDescriptionprotected RealmTO
RealmLogic.resolveReference
(Method method, Object... args) Methods in org.apache.syncope.core.logic that return types with arguments of type RealmTOMethods in org.apache.syncope.core.logic with parameters of type RealmTOModifier and TypeMethodDescription -
Uses of RealmTO in org.apache.syncope.core.provisioning.api
Methods in org.apache.syncope.core.provisioning.api with parameters of type RealmTOModifier 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
Methods in org.apache.syncope.core.provisioning.api.data that return RealmTOMethods in org.apache.syncope.core.provisioning.api.data with parameters of type RealmTO -
Uses of RealmTO in org.apache.syncope.core.provisioning.api.pushpull
Methods in org.apache.syncope.core.provisioning.api.pushpull with parameters of type RealmTOModifier 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
Methods in org.apache.syncope.core.provisioning.java with parameters of type RealmTOModifier and TypeMethodDescriptionvoid
DefaultMappingManager.setIntValues
(Item item, Attribute attr, RealmTO realmTO) -
Uses of RealmTO in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return RealmTOMethods in org.apache.syncope.core.provisioning.java.data with parameters of type RealmTO -
Uses of RealmTO in org.apache.syncope.core.provisioning.java.pushpull
Methods in org.apache.syncope.core.provisioning.java.pushpull with parameters of type RealmTOModifier 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
Methods in org.apache.syncope.core.provisioning.java.utils that return RealmTOModifier and TypeMethodDescriptionConnObjectUtils.getRealmTO
(ConnectorObject obj, OrgUnit orgUnit) -
Uses of RealmTO in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type RealmTOMethods in org.apache.syncope.core.rest.cxf.service with parameters of type RealmTO