Uses of Class
org.opensaml.profile.context.ProfileRequestContext
-
Packages that use ProfileRequestContext Package Description org.opensaml.profile.action Interfaces and classes for profile actions, discrete units of behavior that make up a profile.org.opensaml.profile.context.navigate Functions for navigating profile context information.org.opensaml.profile.criterion ProfileCriterionimplementations.org.opensaml.profile.logic First order logic predicates and functions used for working with profile request data. -
-
Uses of ProfileRequestContext in org.opensaml.profile.action
Fields in org.opensaml.profile.action with type parameters of type ProfileRequestContext Modifier and Type Field Description private Predicate<ProfileRequestContext>AbstractConditionalProfileAction. activationConditionCondition dictating whether to run or not.private org.opensaml.messaging.context.navigate.ContextDataLookupFunction<ProfileRequestContext,org.opensaml.messaging.context.MessageContext>AbstractHandlerDelegatingProfileAction. messageContextLookupLookup function for the message context on which to operate.Methods in org.opensaml.profile.action that return types with arguments of type ProfileRequestContext Modifier and Type Method Description Predicate<ProfileRequestContext>AbstractConditionalProfileAction. getActivationCondition()Get activation condition indicating whether action should execute.Methods in org.opensaml.profile.action with parameters of type ProfileRequestContext Modifier and Type Method Description static voidActionSupport. buildEvent(ProfileRequestContext profileRequestContext, Object event)Builds an event from the given object.static voidActionSupport. buildEvent(ProfileRequestContext profileRequestContext, String eventId)Builds an event with a given ID.static voidActionSupport. buildProceedEvent(ProfileRequestContext profileRequestContext)Signals a successful outcome by an action.protected voidAbstractHandlerDelegatingProfileAction. doExecute(ProfileRequestContext profileRequestContext)Performs this action.protected voidAbstractProfileAction. doExecute(ProfileRequestContext profileRequestContext)Performs this action.protected voidAbstractProfileAction. doPostExecute(ProfileRequestContext profileRequestContext)Called after execution, actions may override this method to perform post-processing for a request.protected voidAbstractProfileAction. doPostExecute(ProfileRequestContext profileRequestContext, Exception e)Called after execution, actions may override this method to perform post-processing for a request.protected booleanAbstractConditionalProfileAction. doPreExecute(ProfileRequestContext profileRequestContext)Called prior to execution, actions may override this method to perform pre-processing for a request.protected booleanAbstractProfileAction. doPreExecute(ProfileRequestContext profileRequestContext)Called prior to execution, actions may override this method to perform pre-processing for a request.voidAbstractProfileAction. execute(ProfileRequestContext profileRequestContext)Performs this action.voidProfileAction. execute(ProfileRequestContext profileRequestContext)Performs this action.Method parameters in org.opensaml.profile.action with type arguments of type ProfileRequestContext Modifier and Type Method Description protected <T> Function<org.opensaml.messaging.context.MessageContext,T>AbstractHandlerDelegatingProfileAction. adapt(Function<ProfileRequestContext,T> function)Adapt aProfileRequestContextfunction to aMessageContextfunction via composing with a lookup function.protected Predicate<org.opensaml.messaging.context.MessageContext>AbstractHandlerDelegatingProfileAction. adapt(Predicate<ProfileRequestContext> predicate)Adapt aProfileRequestContextpredicate into aMessageContextpredicate via composing with a lookup function.voidAbstractConditionalProfileAction. setActivationCondition(Predicate<ProfileRequestContext> condition)Set activation condition indicating whether action should execute.Constructor parameters in org.opensaml.profile.action with type arguments of type ProfileRequestContext Constructor Description AbstractHandlerDelegatingProfileAction(DelegateType delegateInstance, org.opensaml.messaging.context.navigate.ContextDataLookupFunction<ProfileRequestContext,org.opensaml.messaging.context.MessageContext> lookup)Constructor.AbstractHandlerDelegatingProfileAction(Class<DelegateType> delegateClass, org.opensaml.messaging.context.navigate.ContextDataLookupFunction<ProfileRequestContext,org.opensaml.messaging.context.MessageContext> lookup)Constructor. -
Uses of ProfileRequestContext in org.opensaml.profile.context.navigate
Methods in org.opensaml.profile.context.navigate with parameters of type ProfileRequestContext Modifier and Type Method Description EventContextCurrentOrPreviousEventLookup. apply(ProfileRequestContext input)org.opensaml.messaging.context.MessageContextInboundMessageContextLookup. apply(ProfileRequestContext input)org.opensaml.messaging.context.MessageContextOutboundMessageContextLookup. apply(ProfileRequestContext input)StringProfileIdLookup. apply(ProfileRequestContext input) -
Uses of ProfileRequestContext in org.opensaml.profile.criterion
Fields in org.opensaml.profile.criterion declared as ProfileRequestContext Modifier and Type Field Description private ProfileRequestContextProfileRequestContextCriterion. profileRequestContextMethods in org.opensaml.profile.criterion that return ProfileRequestContext Modifier and Type Method Description ProfileRequestContextProfileRequestContextCriterion. getProfileRequestContext()Gets the profile request context.Constructors in org.opensaml.profile.criterion with parameters of type ProfileRequestContext Constructor Description ProfileRequestContextCriterion(ProfileRequestContext prc)Constructor. -
Uses of ProfileRequestContext in org.opensaml.profile.logic
Fields in org.opensaml.profile.logic with type parameters of type ProfileRequestContext Modifier and Type Field Description private Predicate<ProfileRequestContext>MessageContextPredicateAdapter. adaptedThe adapted predicate.private Predicate<ProfileRequestContext>PredicateAccessControl. predicateThe predicate to use.Methods in org.opensaml.profile.logic with parameters of type ProfileRequestContext Modifier and Type Method Description booleanBrowserProfilePredicate. test(ProfileRequestContext input)booleanNoConfidentialityMessageChannelPredicate. test(ProfileRequestContext input)booleanNoIntegrityMessageChannelPredicate. test(ProfileRequestContext input)booleanProfileIdPredicate. test(ProfileRequestContext input)Constructor parameters in org.opensaml.profile.logic with type arguments of type ProfileRequestContext Constructor Description MessageContextPredicateAdapter(Predicate<ProfileRequestContext> prcPredicate)Constructor.MessageContextPredicateAdapter(Predicate<ProfileRequestContext> prcPredicate, boolean unresolvedSatisfies)Constructor.PredicateAccessControl(Predicate<ProfileRequestContext> condition)Constructor.
-