324325326327328329330331332333334
//No...we need to create a default adapter //Is the context requiring JACC? if (secHolder.isSecurity()) { //JACC realm = new TomcatGeronimoRealm(); } else { //JAAS realm = new TomcatJAASRealm(); }
294295296297298299300301302303304
257258259260261262263264265266267
//No...we need to create a default adapter //Is the context requiring JACC? if (secHolder.isSecurity()){ //JACC realm = new TomcatGeronimoRealm(); } else { //JAAS realm = new TomcatJAASRealm(); }
325326327328329330331332333334335
296297298299300301302303304305306