org.eclipse.stardust.engine.api.ejb2
Class InternallyAuthentifiedSecureSessionFactory

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ejb2.InternallyAuthentifiedSecureSessionFactory
All Implemented Interfaces:
SecureSessionFactory, TunnelingAwareSecureSessionFactory

public class InternallyAuthentifiedSecureSessionFactory
extends Object
implements SecureSessionFactory, TunnelingAwareSecureSessionFactory

Version:
$Revision$
Author:
ubirkemeyer

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.stardust.engine.api.ejb2.TunnelingAwareSecureSessionFactory
TunnelingAwareSecureSessionFactory.SecureSession
 
Constructor Summary
InternallyAuthentifiedSecureSessionFactory()
           
 
Method Summary
 Object get(String jndiName, Class homeClass, Class remoteClass, Class[] creationArgTypes, Object[] creationArgs, Map credentials, Map properties)
           
 TunnelingAwareSecureSessionFactory.SecureSession getSecureSession(String jndiName, Class homeClass, Class remoteClass, Class[] creationArgTypes, Object[] creationArgs, Map credentials, Map properties)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InternallyAuthentifiedSecureSessionFactory

public InternallyAuthentifiedSecureSessionFactory()
Method Detail

get

public Object get(String jndiName,
                  Class homeClass,
                  Class remoteClass,
                  Class[] creationArgTypes,
                  Object[] creationArgs,
                  Map credentials,
                  Map properties)
Specified by:
get in interface SecureSessionFactory

getSecureSession

public TunnelingAwareSecureSessionFactory.SecureSession getSecureSession(String jndiName,
                                                                         Class homeClass,
                                                                         Class remoteClass,
                                                                         Class[] creationArgTypes,
                                                                         Object[] creationArgs,
                                                                         Map credentials,
                                                                         Map properties)
                                                                  throws ServiceNotAvailableException
Specified by:
getSecureSession in interface TunnelingAwareSecureSessionFactory
Throws:
ServiceNotAvailableException


Copyright © 2017 Eclipse Stardust. All Rights Reserved.