Class DirContextConfig
java.lang.Object
io.quarkus.elytron.security.ldap.config.DirContextConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe connect timeoutThe 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 handledThe url of the ldap server -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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
@ConfigItem(defaultValue="ignore") public org.wildfly.security.auth.realm.ldap.DirContextFactory.ReferralMode referralModehow ldap redirects are handled -
connectTimeout
The connect timeout -
readTimeout
The read timeout
-
-
Constructor Details
-
DirContextConfig
public DirContextConfig()
-
-
Method Details