Example usage for javax.naming.spi DirObjectFactory interface-usage

List of usage examples for javax.naming.spi DirObjectFactory interface-usage

Introduction

In this page you can find the example usage for javax.naming.spi DirObjectFactory interface-usage.

Usage

From source file org.springframework.ldap.core.support.DefaultDirObjectFactory.java

/**
 * Default implementation of the DirObjectFactory interface. Creates a
 * {@link DirContextAdapter} from the supplied arguments.
 * 
 * @author Mattias Hellborg Arthursson
 */