Getting Shibboleth Attributes through Struts-1
问题 I'm trying to integrate Shibboleth authentication with an old Struts-1 application that I've inherited the maintenance of, but I cannot figure out how to acecss the Shibboleth attributes. This is what I have tried: public final class AuthenticateAction extends MappingDispatchAction { public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception { Enumeration attributeNames = request.getAttributeNames(); while