Example usage for org.apache.shiro.realm.ldap JndiLdapContextFactory subclass-usage

List of usage examples for org.apache.shiro.realm.ldap JndiLdapContextFactory subclass-usage

Introduction

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

Usage

From source file org.apache.hadoop.gateway.shirorealm.KnoxLdapContextFactory.java

/**
 * An extension of {@link JndiLdapContextFactory} that allows a different authentication mechanism
 * for system-level authentications (as used by authorization lookups, for example)
 * compared to regular authentication.
 * 
 * <p>

From source file org.apache.isis.security.shiro.IsisLdapContextFactory.java

/**
 * An extension of {@link JndiLdapContextFactory} that allows a different authentication mechanism
 * for system-level authentications (as used by authorization lookups, for example)
 * compared to regular authentication.
 * 
 * <p>

From source file org.estatio.webapp.shiro.EstatioLdapContextFactory.java

/**
 * Introduced in case there is a need to fine-tune at some later date.
 */
public class EstatioLdapContextFactory extends JndiLdapContextFactory {

}