org.openmdx.base.security.pki
Class KeyStoreConnectionFactory

java.lang.Object
  extended by org.openmdx.base.security.pki.KeyStoreConnectionFactory
All Implemented Interfaces:
Serializable, Referenceable, ConnectionFactory

public class KeyStoreConnectionFactory
extends Object
implements ConnectionFactory, Serializable, Referenceable

ConnectionFactory

See Also:
Serialized Form

Constructor Summary
KeyStoreConnectionFactory(ManagedConnectionFactory managedConnectionFactory, ConnectionManager connectionManager)
          Constructor
 
Method Summary
 Connection getConnection()
          Retrieve a key store backed provider
 Reference getReference()
           
 void setReference(Reference reference)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyStoreConnectionFactory

public KeyStoreConnectionFactory(ManagedConnectionFactory managedConnectionFactory,
                                 ConnectionManager connectionManager)
Constructor

Parameters:
managedConnectionFactory -
connectionManager -
Method Detail

getConnection

public Connection getConnection()
                         throws GeneralSecurityException
Description copied from interface: ConnectionFactory
Retrieve a key store backed provider

Specified by:
getConnection in interface ConnectionFactory
Returns:
a key store backed provider
Throws:
GeneralSecurityException

setReference

public void setReference(Reference reference)

getReference

public Reference getReference()
                       throws NamingException
Specified by:
getReference in interface Referenceable
Throws:
NamingException


This software is published under the BSD license. Copyright © 2003-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.