| |
|
| java.lang.Object org.apache.geronimo.corba.TSSBean
TSSBean | public class TSSBean implements GBeanLifecycle(Code) | | A TSSBean represents a transport-level security profile for exported EJB objects. An
exported object is attached to a TSSBean-created named POA. The TSSBean POA
is created in the context of the ORB controlled by a CORBABean instance.
The parent CORBABean controls the transport-level security of the host connection and
defines the endpoint connnection for the object (host and listener port).
TSSBean may then define additional characteristics that
get encoded in the IOR of the connection.
version: $Revision: 497125 $ $Date: 2007-01-17 10:51:30 -0800 (Wed, 17 Jan 2007) $ |
TSSBean | public TSSBean()(Code) | | gbean endpoint constructor
|
addPolicyOverrides | public Policy[] addPolicyOverrides(Policy[] policies)(Code) | | Add the policy overrides (if any) to the list
of policies used to create a POA instance.
Parameters: policies - The base set of policies. A new Policy array with the overrides added. Returnsthe same array if no overrides are required. |
doFail | public void doFail()(Code) | | |
doStart | public void doStart() throws Exception(Code) | | TODO: Security policy really shouldn't be inserted if there is not CSI
config to put into it.
throws: Exception - |
unregisterContainer | public void unregisterContainer(TSSLink tssLink)(Code) | | |
|
|
|