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

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

Introduction

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

The text is from its open source code.

Implementation

org.apache.shiro.realm.ldap.LdapContextFactory has the following implementations.
Click this link to see all its implementation.

Method

LdapContextgetLdapContext(String username, String password)
Creates (or retrieves from a pool) a LdapContext connection bound using the username and password specified.
LdapContextgetLdapContext(Object principal, Object credentials)
Creates (or retrieves from a pool) an LdapContext connection bound using the specified principal and credentials.
LdapContextgetSystemLdapContext()
Creates (or retrieves from a pool) a LdapContext connection bound using the system account, or anonymously if no system account is configured.