Package org.jitterbit.integration.data.location.ldap

Examples of org.jitterbit.integration.data.location.ldap.ExportableSecurityLevelProperty


                            LocationMessages.getString("Property.Login"), true),
            new ExportableStringProperty(this, PASSWORD_PROPERTY,
                            LocationMessages.getString("Property.Password"), true),
            new ExportableStringProperty(this, BASE_NAME_PROPERTY,
                            LocationMessages.getString("LdapLocation.Property.BaseName"), true),
            new ExportableSecurityLevelProperty(this),
        };
    }
View Full Code Here

TOP

Related Classes of org.jitterbit.integration.data.location.ldap.ExportableSecurityLevelProperty

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.