Uses of Class
net.shibboleth.sp.context.StateDataContext
Packages that use StateDataContext
Package
Description
General
BaseContext subclasses defined by the SP plugin.API classes for SP profile actions.
Classes implementing profile actions for SP remoting.
-
Uses of StateDataContext in net.shibboleth.sp.context
Methods in net.shibboleth.sp.context that return StateDataContextModifier and TypeMethodDescriptionStateDataContext.setStateData(StateData state) Sets the state tracked for a request.StateDataContext.setStateToken(String token) Set the token associated with the state after preservation or before recovery. -
Uses of StateDataContext in net.shibboleth.sp.profile
Fields in net.shibboleth.sp.profile declared as StateDataContextModifier and TypeFieldDescriptionprivate StateDataContextPreserveStateDataAction.stateDataContextContext to operate on.Fields in net.shibboleth.sp.profile with type parameters of type StateDataContextModifier and TypeFieldDescriptionAbstractTokenConsumerResponseAction.stateDataContextLookupStrategyStrategy used to locate theStateDataContextto pull target from.PreserveStateDataAction.stateDataContextLookupStrategyStrategy used to locate theStateDataContextto preserve.Method parameters in net.shibboleth.sp.profile with type arguments of type StateDataContextModifier and TypeMethodDescriptionvoidAbstractTokenConsumerResponseAction.setStateDataContextLookupStrategy(Function<ProfileRequestContext, StateDataContext> strategy) Sets the strategy used to lookup theStateDataContext.voidPreserveStateDataAction.setStateDataContextLookupStrategy(Function<ProfileRequestContext, StateDataContext> strategy) Sets the strategy used to lookup theStateDataContext. -
Uses of StateDataContext in net.shibboleth.sp.profile.impl
Fields in net.shibboleth.sp.profile.impl with type parameters of type StateDataContextModifier and TypeFieldDescriptionPrepareDiscoveryStateDataContext.stateDataContextCreationStrategyStrategy used to create theStateDataContextto populate.RecoverStateData.stateDataContextCreationStrategyStrategy used to create theStateDataContextto populate.EncodeAgentResponse.stateDataContextLookupStrategyStrategy used to create theStateDataContextto populate.IssueDiscoveryRequest.stateDataContextLookupStrategyStrategy used to create theStateDataContextto populate.PrepareAgentErrorResponse.stateDataContextLookupStrategyStrategy used to create theStateDataContextto populate.PreservePostData.stateDataContextLookupStrategyStrategy used to create theStateDataContextto bind to.RecoverPostData.stateDataContextLookupStrategyStrategy used to locate theStateDataContextto pull target from.Method parameters in net.shibboleth.sp.profile.impl with type arguments of type StateDataContextModifier and TypeMethodDescriptionvoidPrepareDiscoveryStateDataContext.setStateDataContextCreationStrategy(Function<ProfileRequestContext, StateDataContext> strategy) Sets the strategy used to create theStateDataContext.voidRecoverStateData.setStateDataContextCreationStrategy(Function<ProfileRequestContext, StateDataContext> strategy) Sets the strategy used to create theStateDataContext.voidEncodeAgentResponse.setStateDataContextLookupStrategy(Function<ProfileRequestContext, StateDataContext> strategy) Sets the strategy used to lookup theStateDataContext.voidIssueDiscoveryRequest.setStateDataContextLookupStrategy(Function<ProfileRequestContext, StateDataContext> strategy) Sets the strategy used to lookup theStateDataContext.voidPrepareAgentErrorResponse.setStateDataContextLookupStrategy(Function<ProfileRequestContext, StateDataContext> strategy) Sets the strategy used to lookup theStateDataContext.voidPreservePostData.setStateDataContextLookupStrategy(Function<ProfileRequestContext, StateDataContext> strategy) Sets the strategy used to lookup theStateDataContext.voidRecoverPostData.setStateDataContextLookupStrategy(Function<ProfileRequestContext, StateDataContext> strategy) Sets the strategy used to lookup theStateDataContext.