Class DirContext.Builder
java.lang.Object
org.wildfly.test.security.common.elytron.DirContext.Builder
- Enclosing class:
- DirContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()withAuthenticationContext(String authenticationContext) withAuthenticationLevel(DirContext.AuthenticationLevel authenticationLevel) withConnectionTimeout(Integer connectionTimeout) withCredentialReference(CredentialReference credentialReference) withEnableConnectionPooling(boolean enableConnectionPooling) withModule(String module) withPrincipal(String principal) withProperties(DirContext.Property... properties) withReadTimeout(Integer readTimeout) withReferralMode(DirContext.ReferralMode referralMode) withSslContext(String sslContext)
-
Constructor Details
-
Builder
-
-
Method Details
-
withUrl
-
withAuthenticationLevel
public DirContext.Builder withAuthenticationLevel(DirContext.AuthenticationLevel authenticationLevel) -
withPrincipal
-
withEnableConnectionPooling
-
withSslContext
-
withReferralMode
-
withAuthenticationContext
-
withConnectionTimeout
-
withReadTimeout
-
withModule
-
withProperties
-
withCredentialReference
-
build
-