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 SummaryNested Classes
- 
Field SummaryFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionAuthenticationEvent(HandlerAuthenticator source, ImmutableChallenge challenge, AuthenticationEvent.EventType eventType) 
- 
Method SummaryModifier and TypeMethodDescriptionMethods inherited from class org.springframework.context.ApplicationEventgetTimestampMethods inherited from class java.util.EventObjectgetSource, toString
- 
Constructor Details- 
AuthenticationEventpublic AuthenticationEvent(HandlerAuthenticator source, ImmutableChallenge challenge, AuthenticationEvent.EventType eventType) 
 
- 
- 
Method Details- 
getChallenge
- 
getEventType
 
-