Uses of Class
org.apache.syncope.common.lib.to.ImplementationTO
-
-
Uses of ImplementationTO in org.apache.syncope.client.console.commons
Methods in org.apache.syncope.client.console.commons with parameters of type ImplementationTO Modifier and Type Method Description List<String>
IdMImplementationInfoProvider. getClasses(ImplementationTO implementation, ImplementationInfoProvider.ViewMode viewMode)
List<String>
IdRepoImplementationInfoProvider. getClasses(ImplementationTO implementation, ImplementationInfoProvider.ViewMode viewMode)
List<String>
ImplementationInfoProvider. getClasses(ImplementationTO implementation, ImplementationInfoProvider.ViewMode viewMode)
ImplementationInfoProvider.ViewMode
IdMImplementationInfoProvider. getViewMode(ImplementationTO implementation)
ImplementationInfoProvider.ViewMode
IdRepoImplementationInfoProvider. getViewMode(ImplementationTO implementation)
ImplementationInfoProvider.ViewMode
ImplementationInfoProvider. getViewMode(ImplementationTO implementation)
-
Uses of ImplementationTO in org.apache.syncope.client.console.panels
Fields in org.apache.syncope.client.console.panels declared as ImplementationTO Modifier and Type Field Description protected ImplementationTO
ImplementationModalPanel. implementation
Methods in org.apache.syncope.client.console.panels that return ImplementationTO Modifier and Type Method Description ImplementationTO
ImplementationModalPanel. getItem()
Methods in org.apache.syncope.client.console.panels that return types with arguments of type ImplementationTO Modifier and Type Method Description protected ActionsPanel<ImplementationTO>
ImplementationDirectoryPanel. getActions(IModel<ImplementationTO> model)
protected List<IColumn<ImplementationTO,String>>
ImplementationDirectoryPanel. getColumns()
Iterator<ImplementationTO>
ImplementationDirectoryPanel.ImplementationProvider. iterator(long first, long count)
IModel<ImplementationTO>
ImplementationDirectoryPanel.ImplementationProvider. model(ImplementationTO implementation)
Methods in org.apache.syncope.client.console.panels with parameters of type ImplementationTO Modifier and Type Method Description IModel<ImplementationTO>
ImplementationDirectoryPanel.ImplementationProvider. model(ImplementationTO implementation)
Method parameters in org.apache.syncope.client.console.panels with type arguments of type ImplementationTO Modifier and Type Method Description protected ActionsPanel<ImplementationTO>
ImplementationDirectoryPanel. getActions(IModel<ImplementationTO> model)
Constructors in org.apache.syncope.client.console.panels with parameters of type ImplementationTO Constructor Description ImplementationEngineTogglePanel(String id, ImplementationTO implementation, PageReference pageRef)
ImplementationModalPanel(BaseModal<ImplementationTO> modal, ImplementationTO implementation, PageReference pageRef)
Constructor parameters in org.apache.syncope.client.console.panels with type arguments of type ImplementationTO Constructor Description ImplementationModalPanel(BaseModal<ImplementationTO> modal, ImplementationTO implementation, PageReference pageRef)
-
Uses of ImplementationTO in org.apache.syncope.client.console.policies
Fields in org.apache.syncope.client.console.policies with type parameters of type ImplementationTO Modifier and Type Field Description protected IModel<Map<String,ImplementationTO>>
ProvisioningPolicyModalPanel. implementations
-
Uses of ImplementationTO in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest that return ImplementationTO Modifier and Type Method Description ImplementationTO
ImplementationRestClient. read(String type, String key)
Methods in org.apache.syncope.client.console.rest that return types with arguments of type ImplementationTO Modifier and Type Method Description List<ImplementationTO>
ImplementationRestClient. list(String type)
Methods in org.apache.syncope.client.console.rest with parameters of type ImplementationTO Modifier and Type Method Description void
ImplementationRestClient. create(ImplementationTO implementation)
void
ImplementationRestClient. update(ImplementationTO implementation)
-
Uses of ImplementationTO in org.apache.syncope.client.console.tasks
Fields in org.apache.syncope.client.console.tasks with type parameters of type ImplementationTO Modifier and Type Field Description protected LoadableDetachableModel<List<ImplementationTO>>
CommandComposeWizardBuilder. commands
-
Uses of ImplementationTO in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return ImplementationTO Modifier and Type Method Description ImplementationTO
ImplementationService. read(@NotNull String type, @NotNull String key)
Returns implementation with matching type and key.Methods in org.apache.syncope.common.rest.api.service that return types with arguments of type ImplementationTO Modifier and Type Method Description List<ImplementationTO>
ImplementationService. list(@NotNull String type)
Returns a list of all implementations of the given type.Methods in org.apache.syncope.common.rest.api.service with parameters of type ImplementationTO Modifier and Type Method Description javax.ws.rs.core.Response
ImplementationService. create(@NotNull ImplementationTO implementationTO)
Creates a new implementation.javax.ws.rs.core.Response
ImplementationService. update(@NotNull ImplementationTO implementationTO)
Updates an existing implementation. -
Uses of ImplementationTO in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return ImplementationTO Modifier and Type Method Description ImplementationTO
ImplementationLogic. create(ImplementationTO implementationTO)
ImplementationTO
ImplementationLogic. read(String type, String key)
protected ImplementationTO
ImplementationLogic. resolveReference(Method method, Object... args)
ImplementationTO
ImplementationLogic. update(ImplementationTO implementationTO)
Methods in org.apache.syncope.core.logic that return types with arguments of type ImplementationTO Modifier and Type Method Description List<ImplementationTO>
ImplementationLogic. list(String type)
Methods in org.apache.syncope.core.logic with parameters of type ImplementationTO Modifier and Type Method Description ImplementationTO
ImplementationLogic. create(ImplementationTO implementationTO)
ImplementationTO
ImplementationLogic. update(ImplementationTO implementationTO)
-
Uses of ImplementationTO in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return ImplementationTO Modifier and Type Method Description ImplementationTO
ImplementationDataBinder. getImplementationTO(Implementation implementation)
Methods in org.apache.syncope.core.provisioning.api.data with parameters of type ImplementationTO Modifier and Type Method Description Implementation
ImplementationDataBinder. create(ImplementationTO implementationTO)
void
ImplementationDataBinder. update(Implementation implementation, ImplementationTO implementationTO)
-
Uses of ImplementationTO in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return ImplementationTO Modifier and Type Method Description ImplementationTO
ImplementationDataBinderImpl. getImplementationTO(Implementation implementation)
Methods in org.apache.syncope.core.provisioning.java.data with parameters of type ImplementationTO Modifier and Type Method Description Implementation
ImplementationDataBinderImpl. create(ImplementationTO implementationTO)
void
ImplementationDataBinderImpl. update(Implementation implementation, ImplementationTO implementationTO)
-
Uses of ImplementationTO in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return ImplementationTO Modifier and Type Method Description ImplementationTO
ImplementationServiceImpl. read(String type, String key)
Methods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type ImplementationTO Modifier and Type Method Description List<ImplementationTO>
ImplementationServiceImpl. list(String type)
Methods in org.apache.syncope.core.rest.cxf.service with parameters of type ImplementationTO Modifier and Type Method Description javax.ws.rs.core.Response
ImplementationServiceImpl. create(ImplementationTO implementationTO)
javax.ws.rs.core.Response
ImplementationServiceImpl. update(ImplementationTO implementationTO)
-