public abstract class AbstractCasEvent
extends org.springframework.context.ApplicationEvent
ApplicationEvent
representing a abstract single sign on action executed within running CAS server.
This event encapsulates Authentication
that is associated with an SSO action
executed in a CAS server and an SSO session
token in the form of ticket granting ticket id.
More concrete events are expected to subclass this abstract type.Constructor and Description |
---|
AbstractCasEvent(java.lang.Object source)
Instantiates a new Abstract cas sso event.
|