Example usage for org.apache.shiro.realm.ldap LdapContextFactory interface-usage

List of usage examples for org.apache.shiro.realm.ldap LdapContextFactory interface-usage

Introduction

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

Usage

From source file com.sonatype.nexus.ldap.internal.ssl.SSLLdapContextFactory.java

/**
 * An {@link LdapContextFactory} that is using a {@link SSLSocketFactory} configured to use Nexus SSL TrustStore.
 *
 * @since 2.4
 */
public class SSLLdapContextFactory implements LdapContextFactory {

From source file org.sonatype.nexus.ldap.internal.realms.DefaultLdapContextFactory.java

/**
 * <p>Default implementation of {@link LdapContextFactory} that can be configured or extended to
 * customize the way {@link javax.naming.ldap.LdapContext} objects are retrieved.</p>
 *
 * <p>This implementation of {@link LdapContextFactory} is used by the {@link AbstractLdapRealm} if a
 * factory is not explictly configured.</p>

From source file org.sonatype.nexus.ldap.internal.ssl.SSLLdapContextFactory.java

/**
 * An {@link LdapContextFactory} that is using a {@link SSLSocketFactory} configured to use Nexus SSL TrustStore.
 *
 * @since 2.4
 */
public class SSLLdapContextFactory implements LdapContextFactory {

From source file org.sonatype.security.ldap.realms.DefaultLdapContextFactory.java

/**
 * <p>Default implementation of {@link LdapContextFactory} that can be configured or extended to
 * customize the way {@link javax.naming.ldap.LdapContext} objects are retrieved.</p>
 *
 * <p>This implementation of {@link LdapContextFactory} is used by the {@link AbstractLdapRealm} if a
 * factory is not explictly configured.</p>

From source file org.sonatype.security.ldap.realms.PlexusLdapContextFactory.java

@Component(role = LdapContextFactory.class, hint = "PlexusLdapContextFactory")
public class PlexusLdapContextFactory implements LdapContextFactory {

    @Requirement
    private Logger logger;

From source file org.sonatype.security.realms.ldap.internal.realms.DefaultLdapContextFactory.java

/**
 * <p>Default implementation of {@link LdapContextFactory} that can be configured or extended to
 * customize the way {@link javax.naming.ldap.LdapContext} objects are retrieved.</p>
 *
 * <p>This implementation of {@link LdapContextFactory} is used by the {@link AbstractLdapRealm} if a
 * factory is not explictly configured.</p>

From source file org.sonatype.security.realms.ldap.internal.ssl.SSLLdapContextFactory.java

/**
 * An {@link LdapContextFactory} that is using a {@link SSLSocketFactory} configured to use Nexus SSL TrustStore.
 *
 * @since 2.4
 */
public class SSLLdapContextFactory implements LdapContextFactory {

From source file org.tolven.shiro.realm.ldap.TolvenJndiLdapContextFactory.java

public class TolvenJndiLdapContextFactory implements LdapContextFactory {

    private String ldapJndi;
    private Logger logger = Logger.getLogger(TolvenJndiLdapContextFactory.class);
    private String realm;