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 DelegationTODelegationRestClient. 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 voidDelegationRestClient. create(DelegationTO applicationTO)voidDelegationRestClient. 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 WizardModelDelegationWizardBuilder. buildModelSteps(DelegationTO modelObject, WizardModel wizardModel)protected SerializableDelegationWizardBuilder. 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 DelegationTODelegationService. 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.ResponseDelegationService. create(@NotNull DelegationTO delegationTO)Creates a new delegation.voidDelegationService. 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 DelegationTODelegationLogic. create(DelegationTO delegationTO)DelegationTODelegationLogic. delete(String key)DelegationTODelegationLogic. read(String key)protected DelegationTODelegationLogic. resolveReference(Method method, Object... args)DelegationTODelegationLogic. 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 DelegationTODelegationLogic. create(DelegationTO delegationTO)DelegationTODelegationLogic. 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 DelegationTODelegationDataBinder. getDelegationTO(Delegation delegation)Methods in org.apache.syncope.core.provisioning.api.data with parameters of type DelegationTO Modifier and Type Method Description DelegationDelegationDataBinder. create(DelegationTO delegationTO)DelegationDelegationDataBinder. 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 DelegationTODelegationDataBinderImpl. getDelegationTO(Delegation delegation)Methods in org.apache.syncope.core.provisioning.java.data with parameters of type DelegationTO Modifier and Type Method Description DelegationDelegationDataBinderImpl. create(DelegationTO delegationTO)DelegationDelegationDataBinderImpl. 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 DelegationTODelegationServiceImpl. 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.ResponseDelegationServiceImpl. create(DelegationTO applicationTO)voidDelegationServiceImpl. update(DelegationTO applicationTO)
-