Uses of Interface
se.swedenconnect.opensaml.saml2.request.RequestHttpObjectBuilder
Package
Description
Interfaces and classes for handling SAML requests.
-
Uses of RequestHttpObjectBuilder in se.swedenconnect.opensaml.saml2.request
Modifier and TypeMethodDescriptionThe builder is created with the SAML binding to use when sending the request message (redirect or post).For testing purposesRequestHttpObjectBuilder.performSignature
(boolean signatureFlag) The RequestBuilder reads the federation metadata and determines that a request should be signed if based on requirements from the IdP and SP.RequestHttpObjectBuilder.relayState
(String relayState) Installs the SAML RelayState to use when sending the request.Replaces the request object that this builder currently is processing with a new and updated object.RequestHttpObjectBuilder.signatureCredentials
(org.opensaml.security.x509.X509Credential signatureCredentials) Using this method the signature credentials for the builder object may be changed.