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

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

Introduction

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

The text is from its open source code.

Subclass

org.apache.shiro.realm.ldap.JndiLdapRealm has subclasses.
Click this link to see all its subclasses.

Constructor

Method

LdapContextFactorygetContextFactory()
Returns the LdapContextFactory instance used to acquire connections to the LDAP directory during authentication attempts and authorization queries.
StringgetUserDnTemplate()
Returns the User Distinguished Name (DN) template to use when creating User DNs at runtime - see the #setUserDnTemplate(String) setUserDnTemplate JavaDoc for a full explanation.
voidinit()
Initializes this realm and potentially enables an authentication cache, depending on configuration.
voidsetContextFactory(LdapContextFactory contextFactory)
Sets the LdapContextFactory instance used to acquire connections to the LDAP directory during authentication attempts and authorization queries.
voidsetUserDnTemplate(String template)
Sets the User Distinguished Name (DN) template to use when creating User DNs at runtime.