This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package mygrailsapp | |
import grails.converters.JSON | |
import org.springframework.security.authentication.AccountExpiredException | |
import org.springframework.security.authentication.CredentialsExpiredException | |
import org.springframework.security.authentication.DisabledException | |
import org.springframework.security.authentication.LockedException | |
import org.springframework.security.web.WebAttributes | |
import org.springframework.security.web.authentication.session.SessionAuthenticationException | |
import org.springframework.web.servlet.support.RequestContextUtils |