Uses of Interface
net.shibboleth.sp.state.StateManager
Packages that use StateManager
Package
Description
Core APIs for the SP plugin.
General implementation classes.
APIs supporting state management for SSO protocols.
Implementation of protocol state management.
-
Uses of StateManager in net.shibboleth.sp
Methods in net.shibboleth.sp that return StateManagerModifier and TypeMethodDescriptionApplication.getStateManager()Gets theStateManagerto use for thie application. -
Uses of StateManager in net.shibboleth.sp.impl
Fields in net.shibboleth.sp.impl declared as StateManagerModifier and TypeFieldDescriptionprivate StateManagerBasicApplication.stateManagerState management.Methods in net.shibboleth.sp.impl that return StateManagerModifier and TypeMethodDescriptionBasicApplication.getStateManager()Gets theStateManagerto use for thie application.Methods in net.shibboleth.sp.impl with parameters of type StateManagerModifier and TypeMethodDescriptionvoidBasicApplication.setStateManager(StateManager manager) Set theStateManagerto use. -
Uses of StateManager in net.shibboleth.sp.state
Classes in net.shibboleth.sp.state that implement StateManager -
Uses of StateManager in net.shibboleth.sp.state.impl
Classes in net.shibboleth.sp.state.impl that implement StateManagerModifier and TypeClassDescriptionclassStateManagerimplemented by storing the data directly into a cookie.classStateManagerimplemented by returning data encoded as is.classStateManagerimplemented with aStorageServiceand an optional CSRF-mitigation cookie.