public class BaseSAML2BindingBuilder.BasePostBindingBuilder extends Object
Modifier and Type | Field and Description |
---|---|
protected BaseSAML2BindingBuilder |
builder |
protected Document |
document |
Constructor and Description |
---|
BasePostBindingBuilder(BaseSAML2BindingBuilder builder,
Document document) |
Modifier and Type | Method and Description |
---|---|
String |
encoded() |
Document |
getDocument() |
String |
getHtmlRequest(String actionUrl) |
String |
getHtmlResponse(String actionUrl) |
String |
getRelayState() |
protected Document document
protected BaseSAML2BindingBuilder builder
public BasePostBindingBuilder(BaseSAML2BindingBuilder builder, Document document) throws ProcessingException
ProcessingException
public String encoded() throws ProcessingException, ConfigurationException, IOException
public Document getDocument()
public String getHtmlResponse(String actionUrl) throws ProcessingException, ConfigurationException, IOException
public String getHtmlRequest(String actionUrl) throws ProcessingException, ConfigurationException, IOException
public String getRelayState()
Copyright © 2021 JBoss by Red Hat. All rights reserved.