322323324325326327328329330331332
//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(); }
283284285286287288289290291292293
324325326327328329330331332333334
294295296297298299300301302303304
237238239240241242243244245246247
//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(); }
318319320321322323324325326327328
291292293294295296297298299300301