Example usage for org.apache.shiro.realm.activedirectory ActiveDirectoryRealm subclass-usage

List of usage examples for org.apache.shiro.realm.activedirectory ActiveDirectoryRealm subclass-usage

Introduction

In this page you can find the example usage for org.apache.shiro.realm.activedirectory ActiveDirectoryRealm subclass-usage.

Usage

From source file org.apache.metron.dataservices.auth.CustomDomainADRealm.java

public class CustomDomainADRealm extends ActiveDirectoryRealm {

    private String customDomain;

    public void setCustomDomain(String customDomain) {
        this.customDomain = customDomain;

From source file org.opendaylight.aaa.shiro.realm.ODLActiveDirectoryRealm.java

/**
 * Wraps the generic <code>ActiveDirectoryRealm</code> provided by Shiro.  This
 * allows for enhanced logging as well as isolation of all realms in a single
 * package, <code>org.opendaylightaaa.shiro.realm</code>, which enables easier
 * import by consuming servlets.
 *