Uses of Class
org.apache.syncope.common.lib.to.DelegationTO
-
-
Uses of DelegationTO in org.apache.syncope.client.console.panels
Methods in org.apache.syncope.client.console.panels that return types with arguments of type DelegationTO Modifier and Type Method Description ActionsPanel<DelegationTO>
DelegationDirectoryPanel. getActions(IModel<DelegationTO> model)
protected List<IColumn<DelegationTO,String>>
DelegationDirectoryPanel. getColumns()
Iterator<DelegationTO>
DelegationDirectoryPanel.DelegationDataProvider. iterator(long first, long count)
IModel<DelegationTO>
DelegationDirectoryPanel.DelegationDataProvider. model(DelegationTO object)
protected WizardMgtPanel<DelegationTO>
DelegationDirectoryPanel.Builder. newInstance(String id, boolean wizardInModal)
Methods in org.apache.syncope.client.console.panels with parameters of type DelegationTO Modifier and Type Method Description IModel<DelegationTO>
DelegationDirectoryPanel.DelegationDataProvider. model(DelegationTO object)
Method parameters in org.apache.syncope.client.console.panels with type arguments of type DelegationTO Modifier and Type Method Description ActionsPanel<DelegationTO>
DelegationDirectoryPanel. getActions(IModel<DelegationTO> model)
-
Uses of DelegationTO in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest that return DelegationTO Modifier and Type Method Description DelegationTO
DelegationRestClient. read(String key)
Methods in org.apache.syncope.client.console.rest that return types with arguments of type DelegationTO Modifier and Type Method Description List<DelegationTO>
DelegationRestClient. list()
Methods in org.apache.syncope.client.console.rest with parameters of type DelegationTO Modifier and Type Method Description void
DelegationRestClient. create(DelegationTO applicationTO)
void
DelegationRestClient. update(DelegationTO applicationTO)
-
Uses of DelegationTO in org.apache.syncope.client.console.wizards
Methods in org.apache.syncope.client.console.wizards with parameters of type DelegationTO Modifier and Type Method Description protected WizardModel
DelegationWizardBuilder. buildModelSteps(DelegationTO modelObject, WizardModel wizardModel)
protected Serializable
DelegationWizardBuilder. onApplyInternal(DelegationTO modelObject)
Constructors in org.apache.syncope.client.console.wizards with parameters of type DelegationTO Constructor Description DelegationWizardBuilder(DelegationTO defaultItem, UserRestClient userRestClient, DelegationRestClient delegationRestClient, PageReference pageRef)
-
Uses of DelegationTO in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return DelegationTO Modifier and Type Method Description DelegationTO
DelegationService. read(@NotNull String key)
Returns delegation with matching key.Methods in org.apache.syncope.common.rest.api.service that return types with arguments of type DelegationTO Modifier and Type Method Description List<DelegationTO>
DelegationService. list()
Returns a list of all delegations.Methods in org.apache.syncope.common.rest.api.service with parameters of type DelegationTO Modifier and Type Method Description javax.ws.rs.core.Response
DelegationService. create(@NotNull DelegationTO delegationTO)
Creates a new delegation.void
DelegationService. update(@NotNull DelegationTO delegationTO)
Updates the delegation matching the provided key. -
Uses of DelegationTO in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return DelegationTO Modifier and Type Method Description DelegationTO
DelegationLogic. create(DelegationTO delegationTO)
DelegationTO
DelegationLogic. delete(String key)
DelegationTO
DelegationLogic. read(String key)
protected DelegationTO
DelegationLogic. resolveReference(Method method, Object... args)
DelegationTO
DelegationLogic. update(DelegationTO delegationTO)
Methods in org.apache.syncope.core.logic that return types with arguments of type DelegationTO Modifier and Type Method Description List<DelegationTO>
DelegationLogic. list()
Methods in org.apache.syncope.core.logic with parameters of type DelegationTO Modifier and Type Method Description DelegationTO
DelegationLogic. create(DelegationTO delegationTO)
DelegationTO
DelegationLogic. update(DelegationTO delegationTO)
-
Uses of DelegationTO in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return DelegationTO Modifier and Type Method Description DelegationTO
DelegationDataBinder. getDelegationTO(Delegation delegation)
Methods in org.apache.syncope.core.provisioning.api.data with parameters of type DelegationTO Modifier and Type Method Description Delegation
DelegationDataBinder. create(DelegationTO delegationTO)
Delegation
DelegationDataBinder. update(Delegation delegation, DelegationTO delegationTO)
-
Uses of DelegationTO in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return DelegationTO Modifier and Type Method Description DelegationTO
DelegationDataBinderImpl. getDelegationTO(Delegation delegation)
Methods in org.apache.syncope.core.provisioning.java.data with parameters of type DelegationTO Modifier and Type Method Description Delegation
DelegationDataBinderImpl. create(DelegationTO delegationTO)
Delegation
DelegationDataBinderImpl. update(Delegation delegation, DelegationTO delegationTO)
-
Uses of DelegationTO in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return DelegationTO Modifier and Type Method Description DelegationTO
DelegationServiceImpl. read(String key)
Methods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type DelegationTO Modifier and Type Method Description List<DelegationTO>
DelegationServiceImpl. list()
Methods in org.apache.syncope.core.rest.cxf.service with parameters of type DelegationTO Modifier and Type Method Description javax.ws.rs.core.Response
DelegationServiceImpl. create(DelegationTO applicationTO)
void
DelegationServiceImpl. update(DelegationTO applicationTO)
-