Uses of Class
org.apache.syncope.common.lib.to.ResourceTO
-
-
Uses of ResourceTO in org.apache.syncope.client.console.commons
Methods in org.apache.syncope.client.console.commons that return types with arguments of type ResourceTO Modifier and Type Method Description Iterator<ResourceTO>ResourceDataProvider. iterator(long first, long count) -
Uses of ResourceTO in org.apache.syncope.client.console.panels
Fields in org.apache.syncope.client.console.panels declared as ResourceTO Modifier and Type Field Description protected ResourceTOConnObjectListViewPanel. resourceprotected ResourceTOVirSchemaDetails. selectedResourceConstructors in org.apache.syncope.client.console.panels with parameters of type ResourceTO Constructor Description ConnObjectListViewPanel(String id, ResourceTO resource, String anyType, PageReference pageRef)ConnObjects(ResourceTO resource, PageReference pageRef) -
Uses of ResourceTO in org.apache.syncope.client.console.panels.search
Fields in org.apache.syncope.client.console.panels.search declared as ResourceTO Modifier and Type Field Description protected ResourceTOConnObjectSearchPanel. resourceConstructors in org.apache.syncope.client.console.panels.search with parameters of type ResourceTO Constructor Description Builder(ResourceTO resource, AnyTypeKind anyType, String type, IModel<List<SearchClause>> model, PageReference pageRef) -
Uses of ResourceTO in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest that return ResourceTO Modifier and Type Method Description ResourceTOResourceRestClient. create(ResourceTO resourceTO)ResourceTOResourceRestClient. read(String name)Methods in org.apache.syncope.client.console.rest that return types with arguments of type ResourceTO Modifier and Type Method Description List<ResourceTO>ResourceRestClient. list()Methods in org.apache.syncope.client.console.rest with parameters of type ResourceTO Modifier and Type Method Description Pair<Boolean,String>ResourceRestClient. check(ResourceTO resourceTO)ResourceTOResourceRestClient. create(ResourceTO resourceTO)voidResourceRestClient. update(ResourceTO resourceTO) -
Uses of ResourceTO in org.apache.syncope.client.console.status
Fields in org.apache.syncope.client.console.status declared as ResourceTO Modifier and Type Field Description protected ResourceTOResourceStatusDirectoryPanel. resourceMethods in org.apache.syncope.client.console.status with parameters of type ResourceTO Modifier and Type Method Description protected DirectoryPanel<StatusBean,StatusBean,DirectoryDataProvider<StatusBean>,AbstractAnyRestClient<?>>ResourceStatusModal. getStatusDirectoryPanel(MultilevelPanel mlp, PageReference pageReference, ResourceTO entity, String itemKeyFieldName, boolean statusOnly)Constructors in org.apache.syncope.client.console.status with parameters of type ResourceTO Constructor Description ResourceStatusDirectoryPanel(MultilevelPanel multiLevelPanelRef, PageReference pageRef, String type, ResourceTO resource)ResourceStatusModal(PageReference pageRef, ResourceTO resource) -
Uses of ResourceTO in org.apache.syncope.client.console.topology
Fields in org.apache.syncope.client.console.topology with type parameters of type ResourceTO Modifier and Type Field Description protected LoadableDetachableModel<List<ResourceTO>>Topology. resModel -
Uses of ResourceTO in org.apache.syncope.client.console.wizards.any
Methods in org.apache.syncope.client.console.wizards.any that return ResourceTO Modifier and Type Method Description ResourceTOMergeLinkedAccountsWizardModel. getResource()Methods in org.apache.syncope.client.console.wizards.any that return types with arguments of type ResourceTO Modifier and Type Method Description protected ActionsPanel<ResourceTO>MergeLinkedAccountsResourcesPanel.ResourceSelectionDirectoryPanel. getActions(IModel<ResourceTO> model)protected List<IColumn<ResourceTO,String>>MergeLinkedAccountsResourcesPanel.ResourceSelectionDirectoryPanel. getColumns()Iterator<ResourceTO>MergeLinkedAccountsResourcesPanel.ResourceSelectionDirectoryPanel.ResourcesDataProvider. iterator(long first, long count)IModel<ResourceTO>MergeLinkedAccountsResourcesPanel.ResourceSelectionDirectoryPanel.ResourcesDataProvider. model(ResourceTO object)Methods in org.apache.syncope.client.console.wizards.any with parameters of type ResourceTO Modifier and Type Method Description IModel<ResourceTO>MergeLinkedAccountsResourcesPanel.ResourceSelectionDirectoryPanel.ResourcesDataProvider. model(ResourceTO object)voidMergeLinkedAccountsWizardModel. setResource(ResourceTO resource)Method parameters in org.apache.syncope.client.console.wizards.any with type arguments of type ResourceTO Modifier and Type Method Description protected ActionsPanel<ResourceTO>MergeLinkedAccountsResourcesPanel.ResourceSelectionDirectoryPanel. getActions(IModel<ResourceTO> model) -
Uses of ResourceTO in org.apache.syncope.client.console.wizards.resources
Fields in org.apache.syncope.client.console.wizards.resources declared as ResourceTO Modifier and Type Field Description protected ResourceTOProvisionWizardBuilder. resourceTOprotected ResourceTOResourceProvisionPanel. resourceTOMethods in org.apache.syncope.client.console.wizards.resources that return ResourceTO Modifier and Type Method Description protected ResourceTOResourceWizardBuilder. onApplyInternal(Serializable modelObject)Methods in org.apache.syncope.client.console.wizards.resources with parameters of type ResourceTO Modifier and Type Method Description protected List<ConnConfProperty>ResourceConnConfPanel. getConnProperties(ResourceTO resourceTO)Get overridable properties. -
Uses of ResourceTO in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return ResourceTO Modifier and Type Method Description ResourceTOResourceService. read(@NotNull String key)Returns the resource with matching name.Methods in org.apache.syncope.common.rest.api.service that return types with arguments of type ResourceTO Modifier and Type Method Description List<ResourceTO>ResourceService. list()Returns a list of all resources.Methods in org.apache.syncope.common.rest.api.service with parameters of type ResourceTO Modifier and Type Method Description voidResourceService. check(@NotNull ResourceTO resourceTO)Checks whether the connection to resource could be established.javax.ws.rs.core.ResponseResourceService. create(@NotNull ResourceTO resourceTO)Creates a new resource.voidResourceService. update(@NotNull ResourceTO resourceTO)Updates the resource matching the given name. -
Uses of ResourceTO in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return ResourceTO Modifier and Type Method Description ResourceTOResourceLogic. create(ResourceTO resourceTO)ResourceTOResourceLogic. delete(String key)ResourceTOResourceLogic. read(String key)protected ResourceTOResourceLogic. resolveReference(Method method, Object... args)ResourceTOResourceLogic. update(ResourceTO resourceTO)Methods in org.apache.syncope.core.logic that return types with arguments of type ResourceTO Modifier and Type Method Description List<ResourceTO>ResourceLogic. list()Methods in org.apache.syncope.core.logic with parameters of type ResourceTO Modifier and Type Method Description voidResourceLogic. check(ResourceTO resourceTO)ResourceTOResourceLogic. create(ResourceTO resourceTO)ResourceTOResourceLogic. update(ResourceTO resourceTO) -
Uses of ResourceTO in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return ResourceTO Modifier and Type Method Description ResourceTOResourceDataBinder. getResourceTO(ExternalResource resource)Methods in org.apache.syncope.core.provisioning.api.data with parameters of type ResourceTO Modifier and Type Method Description ExternalResourceResourceDataBinder. create(ResourceTO resourceTO)ExternalResourceResourceDataBinder. update(ExternalResource resource, ResourceTO resourceTO) -
Uses of ResourceTO in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return ResourceTO Modifier and Type Method Description ResourceTOResourceDataBinderImpl. getResourceTO(ExternalResource resource)Methods in org.apache.syncope.core.provisioning.java.data with parameters of type ResourceTO Modifier and Type Method Description ExternalResourceResourceDataBinderImpl. create(ResourceTO resourceTO)ExternalResourceResourceDataBinderImpl. update(ExternalResource resource, ResourceTO resourceTO) -
Uses of ResourceTO in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return ResourceTO Modifier and Type Method Description ResourceTOResourceServiceImpl. read(String key)Methods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type ResourceTO Modifier and Type Method Description List<ResourceTO>ResourceServiceImpl. list()Methods in org.apache.syncope.core.rest.cxf.service with parameters of type ResourceTO Modifier and Type Method Description voidResourceServiceImpl. check(ResourceTO resourceTO)javax.ws.rs.core.ResponseResourceServiceImpl. create(ResourceTO resourceTO)voidResourceServiceImpl. update(ResourceTO resourceTO)
-