org.apache.directory.server.ldap.handlers.ssl
Class LdapsInitializer

java.lang.Object
  extended by org.apache.directory.server.ldap.handlers.ssl.LdapsInitializer

public class LdapsInitializer
extends Object

Loads the certificate file for LDAPS support and creates the appropriate MINA filter chain.

Author:
Apache Directory Project

Constructor Summary
LdapsInitializer()
           
 
Method Summary
static org.apache.mina.core.filterchain.IoFilterChainBuilder init(KeyStore ks, String certificatePassord)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LdapsInitializer

public LdapsInitializer()
Method Detail

init

public static org.apache.mina.core.filterchain.IoFilterChainBuilder init(KeyStore ks,
                                                                         String certificatePassord)
                                                                  throws org.apache.directory.shared.ldap.model.exception.LdapException
Throws:
org.apache.directory.shared.ldap.model.exception.LdapException


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.