Uses of Class
org.apache.syncope.common.lib.types.ConnConfProperty
-
-
Uses of ConnConfProperty in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest that return types with arguments of type ConnConfProperty Modifier and Type Method Description protected List<ConnConfProperty>ConnectorRestClient. filterProperties(Collection<ConnConfProperty> properties)Method parameters in org.apache.syncope.client.console.rest with type arguments of type ConnConfProperty Modifier and Type Method Description protected List<ConnConfProperty>ConnectorRestClient. filterProperties(Collection<ConnConfProperty> properties)List<String>ConnectorRestClient. getExtAttrNames(String adminRealm, String objectClass, String connectorKey, Collection<ConnConfProperty> conf) -
Uses of ConnConfProperty in org.apache.syncope.client.console.wicket.markup.html.list
Method parameters in org.apache.syncope.client.console.wicket.markup.html.list with type arguments of type ConnConfProperty Modifier and Type Method Description protected voidConnConfPropertyListView. populateItem(ListItem<ConnConfProperty> item)Constructor parameters in org.apache.syncope.client.console.wicket.markup.html.list with type arguments of type ConnConfProperty Constructor Description ConnConfPropertyListView(String id, IModel<? extends List<ConnConfProperty>> model, boolean withOverridable) -
Uses of ConnConfProperty in org.apache.syncope.client.console.wizards.resources
Fields in org.apache.syncope.client.console.wizards.resources with type parameters of type ConnConfProperty Modifier and Type Field Description protected LoadableDetachableModel<List<ConnConfProperty>>AbstractConnConfPanel. modelMethods in org.apache.syncope.client.console.wizards.resources that return types with arguments of type ConnConfProperty Modifier and Type Method Description protected abstract List<ConnConfProperty>AbstractConnConfPanel. getConnProperties(T instance)protected List<ConnConfProperty>ConnectorConfPanel. getConnProperties(ConnInstanceTO instance)Get available configuration properties.protected List<ConnConfProperty>ResourceConnConfPanel. getConnProperties(ResourceTO resourceTO)Get overridable properties.LoadableDetachableModel<List<ConnConfProperty>>ResourceConnConfPanel. getModel()Method parameters in org.apache.syncope.client.console.wizards.resources with type arguments of type ConnConfProperty Modifier and Type Method Description protected voidAbstractConnConfPanel. setConfPropertyListView(IModel<List<ConnConfProperty>> model, boolean withOverridable) -
Uses of ConnConfProperty in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return types with arguments of type ConnConfProperty Modifier and Type Method Description List<ConnConfProperty>ConnInstanceTO. getConf()Optional<ConnConfProperty>ConnInstanceTO. getConf(String schemaName)List<ConnConfProperty>ResourceTO. getConfOverride() -
Uses of ConnConfProperty in org.apache.syncope.common.lib.types
Methods in org.apache.syncope.common.lib.types with parameters of type ConnConfProperty Modifier and Type Method Description intConnConfProperty. compareTo(ConnConfProperty connConfProperty) -
Uses of ConnConfProperty in org.apache.syncope.core.persistence.api.entity
Methods in org.apache.syncope.core.persistence.api.entity that return types with arguments of type ConnConfProperty Modifier and Type Method Description Set<ConnConfProperty>ConnInstance. getConf()Set<ConnConfProperty>ExternalResource. getConfOverride()Method parameters in org.apache.syncope.core.persistence.api.entity with type arguments of type ConnConfProperty Modifier and Type Method Description voidConnInstance. setConf(Collection<ConnConfProperty> conf)voidExternalResource. setConfOverride(Set<ConnConfProperty> confOverride) -
Uses of ConnConfProperty in org.apache.syncope.core.persistence.jpa.entity
Methods in org.apache.syncope.core.persistence.jpa.entity that return types with arguments of type ConnConfProperty Modifier and Type Method Description Set<ConnConfProperty>JPAConnInstance. getConf()Set<ConnConfProperty>JPAExternalResource. getConfOverride()Method parameters in org.apache.syncope.core.persistence.jpa.entity with type arguments of type ConnConfProperty Modifier and Type Method Description voidJPAConnInstance. setConf(Collection<ConnConfProperty> conf)voidJPAExternalResource. setConfOverride(Set<ConnConfProperty> confOverride) -
Uses of ConnConfProperty in org.apache.syncope.core.provisioning.api
Method parameters in org.apache.syncope.core.provisioning.api with type arguments of type ConnConfProperty Modifier and Type Method Description ConnInstanceConnectorManager. buildConnInstanceOverride(ConnInstanceTO connInstance, Collection<ConnConfProperty> confOverride, Optional<Collection<ConnectorCapability>> capabilitiesOverride)Builds connector instance override over base connector instance, configuration and capabilities. -
Uses of ConnConfProperty in org.apache.syncope.core.provisioning.java
Method parameters in org.apache.syncope.core.provisioning.java with type arguments of type ConnConfProperty Modifier and Type Method Description ConnInstanceDefaultConnectorManager. buildConnInstanceOverride(ConnInstanceTO connInstance, Collection<ConnConfProperty> confOverride, Optional<Collection<ConnectorCapability>> capabilitiesOverride)
-