Uses of Class
org.apache.syncope.common.lib.to.ResourceTO
Packages that use ResourceTO
Package
Description
-
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 -
Uses of ResourceTO in org.apache.syncope.client.console.panels
Fields in org.apache.syncope.client.console.panels declared as ResourceTOModifier and TypeFieldDescriptionprotected ResourceTO
ConnObjectListViewPanel.resource
protected ResourceTO
VirSchemaDetails.selectedResource
Constructors in org.apache.syncope.client.console.panels with parameters of type ResourceTOModifierConstructorDescriptionprotected
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 ResourceTOConstructors in org.apache.syncope.client.console.panels.search with parameters of type ResourceTOModifierConstructorDescriptionBuilder
(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 ResourceTOMethods in org.apache.syncope.client.console.rest that return types with arguments of type ResourceTOMethods in org.apache.syncope.client.console.rest with parameters of type ResourceTOModifier and TypeMethodDescriptionResourceRestClient.check
(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 ResourceTOModifier and TypeFieldDescriptionprotected final ResourceTO
ResourceStatusDirectoryPanel.resource
Methods in org.apache.syncope.client.console.status with parameters of type ResourceTOModifier and TypeMethodDescriptionprotected 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 ResourceTOModifierConstructorDescriptionResourceStatusDirectoryPanel
(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 ResourceTOModifier and TypeFieldDescriptionprotected final 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 ResourceTOMethods in org.apache.syncope.client.console.wizards.any that return types with arguments of type ResourceTOModifier and TypeMethodDescriptionprotected ActionsPanel
<ResourceTO> MergeLinkedAccountsResourcesPanel.ResourceSelectionDirectoryPanel.getActions
(IModel<ResourceTO> model) protected List
<IColumn<ResourceTO, String>> MergeLinkedAccountsResourcesPanel.ResourceSelectionDirectoryPanel.getColumns()
MergeLinkedAccountsResourcesPanel.ResourceSelectionDirectoryPanel.ResourcesDataProvider.iterator
(long first, long count) MergeLinkedAccountsResourcesPanel.ResourceSelectionDirectoryPanel.ResourcesDataProvider.model
(ResourceTO object) Methods in org.apache.syncope.client.console.wizards.any with parameters of type ResourceTOModifier and TypeMethodDescriptionMergeLinkedAccountsResourcesPanel.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 ResourceTOModifier and TypeMethodDescriptionprotected 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 ResourceTOModifier and TypeFieldDescriptionprotected final ResourceTO
ProvisionWizardBuilder.resourceTO
protected final ResourceTO
ResourceProvisionPanel.resourceTO
Methods in org.apache.syncope.client.console.wizards.resources that return ResourceTOModifier and TypeMethodDescriptionprotected ResourceTO
ResourceWizardBuilder.onApplyInternal
(Serializable modelObject) Methods in org.apache.syncope.client.console.wizards.resources with parameters of type ResourceTOModifier and TypeMethodDescriptionprotected List
<ConnConfProperty> ResourceConnConfPanel.getConnProperties
(ResourceTO resourceTO) Get overridable properties.Constructors in org.apache.syncope.client.console.wizards.resources with parameters of type ResourceTOModifierConstructorDescriptionProvisionWizardBuilder
(ResourceTO resourceTO, String adminRealm, ConnectorRestClient connectorRestClient, PageReference pageRef) ResourceConnCapabilitiesPanel
(ResourceTO resourceTO, Set<ConnectorCapability> connectorCapabilities) ResourceConnConfPanel
(ResourceTO resourceTO) ResourceDetailsPanel
(ResourceTO resourceTO, boolean createFlag) ResourceMappingPanel
(String id, ResourceTO resourceTO, String adminRealm, ResourceProvision provision, ItemTransformersTogglePanel itemTransformers, JEXLTransformersTogglePanel jexlTransformers) Attribute Mapping Panel.ResourceProvisionPanel
(BaseModal<Serializable> modal, ResourceTO resourceTO, String adminRealm, PageReference pageRef) ResourceSecurityPanel
(ResourceTO resourceTO) ResourceWizardBuilder
(ResourceTO resourceTO, ResourceRestClient resourceRestClient, ConnectorRestClient connectorRestClient, PageReference pageRef) -
Uses of ResourceTO in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return ResourceTOModifier and TypeMethodDescriptionReturns the resource with matching name.Methods in org.apache.syncope.common.rest.api.service that return types with arguments of type ResourceTOMethods in org.apache.syncope.common.rest.api.service with parameters of type ResourceTOModifier and TypeMethodDescriptionvoid
ResourceService.check
(@NotNull ResourceTO resourceTO) Checks whether the connection to resource could be established.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 ResourceTOModifier and TypeMethodDescriptionResourceLogic.create
(ResourceTO resourceTO) protected ResourceTO
ResourceLogic.resolveReference
(Method method, Object... args) ResourceLogic.update
(ResourceTO resourceTO) Methods in org.apache.syncope.core.logic that return types with arguments of type ResourceTOMethods in org.apache.syncope.core.logic with parameters of type ResourceTOModifier and TypeMethodDescriptionvoid
ResourceLogic.check
(ResourceTO resourceTO) ResourceLogic.create
(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 ResourceTOMethods in org.apache.syncope.core.provisioning.api.data with parameters of type ResourceTOModifier and TypeMethodDescriptionResourceDataBinder.create
(ResourceTO resourceTO) 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 ResourceTOModifier and TypeMethodDescriptionResourceDataBinderImpl.getResourceTO
(ExternalResource resource) Methods in org.apache.syncope.core.provisioning.java.data with parameters of type ResourceTOModifier and TypeMethodDescriptionResourceDataBinderImpl.create
(ResourceTO resourceTO) 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 ResourceTOMethods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type ResourceTOMethods in org.apache.syncope.core.rest.cxf.service with parameters of type ResourceTOModifier and TypeMethodDescriptionvoid
ResourceServiceImpl.check
(ResourceTO resourceTO) ResourceServiceImpl.create
(ResourceTO resourceTO) void
ResourceServiceImpl.update
(ResourceTO resourceTO)