Class AuthenticationFailureProxyUntrustedEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- org.springframework.security.authentication.event.AbstractAuthenticationEvent
-
- org.springframework.security.authentication.event.AbstractAuthenticationFailureEvent
-
- org.springframework.security.authentication.event.AuthenticationFailureProxyUntrustedEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class AuthenticationFailureProxyUntrustedEvent extends AbstractAuthenticationFailureEvent
Application event which indicates authentication failure due to the CAS user's ticket being generated by an untrusted proxy.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthenticationFailureProxyUntrustedEvent(Authentication authentication, AuthenticationException exception)
-
Method Summary
-
Methods inherited from class org.springframework.security.authentication.event.AbstractAuthenticationFailureEvent
getException
-
Methods inherited from class org.springframework.security.authentication.event.AbstractAuthenticationEvent
getAuthentication
-
-
-
-
Constructor Detail
-
AuthenticationFailureProxyUntrustedEvent
public AuthenticationFailureProxyUntrustedEvent(Authentication authentication, AuthenticationException exception)
-
-