Uses of Class
org.apache.syncope.common.lib.to.DynRealmTO
Packages that use DynRealmTO
Package
Description
-
Uses of DynRealmTO in org.apache.syncope.client.console.panels
Fields in org.apache.syncope.client.console.panels with type parameters of type DynRealmTOModifier and TypeFieldDescriptionprotected final LoadableDetachableModel
<List<DynRealmTO>> RealmChoicePanel.dynRealmTree
Methods in org.apache.syncope.client.console.panels that return types with arguments of type DynRealmTOModifier and TypeMethodDescriptionDynRealmDirectoryPanel.getActions
(IModel<DynRealmTO> model) protected List
<IColumn<DynRealmTO, String>> DynRealmDirectoryPanel.getColumns()
DynRealmDirectoryPanel.DynRealmDataProvider.iterator
(long first, long count) DynRealmDirectoryPanel.DynRealmDataProvider.model
(DynRealmTO object) Methods in org.apache.syncope.client.console.panels with parameters of type DynRealmTOModifier and TypeMethodDescriptionDynRealmDirectoryPanel.DynRealmDataProvider.model
(DynRealmTO object) Method parameters in org.apache.syncope.client.console.panels with type arguments of type DynRealmTO -
Uses of DynRealmTO in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest that return DynRealmTOMethods in org.apache.syncope.client.console.rest that return types with arguments of type DynRealmTOMethods in org.apache.syncope.client.console.rest with parameters of type DynRealmTOModifier and TypeMethodDescriptionvoid
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 DynRealmTOConstructors in org.apache.syncope.client.console.wizards with parameters of type 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 -
Uses of DynRealmTO in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return DynRealmTOModifier and TypeMethodDescriptionReturns dynamic realm with matching key.Methods in org.apache.syncope.common.rest.api.service that return types with arguments of type DynRealmTOMethods in org.apache.syncope.common.rest.api.service with parameters of type DynRealmTOModifier and TypeMethodDescriptionDynRealmService.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 DynRealmTOModifier and TypeMethodDescriptionDynRealmLogic.create
(DynRealmTO dynRealmTO) protected DynRealmTO
DynRealmLogic.resolveReference
(Method method, Object... args) DynRealmLogic.update
(DynRealmTO dynRealmTO) Methods in org.apache.syncope.core.logic that return types with arguments of type DynRealmTOMethods in org.apache.syncope.core.logic with parameters of type DynRealmTOModifier and TypeMethodDescriptionDynRealmLogic.create
(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 DynRealmTOMethods in org.apache.syncope.core.provisioning.api.data with parameters of type DynRealmTOModifier and TypeMethodDescriptionDynRealmDataBinder.create
(DynRealmTO dynRealmTO) 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 DynRealmTOMethods in org.apache.syncope.core.provisioning.java.data with parameters of type DynRealmTOModifier and TypeMethodDescriptionDynRealmDataBinderImpl.create
(DynRealmTO dynRealmTO) 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 DynRealmTOMethods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type DynRealmTOMethods in org.apache.syncope.core.rest.cxf.service with parameters of type DynRealmTOModifier and TypeMethodDescriptionDynRealmServiceImpl.create
(DynRealmTO roleTO) void
DynRealmServiceImpl.update
(DynRealmTO roleTO)