Uses of Class
org.apache.syncope.common.lib.to.DynRealmTO
-
-
Uses of DynRealmTO in org.apache.syncope.client.console.panels
Fields in org.apache.syncope.client.console.panels with type parameters of type DynRealmTO Modifier and Type Field Description protected LoadableDetachableModel<List<DynRealmTO>>
RealmChoicePanel. dynRealmTree
Methods in org.apache.syncope.client.console.panels that return types with arguments of type DynRealmTO Modifier and Type Method Description ActionsPanel<DynRealmTO>
DynRealmDirectoryPanel. getActions(IModel<DynRealmTO> model)
protected List<IColumn<DynRealmTO,String>>
DynRealmDirectoryPanel. getColumns()
Iterator<DynRealmTO>
DynRealmDirectoryPanel.DynRealmDataProvider. iterator(long first, long count)
IModel<DynRealmTO>
DynRealmDirectoryPanel.DynRealmDataProvider. model(DynRealmTO object)
Methods in org.apache.syncope.client.console.panels with parameters of type DynRealmTO Modifier and Type Method Description IModel<DynRealmTO>
DynRealmDirectoryPanel.DynRealmDataProvider. model(DynRealmTO object)
Method parameters in org.apache.syncope.client.console.panels with type arguments of type DynRealmTO Modifier and Type Method Description ActionsPanel<DynRealmTO>
DynRealmDirectoryPanel. getActions(IModel<DynRealmTO> model)
-
Uses of DynRealmTO in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest that return DynRealmTO Modifier and Type Method Description DynRealmTO
RealmRestClient. readDynRealm(String key)
Methods in org.apache.syncope.client.console.rest that return types with arguments of type DynRealmTO Modifier and Type Method Description List<DynRealmTO>
DynRealmRestClient. list()
List<DynRealmTO>
RealmRestClient. listDynRealms()
Methods in org.apache.syncope.client.console.rest with parameters of type DynRealmTO Modifier and Type Method Description void
DynRealmRestClient. create(DynRealmTO dynRealmTO)
void
DynRealmRestClient. update(DynRealmTO dynRealmTO)
-
Uses of DynRealmTO in org.apache.syncope.client.console.wizards
Methods in org.apache.syncope.client.console.wizards that return DynRealmTO Modifier and Type Method Description DynRealmTO
DynRealmWrapper. fillDynamicConditions()
Constructors in org.apache.syncope.client.console.wizards with parameters of type DynRealmTO Constructor Description DynRealmWrapper(DynRealmTO dynRealmTO)
-
Uses of DynRealmTO in org.apache.syncope.client.console.wizards.any
Fields in org.apache.syncope.client.console.wizards.any with type parameters of type DynRealmTO Modifier and Type Field Description protected List<DynRealmTO>
Groups. allDynRealms
-
Uses of DynRealmTO in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return DynRealmTO Modifier and Type Method Description DynRealmTO
DynRealmService. read(@NotNull String key)
Returns dynamic realm with matching key.Methods in org.apache.syncope.common.rest.api.service that return types with arguments of type DynRealmTO Modifier and Type Method Description List<DynRealmTO>
DynRealmService. list()
Returns a list of all dynamic realms.Methods in org.apache.syncope.common.rest.api.service with parameters of type DynRealmTO Modifier and Type Method Description javax.ws.rs.core.Response
DynRealmService. create(@NotNull DynRealmTO dynDynRealmTO)
Creates a new dynamic realm.void
DynRealmService. update(@NotNull DynRealmTO dynDynRealmTO)
Updates the dynamic realm matching the provided key. -
Uses of DynRealmTO in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return DynRealmTO Modifier and Type Method Description DynRealmTO
DynRealmLogic. create(DynRealmTO dynRealmTO)
DynRealmTO
DynRealmLogic. delete(String key)
DynRealmTO
DynRealmLogic. read(String key)
protected DynRealmTO
DynRealmLogic. resolveReference(Method method, Object... args)
DynRealmTO
DynRealmLogic. update(DynRealmTO dynRealmTO)
Methods in org.apache.syncope.core.logic that return types with arguments of type DynRealmTO Modifier and Type Method Description List<DynRealmTO>
DynRealmLogic. list()
Methods in org.apache.syncope.core.logic with parameters of type DynRealmTO Modifier and Type Method Description DynRealmTO
DynRealmLogic. create(DynRealmTO dynRealmTO)
DynRealmTO
DynRealmLogic. update(DynRealmTO dynRealmTO)
-
Uses of DynRealmTO in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return DynRealmTO Modifier and Type Method Description DynRealmTO
DynRealmDataBinder. getDynRealmTO(DynRealm dynRealm)
Methods in org.apache.syncope.core.provisioning.api.data with parameters of type DynRealmTO Modifier and Type Method Description DynRealm
DynRealmDataBinder. create(DynRealmTO dynRealmTO)
DynRealm
DynRealmDataBinder. update(DynRealm dynRealm, DynRealmTO dynRealmTO)
-
Uses of DynRealmTO in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return DynRealmTO Modifier and Type Method Description DynRealmTO
DynRealmDataBinderImpl. getDynRealmTO(DynRealm dynRealm)
Methods in org.apache.syncope.core.provisioning.java.data with parameters of type DynRealmTO Modifier and Type Method Description DynRealm
DynRealmDataBinderImpl. create(DynRealmTO dynRealmTO)
DynRealm
DynRealmDataBinderImpl. update(DynRealm toBeUpdated, DynRealmTO dynRealmTO)
-
Uses of DynRealmTO in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return DynRealmTO Modifier and Type Method Description DynRealmTO
DynRealmServiceImpl. read(String key)
Methods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type DynRealmTO Modifier and Type Method Description List<DynRealmTO>
DynRealmServiceImpl. list()
Methods in org.apache.syncope.core.rest.cxf.service with parameters of type DynRealmTO Modifier and Type Method Description javax.ws.rs.core.Response
DynRealmServiceImpl. create(DynRealmTO roleTO)
void
DynRealmServiceImpl. update(DynRealmTO roleTO)
-