Uses of Class
org.opensaml.profile.context.EventContext
-
Packages that use EventContext Package Description org.opensaml.profile.context Context classes in support of profile behavior.org.opensaml.profile.context.navigate Functions for navigating profile context information. -
-
Uses of EventContext in org.opensaml.profile.context
Subclasses of EventContext in org.opensaml.profile.context Modifier and Type Class Description classPreviousEventContext<EventType>A context component which holds the last result produced by a profile action that produced an "event".Methods in org.opensaml.profile.context that return EventContext Modifier and Type Method Description EventContextEventContext. setEvent(Object newEvent)Set the event represented by the context. -
Uses of EventContext in org.opensaml.profile.context.navigate
Methods in org.opensaml.profile.context.navigate that return EventContext Modifier and Type Method Description EventContextCurrentOrPreviousEventLookup. apply(ProfileRequestContext input)
-