Uses of Interface
net.shibboleth.sp.Agent
Packages that use Agent
Package
Description
Core APIs for the SP plugin.
Classes implementing authentication of agent requests.
General
BaseContext subclasses defined by the SP plugin.General implementation classes.
API classes for SP profile actions.
APIs supporting state management for SSO protocols.
Implementation of protocol state management.
Shared SP testing classes.
-
Uses of Agent in net.shibboleth.sp
Constructors in net.shibboleth.sp with parameters of type Agent -
Uses of Agent in net.shibboleth.sp.authn.impl
Fields in net.shibboleth.sp.authn.impl declared as Agent -
Uses of Agent in net.shibboleth.sp.context
Fields in net.shibboleth.sp.context declared as AgentModifier and TypeFieldDescriptionprivate AgentAgentRequestContext.agentAgent making the request.Methods in net.shibboleth.sp.context that return AgentModifier and TypeMethodDescriptionAgentRequestContext.getAgent()Get the agent making the request.Methods in net.shibboleth.sp.context with parameters of type AgentModifier and TypeMethodDescriptionSet the agent making the request. -
Uses of Agent in net.shibboleth.sp.impl
Classes in net.shibboleth.sp.impl that implement AgentFields in net.shibboleth.sp.impl with type parameters of type AgentMethods in net.shibboleth.sp.impl that return AgentMethods in net.shibboleth.sp.impl that return types with arguments of type AgentConstructor parameters in net.shibboleth.sp.impl with type arguments of type Agent -
Uses of Agent in net.shibboleth.sp.profile
Fields in net.shibboleth.sp.profile declared as AgentModifier and TypeFieldDescriptionprivate AgentAbstractAgentAction.agentCached agent from context.Methods in net.shibboleth.sp.profile that return Agent -
Uses of Agent in net.shibboleth.sp.state
Methods in net.shibboleth.sp.state with parameters of type AgentModifier and TypeMethodDescriptionprotected abstract StringAbstractStateManager.doPreserve(Agent agent, Application application, String data, boolean sealed) Subclasses implement this method to preserve the transformed data in whatever way is necessary and return a token.protected abstract StringAbstractStateManager.doRecover(Agent agent, Application application, String stateToken, boolean sealed) Subclasses implement this method to recover the stored data in whatever way is necessary and return the supplied data string as a successful result.AbstractStateManager.preserveToStateToken(Agent agent, Application application, StateData data) Preserves data while transforming it into a state token.StateManager.preserveToStateToken(Agent agent, Application application, StateData data) Preserves data while transforming it into a state token.<T extends StateData>
TAbstractStateManager.recoverFromStateToken(Agent agent, Application application, String token, Class<T> type) Recovers stored data from a state token.<T extends StateData>
TStateManager.recoverFromStateToken(Agent agent, Application application, String token, Class<T> type) Recovers stored data from a state token. -
Uses of Agent in net.shibboleth.sp.state.impl
Methods in net.shibboleth.sp.state.impl with parameters of type AgentModifier and TypeMethodDescriptionprotected StringCookieStateManager.doPreserve(Agent agent, Application application, String data, boolean sealed) Subclasses implement this method to preserve the transformed data in whatever way is necessary and return a token.protected StringPassthroughStateManager.doPreserve(Agent agent, Application application, String data, boolean sealed) Subclasses implement this method to preserve the transformed data in whatever way is necessary and return a token.protected StringStorageServiceStateManager.doPreserve(Agent agent, Application application, String data, boolean sealed) Subclasses implement this method to preserve the transformed data in whatever way is necessary and return a token.protected StringCookieStateManager.doRecover(Agent agent, Application application, String stateToken, boolean sealed) Subclasses implement this method to recover the stored data in whatever way is necessary and return the supplied data string as a successful result.protected StringPassthroughStateManager.doRecover(Agent agent, Application application, String stateToken, boolean sealed) Subclasses implement this method to recover the stored data in whatever way is necessary and return the supplied data string as a successful result.protected StringStorageServiceStateManager.doRecover(Agent agent, Application application, String stateToken, boolean sealed) Subclasses implement this method to recover the stored data in whatever way is necessary and return the supplied data string as a successful result.private StringStorageServiceStateManager.getContext(Agent agent, Application application) Compute the storage context to use. -
Uses of Agent in net.shibboleth.sp.testing
Fields in net.shibboleth.sp.testing declared as AgentMethods in net.shibboleth.sp.testing that return AgentMethods in net.shibboleth.sp.testing with parameters of type AgentModifier and TypeMethodDescriptionstatic ReloadableService<AgentResolver>MockAgentResolver.getMockResolverService(Agent a) Wrap a new instance of the mock class in a mocked reloadable service.Constructors in net.shibboleth.sp.testing with parameters of type Agent