Class Saml2PostAuthenticationRequest

java.lang.Object
org.springframework.security.saml2.provider.service.authentication.AbstractSaml2AuthenticationRequest
org.springframework.security.saml2.provider.service.authentication.Saml2PostAuthenticationRequest
All Implemented Interfaces:
Serializable

public class Saml2PostAuthenticationRequest extends AbstractSaml2AuthenticationRequest
Data holder for information required to send an AuthNRequest over a POST binding from the service provider to the identity provider https://www.oasis-open.org/committees/download.php/35711/sstc-saml-core-errata-2.0-wd-06-diff.pdf (line 2031)
Since:
5.3
See Also: