726727728729730731732733734735736
String msg = "impersonate failed"; log.error(msg, nswe); throw new RepositoryException(msg, nswe); } finally { // make sure IMPERSONATOR_ATTRIBUTE is removed creds.removeAttribute(SecurityConstants.IMPERSONATOR_ATTRIBUTE); } } /** * {@inheritDoc}
813814815816817818819820821822823
744745746747748749750751752753754
831832833834835836837838839840841
765766767768769770771772773774775