Java org.apache.shiro.realm.activedirectory ActiveDirectoryRealm fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Subclass

org.apache.shiro.realm.activedirectory.ActiveDirectoryRealm has subclasses.
Click this link to see all its subclasses.

Constructor

Method

voidsetGroupRolesMap(Map groupRolesMap)
voidsetName(String name)
voidsetSearchBase(String searchBase)
Used when initializing the default LdapContextFactory .
voidsetSearchFilter(String searchFilter)
voidsetSystemPassword(String systemPassword)
Used when initializing the default LdapContextFactory .
voidsetSystemUsername(String systemUsername)
Used when initializing the default LdapContextFactory .
voidsetUrl(String url)
Used when initializing the default LdapContextFactory .