Uses of Class
org.apache.syncope.common.lib.to.RealmTO
-
-
Uses of RealmTO in org.apache.syncope.client.console.commons
Methods in org.apache.syncope.client.console.commons with parameters of type RealmTO Modifier and Type Method Description void
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 RealmTO Modifier and Type Field Description protected BaseModal<RealmTO>
Realms. modal
Methods in org.apache.syncope.client.console.pages with parameters of type RealmTO Modifier and Type Method Description protected 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 Constructor Description Content(RealmTO realmTO, List<AnyTypeTO> anyTypes, int selectedIndex)
-
Uses of RealmTO in org.apache.syncope.client.console.panels
Fields in org.apache.syncope.client.console.panels declared as RealmTO Modifier and Type Field Description protected RealmTO
AnyPanel. realmTO
protected RealmTO
Realm. realmTO
Fields in org.apache.syncope.client.console.panels with type parameters of type RealmTO Modifier and Type Field Description protected Model<RealmTO>
RealmChoicePanel. model
protected List<RealmTO>
RealmChoicePanel. realmsChoices
protected LoadableDetachableModel<List<Pair<String,RealmTO>>>
RealmChoicePanel. realmTree
protected Map<String,Pair<RealmTO,List<RealmTO>>>
RealmChoicePanel. tree
protected Map<String,Pair<RealmTO,List<RealmTO>>>
RealmChoicePanel. tree
Methods in org.apache.syncope.client.console.panels that return RealmTO Modifier and Type Method Description RealmTO
RealmChoicePanel. getCurrentRealm()
Gets current selected realm.RealmTO
Realm. getRealmTO()
RealmTO
RealmChoicePanel. moveToParentRealm(String key)
Methods in org.apache.syncope.client.console.panels that return types with arguments of type RealmTO Modifier and Type Method Description protected List<RealmTO>
RealmChoicePanel. buildRealmChoices()
ActionsPanel<RealmTO>
RealmDetails. getActionsPanel()
protected Map<String,Pair<RealmTO,List<RealmTO>>>
RealmChoicePanel. reloadRealmParentMap()
protected Map<String,Pair<RealmTO,List<RealmTO>>>
RealmChoicePanel. reloadRealmParentMap()
protected Map<String,Pair<RealmTO,List<RealmTO>>>
RealmChoicePanel. reloadRealmParentMap(List<RealmTO> realms)
protected Map<String,Pair<RealmTO,List<RealmTO>>>
RealmChoicePanel. reloadRealmParentMap(List<RealmTO> realms)
Methods in org.apache.syncope.client.console.panels with parameters of type RealmTO Modifier and Type Method Description protected 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)
Panel
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 RealmTO Modifier and Type Method Description protected Map<String,Pair<RealmTO,List<RealmTO>>>
RealmChoicePanel. reloadRealmParentMap(List<RealmTO> realms)
RealmChoicePanel
RealmChoicePanel. reloadRealmTree(AjaxRequestTarget target, Model<RealmTO> newModel)
Constructors in org.apache.syncope.client.console.panels with parameters of type RealmTO Constructor Description 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)
Realm(RealmTO modelObject)
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 RealmTO Constructor Description RealmDetails(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 RealmTO Modifier and Type Method Description ProvisioningResult<RealmTO>
RealmRestClient. create(String parentPath, RealmTO realmTO)
PagedResult<RealmTO>
RealmRestClient. search(RealmQuery query)
ProvisioningResult<RealmTO>
RealmRestClient. update(RealmTO realmTO)
Methods in org.apache.syncope.client.console.rest with parameters of type RealmTO Modifier and Type Method Description ProvisioningResult<RealmTO>
RealmRestClient. create(String parentPath, RealmTO realmTO)
ProvisioningResult<RealmTO>
RealmRestClient. update(RealmTO realmTO)
-
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 Modifier and Type Method Description protected static List<RealmTO>
Details. getRealmsFromLinks(List<AbstractLink> realmLinks)
-
Uses of RealmTO in org.apache.syncope.client.ui.commons.status
Methods in org.apache.syncope.client.ui.commons.status with parameters of type RealmTO Modifier and Type Method Description static StatusBean
StatusUtils. getStatusBean(RealmTO realmTO, String resource, ConnObject connObject)
Constructors in org.apache.syncope.client.ui.commons.status with parameters of type RealmTO Constructor Description StatusBean(RealmTO realm, String resource)
-
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 RealmTO Modifier and Type Method Description PagedResult<RealmTO>
RealmService. 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 Modifier and Type Method Description javax.ws.rs.core.Response
RealmService. create(@NotNull String parentPath, @NotNull RealmTO realmTO)
Creates a new realm under the given path.javax.ws.rs.core.Response
RealmService. update(@NotNull RealmTO realmTO)
Updates the realm under the given path. -
Uses of RealmTO in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return RealmTO Modifier and Type Method Description protected RealmTO
RealmLogic. resolveReference(Method method, Object... args)
Methods in org.apache.syncope.core.logic that return types with arguments of type RealmTO Modifier and Type Method Description ProvisioningResult<RealmTO>
RealmLogic. create(String parentPath, RealmTO realmTO)
ProvisioningResult<RealmTO>
RealmLogic. delete(String fullPath)
Pair<Integer,List<RealmTO>>
RealmLogic. search(String keyword, String base, int page, int size)
ProvisioningResult<RealmTO>
RealmLogic. update(RealmTO realmTO)
Methods in org.apache.syncope.core.logic with parameters of type RealmTO Modifier and Type Method Description ProvisioningResult<RealmTO>
RealmLogic. create(String parentPath, RealmTO realmTO)
ProvisioningResult<RealmTO>
RealmLogic. update(RealmTO realmTO)
-
Uses of RealmTO in org.apache.syncope.core.provisioning.api
Methods in org.apache.syncope.core.provisioning.api with parameters of type RealmTO Modifier and Type Method Description void
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 RealmTO Modifier and Type Method Description RealmTO
RealmDataBinder. getRealmTO(Realm realm, boolean admin)
Methods in org.apache.syncope.core.provisioning.api.data with parameters of type RealmTO Modifier and Type Method Description Realm
RealmDataBinder. create(Realm parent, RealmTO realmTO)
PropagationByResource<String>
RealmDataBinder. update(Realm realm, RealmTO 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 RealmTO Modifier and Type Method Description default void
PullActions. beforeAssign(ProvisioningProfile<?,?> profile, SyncDelta delta, RealmTO realm)
Action to be executed before creating (and linking to the resource) a pulled realm locally.default void
PullActions. beforeProvision(ProvisioningProfile<?,?> profile, SyncDelta delta, RealmTO realm)
Action to be executed before to create a pulled realm locally. -
Uses of RealmTO in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java with parameters of type RealmTO Modifier and Type Method Description void
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 RealmTO Modifier and Type Method Description RealmTO
RealmDataBinderImpl. getRealmTO(Realm realm, boolean admin)
Methods in org.apache.syncope.core.provisioning.java.data with parameters of type RealmTO Modifier and Type Method Description Realm
RealmDataBinderImpl. create(Realm parent, RealmTO realmTO)
protected void
RealmDataBinderImpl. setTemplates(RealmTO realmTO, Realm realm)
PropagationByResource<String>
RealmDataBinderImpl. update(Realm realm, RealmTO 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 RealmTO Modifier and Type Method Description protected AuditElements.Result
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 RealmTO Modifier and Type Method Description RealmTO
ConnObjectUtils. 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 RealmTO Modifier and Type Method Description PagedResult<RealmTO>
RealmServiceImpl. search(RealmQuery query)
Methods in org.apache.syncope.core.rest.cxf.service with parameters of type RealmTO Modifier and Type Method Description javax.ws.rs.core.Response
RealmServiceImpl. create(String parentPath, RealmTO realmTO)
javax.ws.rs.core.Response
RealmServiceImpl. update(RealmTO realmTO)
-