3435363738394041424344
isAuthenticated = true; } catch (Exception e) { SSAFAuthenticationException se = new SSAFAuthenticationException(); se.initCause(e); throw se; } return isAuthenticated; }