Uses of Class
org.opensaml.profile.context.EventContext
Packages that use EventContext
Package
Description
Implementations of general profile actions.
Context classes in support of profile behavior.
Functions for navigating profile context information.
Functions and predicates supporting common SAML profile behavior.
Implementations of SAML 1.x profile behavior.
Implementations of SAML 2.0 profile behavior.
Profile actions related to SOAP 1.1.
-
Uses of EventContext in org.opensaml.profile.action.impl
Fields in org.opensaml.profile.action.impl with type parameters of type EventContextModifier and TypeFieldDescriptionprivate Function<ProfileRequestContext,EventContext> LogEvent.eventContextLookupStrategyStrategy function for access toEventContextto check.Method parameters in org.opensaml.profile.action.impl with type arguments of type EventContextModifier and TypeMethodDescriptionvoidLogEvent.setEventContextLookupStrategy(Function<ProfileRequestContext, EventContext> strategy) Set lookup strategy forEventContextto check. -
Uses of EventContext in org.opensaml.profile.context
Subclasses of EventContext in org.opensaml.profile.contextModifier and TypeClassDescriptionfinal 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 EventContextModifier and TypeMethodDescriptionSet the event represented by the context. -
Uses of EventContext in org.opensaml.saml.common.profile.logic
Fields in org.opensaml.saml.common.profile.logic with type parameters of type EventContextModifier and TypeFieldDescriptionprivate Function<ProfileRequestContext,EventContext> DefaultLocalErrorPredicate.eventContextLookupStrategyStrategy function for access toEventContextto check.Method parameters in org.opensaml.saml.common.profile.logic with type arguments of type EventContextModifier and TypeMethodDescriptionvoidDefaultLocalErrorPredicate.setEventContextLookupStrategy(Function<ProfileRequestContext, EventContext> strategy) Set lookup strategy forEventContextto check. -
Uses of EventContext in org.opensaml.saml.saml1.profile.impl
Fields in org.opensaml.saml.saml1.profile.impl with type parameters of type EventContextModifier and TypeFieldDescriptionprivate Function<ProfileRequestContext,EventContext> AddStatusToResponse.StatusCodeMappingFunction.eventContextLookupStrategyStrategy function for access toEventContextto check.Method parameters in org.opensaml.saml.saml1.profile.impl with type arguments of type EventContextModifier and TypeMethodDescriptionvoidAddStatusToResponse.StatusCodeMappingFunction.setEventContextLookupStrategy(Function<ProfileRequestContext, EventContext> strategy) Set lookup strategy forEventContextto check. -
Uses of EventContext in org.opensaml.saml.saml2.profile.impl
Fields in org.opensaml.saml.saml2.profile.impl with type parameters of type EventContextModifier and TypeFieldDescriptionprivate Function<ProfileRequestContext,EventContext> AddStatusToResponse.StatusCodeMappingFunction.eventContextLookupStrategyStrategy function for access toEventContextto check.Method parameters in org.opensaml.saml.saml2.profile.impl with type arguments of type EventContextModifier and TypeMethodDescriptionvoidAddStatusToResponse.StatusCodeMappingFunction.setEventContextLookupStrategy(Function<ProfileRequestContext, EventContext> strategy) Set lookup strategy forEventContextto check. -
Uses of EventContext in org.opensaml.soap.soap11.profile.impl
Fields in org.opensaml.soap.soap11.profile.impl with type parameters of type EventContextModifier and TypeFieldDescriptionprivate Function<ProfileRequestContext,EventContext> AddSOAPFault.FaultCodeMappingFunction.eventContextLookupStrategyStrategy function for access toEventContextto check.Method parameters in org.opensaml.soap.soap11.profile.impl with type arguments of type EventContextModifier and TypeMethodDescriptionvoidAddSOAPFault.FaultCodeMappingFunction.setEventContextLookupStrategy(Function<ProfileRequestContext, EventContext> strategy) Set lookup strategy forEventContextto check.