|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectorg.springframework.security.web.authentication.SimpleUrlAuthenticationFailureHandler
org.devnull.security.spring.OpenIdRegistrationHandler
class OpenIdRegistrationHandler extends org.springframework.security.web.authentication.SimpleUrlAuthenticationFailureHandler
| Property Summary | |
|---|---|
AuthenticationConverter |
authenticationConverter
|
org.springframework.security.authentication.AuthenticationManager |
authenticationManager
|
java.util.List |
defaultRoles
|
java.util.List |
firstUserRoles
|
java.lang.Object |
log
|
java.lang.String |
registrationUrl
|
SecurityService |
securityService
|
| Method Summary | |
|---|---|
void
|
onAuthenticationFailure(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.AuthenticationException e)
|
protected void
|
reAuthenticate(org.springframework.security.core.Authentication authentication)
|
| Methods inherited from class org.springframework.security.web.authentication.SimpleUrlAuthenticationFailureHandler | |
|---|---|
| org.springframework.security.web.authentication.SimpleUrlAuthenticationFailureHandler#setRedirectStrategy(org.springframework.security.web.RedirectStrategy), org.springframework.security.web.authentication.SimpleUrlAuthenticationFailureHandler#setDefaultFailureUrl(java.lang.String), org.springframework.security.web.authentication.SimpleUrlAuthenticationFailureHandler#setUseForward(boolean), org.springframework.security.web.authentication.SimpleUrlAuthenticationFailureHandler#setAllowSessionCreation(boolean), org.springframework.security.web.authentication.SimpleUrlAuthenticationFailureHandler#onAuthenticationFailure(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, org.springframework.security.core.AuthenticationException), org.springframework.security.web.authentication.SimpleUrlAuthenticationFailureHandler#getClass(), org.springframework.security.web.authentication.SimpleUrlAuthenticationFailureHandler#hashCode(), org.springframework.security.web.authentication.SimpleUrlAuthenticationFailureHandler#equals(java.lang.Object), org.springframework.security.web.authentication.SimpleUrlAuthenticationFailureHandler#toString(), org.springframework.security.web.authentication.SimpleUrlAuthenticationFailureHandler#notify(), org.springframework.security.web.authentication.SimpleUrlAuthenticationFailureHandler#notifyAll(), org.springframework.security.web.authentication.SimpleUrlAuthenticationFailureHandler#wait(), org.springframework.security.web.authentication.SimpleUrlAuthenticationFailureHandler#wait(long, int), org.springframework.security.web.authentication.SimpleUrlAuthenticationFailureHandler#wait(long) |
| Methods inherited from class java.lang.Object | |
|---|---|
| java.lang.Object#getClass(), java.lang.Object#hashCode(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#notify(), java.lang.Object#notifyAll(), java.lang.Object#wait(), java.lang.Object#wait(long, int), java.lang.Object#wait(long) |
| Property Detail |
|---|
AuthenticationConverter authenticationConverter
@Autowired org.springframework.security.authentication.AuthenticationManager authenticationManager
java.util.List defaultRoles
java.util.List firstUserRoles
final java.lang.Object log
java.lang.String registrationUrl
@Autowired SecurityService securityService
| Method Detail |
|---|
void onAuthenticationFailure(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.AuthenticationException e)
protected void reAuthenticate(org.springframework.security.core.Authentication authentication)
Groovy Documentation