Package ch.tocco.nice2.security.spi.auth
Class AuthenticationEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
ch.tocco.nice2.security.spi.auth.AuthenticationEvent
- All Implemented Interfaces:
Serializable
public class AuthenticationEvent
extends org.springframework.context.ApplicationEvent
- See Also:
-
Nested Class Summary
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionAuthenticationEvent
(HandlerAuthenticator source, ImmutableChallenge challenge, AuthenticationEvent.EventType eventType) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
AuthenticationEvent
public AuthenticationEvent(HandlerAuthenticator source, ImmutableChallenge challenge, AuthenticationEvent.EventType eventType)
-
-
Method Details
-
getChallenge
-
getEventType
-