Uses of Class
net.shibboleth.sp.context.AgentRequestContext
Packages that use AgentRequestContext
Package
Description
Classes implementing authentication of agent requests.
General
BaseContext subclasses defined by the SP plugin.API classes for SP profile actions.
SP context navigation/lookup functions.
Functions for navigating contexts and data on behalf of messaging objects.
-
Uses of AgentRequestContext in net.shibboleth.sp.authn.impl
Fields in net.shibboleth.sp.authn.impl with type parameters of type AgentRequestContextModifier and TypeFieldDescriptionInitializeAgentRequestContext.agentRequestContextCreationStrategyCreation strategy forAgentRequestContext.AgentSecretCredentialValidator.agentRequestContextLookupStrategyLookup strategy forAgentRequestContext.ValidateAgentCredentials.agentRequestContextLookupStrategyLookup strategy forAgentRequestContext.Method parameters in net.shibboleth.sp.authn.impl with type arguments of type AgentRequestContextModifier and TypeMethodDescriptionvoidInitializeAgentRequestContext.setAgentRequestContextCreationStrategy(Function<ProfileRequestContext, AgentRequestContext> strategy) Sets the creation strategy for theAgentRequestContext.voidAgentSecretCredentialValidator.setAgentRequestContextLookupStrategy(Function<ProfileRequestContext, AgentRequestContext> strategy) Sets the lookup strategy for theAgentRequestContext.voidValidateAgentCredentials.setAgentRequestContextLookupStrategy(Function<ProfileRequestContext, AgentRequestContext> strategy) Sets the lookup strategy for theAgentRequestContext. -
Uses of AgentRequestContext in net.shibboleth.sp.context
Methods in net.shibboleth.sp.context that return AgentRequestContextModifier and TypeMethodDescriptionSet the agent making the request.AgentRequestContext.setApplication(Application app) Set the application for which the request was made.Set the input message from the agent.Set the output message for the agent.AgentRequestContext.setRemotedHttpServletRequest(RemotedHttpServletRequest wrapped) Set the wrapped servlet request backed by the input message.AgentRequestContext.setRemotedHttpServletResponse(RemotedHttpServletResponse wrapped) Set the wrapped servlet response backed by the output message. -
Uses of AgentRequestContext in net.shibboleth.sp.profile
Fields in net.shibboleth.sp.profile declared as AgentRequestContextModifier and TypeFieldDescriptionprivate AgentRequestContextAbstractAgentRequestAction.agentRequestContextCached context to populate.Fields in net.shibboleth.sp.profile with type parameters of type AgentRequestContextModifier and TypeFieldDescriptionAbstractAgentRequestAction.agentRequestContextLookupStrategyLookup strategy forAgentRequestContext.Methods in net.shibboleth.sp.profile that return AgentRequestContextModifier and TypeMethodDescriptionAbstractAgentRequestAction.ensureAgentRequestContext()Gets the cached request context located by the lookup strategy.AbstractAgentRequestAction.getAgentRequestContext()Gets the cached request context located by the lookup strategy.Method parameters in net.shibboleth.sp.profile with type arguments of type AgentRequestContextModifier and TypeMethodDescriptionvoidAbstractAgentRequestAction.setAgentRequestContextLookupStrategy(Function<ProfileRequestContext, AgentRequestContext> strategy) Sets the lookup strategy for theAgentRequestContext.