Package | Description |
---|---|
net.sf.michaelo.dirctxsrc |
The base package for
DirContextSource . |
Modifier and Type | Method and Description |
---|---|
DirContextSource.Builder |
DirContextSource.Builder.additionalProperty(String name,
Object value)
Sets an additional property not available through the builder interface.
|
DirContextSource.Builder |
DirContextSource.Builder.anonymousAuth()
Enables anonymous authentication.
|
DirContextSource.Builder |
DirContextSource.Builder.auth(DirContextSource.Auth auth)
Sets the authentication scheme.
|
DirContextSource.Builder |
DirContextSource.Builder.binaryAttributes(String... attributes)
Sets those attributes which will be returned as
byte[] instead of String . |
DirContextSource.Builder |
DirContextSource.Builder.contextFactory(String contextFactory)
Sets the context factory for this directory context.
|
DirContextSource.Builder |
DirContextSource.Builder.debug()
Enables the redirection of the LDAP debug output to
System.err . |
DirContextSource.Builder |
DirContextSource.Builder.debug(boolean debug)
Enables or disables the redirection of the LDAP debug output to
System.err . |
DirContextSource.Builder |
DirContextSource.Builder.debug(OutputStream stream)
Redirects the LDAP debug output to an
OutputStream . |
DirContextSource.Builder |
DirContextSource.Builder.gssApiAuth()
Enables GSS-API authentication with a default login entry name.
|
DirContextSource.Builder |
DirContextSource.Builder.gssApiAuth(String loginEntryName)
Enables GSS-API authentication with a custom login entry name.
|
DirContextSource.Builder |
DirContextSource.Builder.loginEntryName(String loginEntryName)
Sets the login entry name for GSS-API authentication.
|
DirContextSource.Builder |
DirContextSource.Builder.mutualAuth()
Enables the mutual authentication between client and directory server.
|
DirContextSource.Builder |
DirContextSource.Builder.mutualAuth(boolean mutualAuth)
Enables or disables the mutual authentication between client and directory server.
|
DirContextSource.Builder |
DirContextSource.Builder.objectFactories(String... objectFactories)
Sets the object factories for this directory context.
|
DirContextSource.Builder |
DirContextSource.Builder.qop(String... qop)
Sets the quality of protection in preference order with which the connection to the
directory server is secured.
|
DirContextSource.Builder |
DirContextSource.Builder.referral(String referral)
Sets the referral handling strategy.
|
DirContextSource.Builder |
DirContextSource.Builder.retries(int retries)
Sets the number or connection retries.
|
DirContextSource.Builder |
DirContextSource.Builder.retryWait(int retryWait)
Sets the wait interval between reconnections.
|
Copyright © 2012–2019 Michael Osipov. All rights reserved.