ContextManager.popCallers((Callers) previous);
}
public UserIdentity newUserIdentity(Subject subject, Principal userPrincipal, List<String> groups) {
AccessControlContext acc = ContextManager.registerSubjectShort(subject, userPrincipal, groups);
return new JACCUserIdentity(subject, userPrincipal, groups, acc);
}