Java org.apache.shiro.realm.ldap DefaultLdapContextFactory fields, constructors, methods, implement or subclass

Example usage for Java org.apache.shiro.realm.ldap DefaultLdapContextFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.shiro.realm.ldap DefaultLdapContextFactory.

The text is from its open source code.

Constructor

Method

voidsetAdditionalEnvironment(Map additionalEnvironment)
These entries are added to the environment map before initializing the LDAP context.
voidsetAuthentication(String authentication)
Sets the type of LDAP authentication to perform when connecting to the LDAP server.
voidsetPrincipalSuffix(String principalSuffix)
A suffix appended to the username.
voidsetSearchBase(String searchBase)
The search base for the search to perform in the LDAP server.
voidsetSystemPassword(String systemPassword)
The system password that will be used when connecting to the LDAP server to retrieve authorization information about a user.
voidsetSystemUsername(String systemUsername)
The system username that will be used when connecting to the LDAP server to retrieve authorization information about a user.
voidsetUrl(String url)
The LDAP url to connect to.
voidsetUsePooling(boolean usePooling)
Determines whether or not LdapContext pooling is enabled for connections made using the system user account.