/* */ throws ResourceException
/* */ {
/* 212 */ JmsCred cred = JmsCred.getJmsCred(this.mcf, subject, info);
/* */
/* 215 */ if ((this.user != null) && (!this.user.equals(cred.name))) {
/* 216 */ throw new SecurityException("Password credentials not the same, reauthentication not allowed");
/* */ }
/* 218 */ if ((cred.name != null) && (this.user == null)) {
/* 219 */ throw new SecurityException("Password credentials not the same, reauthentication not allowed");
/* */ }
/* */
/* 223 */ this.user = cred.name;
/* */
/* 225 */ if (this.isDestroyed) {