Uses of Class
de.hybris.platform.ldap.jalo.configuration.valueobject.ConfigValueObject
-
Packages that use ConfigValueObject Package Description de.hybris.platform.ldap de.hybris.platform.ldap.connection de.hybris.platform.ldap.jalo.configuration -
-
Uses of ConfigValueObject in de.hybris.platform.ldap
Constructors in de.hybris.platform.ldap with parameters of type ConfigValueObject Constructor Description LDIF2ImpExConverter(java.io.File file, ConfigValueObject config)Opens the file and sets the given encoding.LDIF2ImpExConverter(java.io.InputStream inputStream, ConfigValueObject config)Opens the given Inputstream with the given file.LDIF2ImpExConverter(java.io.Reader reader, ConfigValueObject config)Opens the given reader.LDIF2ImpExConverter(java.lang.String fileName, ConfigValueObject config)Opens the file with the given filename and sets the given encoding. -
Uses of ConfigValueObject in de.hybris.platform.ldap.connection
Constructors in de.hybris.platform.ldap.connection with parameters of type ConfigValueObject Constructor Description LDAPGenericObject(ConfigValueObject config)Creates a new instance of LdapGenericObjectLDAPGenericObject(ConfigValueObject config, javax.naming.directory.Attributes attribs)LDAPGenericObject(ConfigValueObject config, javax.naming.ldap.LdapContext context, java.lang.String name, java.lang.String base)Creates a new instance of LDAPGenericObjectLDAPGenericObject(ConfigValueObject config, javax.naming.ldap.LdapContext context, java.lang.String name, java.lang.String base, java.lang.String hybrisTypeCode)Creates a new instance of LDAPGenericObject -
Uses of ConfigValueObject in de.hybris.platform.ldap.jalo.configuration
Methods in de.hybris.platform.ldap.jalo.configuration that return ConfigValueObject Modifier and Type Method Description ConfigValueObjectConfigurationParser. getConfig()
-