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 ResourceTO
ConnObjectListViewPanel. resource
protected ResourceTO
VirSchemaDetails. selectedResource
Constructors 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 ResourceTO
ConnObjectSearchPanel. resource
Constructors 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 ResourceTO
ResourceRestClient. create(ResourceTO resourceTO)
ResourceTO
ResourceRestClient. 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)
ResourceTO
ResourceRestClient. create(ResourceTO resourceTO)
void
ResourceRestClient. 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 ResourceTO
ResourceStatusDirectoryPanel. resource
Methods 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 ResourceTO
MergeLinkedAccountsWizardModel. 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)
void
MergeLinkedAccountsWizardModel. 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 ResourceTO
ProvisionWizardBuilder. resourceTO
protected ResourceTO
ResourceProvisionPanel. resourceTO
Methods in org.apache.syncope.client.console.wizards.resources that return ResourceTO Modifier and Type Method Description protected ResourceTO
ResourceWizardBuilder. 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 ResourceTO
ResourceService. 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 void
ResourceService. check(@NotNull ResourceTO resourceTO)
Checks whether the connection to resource could be established.javax.ws.rs.core.Response
ResourceService. create(@NotNull ResourceTO resourceTO)
Creates a new resource.void
ResourceService. 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 ResourceTO
ResourceLogic. create(ResourceTO resourceTO)
ResourceTO
ResourceLogic. delete(String key)
ResourceTO
ResourceLogic. read(String key)
protected ResourceTO
ResourceLogic. resolveReference(Method method, Object... args)
ResourceTO
ResourceLogic. 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 void
ResourceLogic. check(ResourceTO resourceTO)
ResourceTO
ResourceLogic. create(ResourceTO resourceTO)
ResourceTO
ResourceLogic. 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 ResourceTO
ResourceDataBinder. getResourceTO(ExternalResource resource)
Methods in org.apache.syncope.core.provisioning.api.data with parameters of type ResourceTO Modifier and Type Method Description ExternalResource
ResourceDataBinder. create(ResourceTO resourceTO)
ExternalResource
ResourceDataBinder. 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 ResourceTO
ResourceDataBinderImpl. getResourceTO(ExternalResource resource)
Methods in org.apache.syncope.core.provisioning.java.data with parameters of type ResourceTO Modifier and Type Method Description ExternalResource
ResourceDataBinderImpl. create(ResourceTO resourceTO)
ExternalResource
ResourceDataBinderImpl. 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 ResourceTO
ResourceServiceImpl. 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 void
ResourceServiceImpl. check(ResourceTO resourceTO)
javax.ws.rs.core.Response
ResourceServiceImpl. create(ResourceTO resourceTO)
void
ResourceServiceImpl. update(ResourceTO resourceTO)
-