Uses of Class
net.shibboleth.sp.profile.AbstractApplicationAction
Packages that use AbstractApplicationAction
Package
Description
API classes for SP profile actions.
Classes implementing profile actions for SP remoting.
-
Uses of AbstractApplicationAction in net.shibboleth.sp.profile
Subclasses of AbstractApplicationAction in net.shibboleth.sp.profileModifier and TypeClassDescriptionclassBase class for protocol-specific "token consumer" flow actions that prepare the response for the agent when completing processing.classBase class for an action that mapsStateDatafrom aStateDataContextto a token suitable for safe transmission to a peer such that it can be used later to recover the information. -
Uses of AbstractApplicationAction in net.shibboleth.sp.profile.impl
Subclasses of AbstractApplicationAction in net.shibboleth.sp.profile.implModifier and TypeClassDescriptionclassGenerates a request to a discovery service per the protocol defined originally by us under the SAML TC at OASIS.classExtracts target resource URL from input message and prepares aStateDataContextfor subsequent preservation handling.classAction that detects submitted form data, and when permitted, stores it in aStorageServiceand issues a cookie associated with the active state token to preserve a pointer to the data for recovery.classAction that detects submitted form data, and when permitted, stores it in aStorageServiceand issues a cookie associated with the active state token to preserve a pointer to the data for recovery.classAction that maps a state token into aStateData(or subclass) object.classAction that checks all enabled logout consumer flows and returns the flow ID of the first enabled flow indicating it can handle the request.final classThis action attempts to resolve aRelyingPartyConfigurationand adds it to aRelyingPartyContext, using the requestingApplicationas the source of configurations rather than the generic resolver used by the IdP.classAction that checks all enabled token consumer flows and returns the flow ID of the first enabled flow indicating it can handle the request.classInitiating action of a typical Session Initiator flow, this validates the input message for correctness, and may create aRelyingPartyContextbased on the identity of the eventual authenticating authority (the IdP/OP/etc.) if this is part of the request.