private final String EE_SSO_FACTORY_IMPL
= "com.sun.enterprise.ee.web.initialization.EESSOFactory";
public SSOFactory getSSOFactory() {
SSOFactory ssoFactory = null;
try {
ssoFactory =
(SSOFactory) (Class.forName(EE_SSO_FACTORY_IMPL)).newInstance();
} catch (Exception ex) {
}