Class LdapParameters
java.lang.Object
net.bluemind.addressbook.ldap.api.LdapParameters
- 
Nested Class Summary
Nested Classes - 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic LdapParameterscreate(LdapParameters.DirectoryType type, String hostname, String protocol, boolean allCertificate, String baseDn, String loginDn, String loginPw, String filter, String entryUUID)  
- 
Field Details
- 
AD_UUID
- See Also:
 
 - 
type
 - 
hostname
 - 
protocol
 - 
baseDn
 - 
loginDn
 - 
loginPw
 - 
filter
 - 
allCertificate
public boolean allCertificate - 
entryUUID
 - 
modifyTimeStampAttr
 
 - 
 - 
Constructor Details
- 
LdapParameters
public LdapParameters() 
 - 
 - 
Method Details
- 
create
public static LdapParameters create(LdapParameters.DirectoryType type, String hostname, String protocol, boolean allCertificate, String baseDn, String loginDn, String loginPw, String filter, String entryUUID)  
 -