public class SAML2ErrorResponseBuilder extends SAML2BindingBuilder<SAML2ErrorResponseBuilder>
SAML2BindingBuilder.PostBindingBuilder, SAML2BindingBuilder.RedirectBindingBuilder
Modifier and Type | Field and Description |
---|---|
protected String |
status |
destination, encrypt, encryptionAlgorithm, encryptionKeySize, encryptionPublicKey, relayState, responseIssuer, sign, signAssertions, signatureAlgorithm, signingCertificate, signingKeyPair
Constructor and Description |
---|
SAML2ErrorResponseBuilder() |
Modifier and Type | Method and Description |
---|---|
Document |
buildDocument() |
SAML2BindingBuilder.PostBindingBuilder |
postBinding() |
SAML2BindingBuilder.RedirectBindingBuilder |
redirectBinding() |
SAML2ErrorResponseBuilder |
status(String status) |
base64Encoded, buildHtml, buildHtmlPostResponse, buildResponse, destination, encrypt, encryptDocument, encryptionAlgorithm, encryptionKeySize, generateRedirectUri, relayState, responseIssuer, signAssertion, signAssertions, signatureAlgorithm, signDocument, signDocument, signWith, signWith, signWith, signWith
protected String status
public SAML2ErrorResponseBuilder status(String status)
public SAML2BindingBuilder.RedirectBindingBuilder redirectBinding() throws org.picketlink.common.exceptions.ConfigurationException, org.picketlink.common.exceptions.ProcessingException
org.picketlink.common.exceptions.ConfigurationException
org.picketlink.common.exceptions.ProcessingException
public SAML2BindingBuilder.PostBindingBuilder postBinding() throws org.picketlink.common.exceptions.ConfigurationException, org.picketlink.common.exceptions.ProcessingException
org.picketlink.common.exceptions.ConfigurationException
org.picketlink.common.exceptions.ProcessingException
public Document buildDocument() throws org.picketlink.common.exceptions.ProcessingException
org.picketlink.common.exceptions.ProcessingException
Copyright © 2015. All Rights Reserved.