| java.lang.Object org.apache.geronimo.corba.CSSBean
CSSBean | public class CSSBean implements GBeanLifecycle,ORBConfiguration(Code) | | A CSSBean is an ORB instance configured for
accessing EJBs using a specific security profile. A single
CSSBean can be referenced by multiple ejb-refs that share a
common security profile.
For each CSSBean instance, there will be a backing
ORB configured with the appropriate interceptors and
principal information to access the target object.
version: $Revision: 502382 $ $Date: 2007-02-01 14:23:31 -0800 (Thu, 01 Feb 2007) $ |
doFail | public void doFail()(Code) | | |
doStart | public void doStart() throws Exception(Code) | | Start this GBean instance, which essentially
sets up an ORB and configures a client context
for handling requests.
exception: Exception - |
getORB | public ORB getORB()(Code) | | |
getSslConfig | public SSLConfig getSslConfig()(Code) | | Return the SSLConfig used for this ORB instance.
if one has not been configured, this returns
a default configuration.
The SSLConfig object use to manage transport-levelsecurity. |
getURI | public String getURI()(Code) | | Return the retrieval URI for this bean.
The URI for the bean AbstractName; |
setDescription | public void setDescription(String description)(Code) | | |
|
|