Interface DirContextConfig
public interface DirContextConfig
-
Method Summary
Modifier and TypeMethodDescriptionThe connect timeoutpassword()The password which belongs to the principal (also named "bindCredential")The principal: user which is used to connect to ldap server (also named "bindDn")The read timeoutorg.wildfly.security.auth.realm.ldap.DirContextFactory.ReferralModehow ldap redirects are handledtoString()url()The url of the ldap server
-
Method Details
-
url
String url()The url of the ldap server -
principal
The principal: user which is used to connect to ldap server (also named "bindDn") -
password
The password which belongs to the principal (also named "bindCredential") -
referralMode
@WithDefault("ignore") org.wildfly.security.auth.realm.ldap.DirContextFactory.ReferralMode referralMode()how ldap redirects are handled -
connectTimeout
The connect timeout -
readTimeout
The read timeout -
toString
String toString()
-