Skip to Content.
Sympa Menu

shibboleth-dev - RE: [Shib-Dev] Creating a Custom LoginHandler for Novel's eDirectory to handle Grace Logins/Expired Passwords

Subject: Shibboleth Developers

List archive

RE: [Shib-Dev] Creating a Custom LoginHandler for Novel's eDirectory to handle Grace Logins/Expired Passwords


Chronological Thread 
  • From: "Cantor, Scott E." <>
  • To: "" <>
  • Subject: RE: [Shib-Dev] Creating a Custom LoginHandler for Novel's eDirectory to handle Grace Logins/Expired Passwords
  • Date: Thu, 28 Apr 2011 13:45:06 +0000
  • Accept-language: en-US

> Second, how is that exception transferred over to the login servlet? I see
> my
> edu.uc.ucit.shibboleth.idm.auth.GraceLoginAuthenticationException in to
> logs (which is just an AuthenticationException with some added fields), but
> in
> the jsp page when you do a
> request.getAttribute(LoginHandler.AUTHENTICATION_EXCEPTION_KEY), the
> type of that class is actually a javax.security.auth.login.LoginException.
> Does
> it just copy the message from that exception into the message of a new one?

That's what JAAS does.

-- Scott




Archive powered by MHonArc 2.6.16.

Top of Page