org.eclipse.stardust.engine.api.ejb2
Class InternallyAuthentifiedSecureSessionFactory
java.lang.Object
org.eclipse.stardust.engine.api.ejb2.InternallyAuthentifiedSecureSessionFactory
- All Implemented Interfaces:
- SecureSessionFactory, TunnelingAwareSecureSessionFactory
public class InternallyAuthentifiedSecureSessionFactory
- extends Object
- implements SecureSessionFactory, TunnelingAwareSecureSessionFactory
- Version:
- $Revision$
- Author:
- ubirkemeyer
|
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)
|
InternallyAuthentifiedSecureSessionFactory
public InternallyAuthentifiedSecureSessionFactory()
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.