Package org.keycloak.saml
Class BaseSAML2BindingBuilder.BasePostBindingBuilder
- java.lang.Object
- 
- org.keycloak.saml.BaseSAML2BindingBuilder.BasePostBindingBuilder
 
- 
- Direct Known Subclasses:
- JaxrsSAML2BindingBuilder.PostBindingBuilder
 - Enclosing class:
- BaseSAML2BindingBuilder<T extends BaseSAML2BindingBuilder>
 
 public class BaseSAML2BindingBuilder.BasePostBindingBuilder extends Object 
- 
- 
Field SummaryFields Modifier and Type Field Description protected BaseSAML2BindingBuilderbuilderprotected Documentdocument
 - 
Constructor SummaryConstructors Constructor Description BasePostBindingBuilder(BaseSAML2BindingBuilder builder, Document document)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringencoded()DocumentgetDocument()StringgetHtmlRequest(String actionUrl)StringgetHtmlResponse(String actionUrl)StringgetRelayState()
 
- 
- 
- 
Field Detail- 
documentprotected Document document 
 - 
builderprotected BaseSAML2BindingBuilder builder 
 
- 
 - 
Constructor Detail- 
BasePostBindingBuilderpublic BasePostBindingBuilder(BaseSAML2BindingBuilder builder, Document document) throws ProcessingException - Throws:
- ProcessingException
 
 
- 
 - 
Method Detail- 
encodedpublic String encoded() throws ProcessingException, ConfigurationException, IOException 
 - 
getDocumentpublic Document getDocument() 
 - 
getHtmlResponsepublic String getHtmlResponse(String actionUrl) throws ProcessingException, ConfigurationException, IOException 
 - 
getHtmlRequestpublic String getHtmlRequest(String actionUrl) throws ProcessingException, ConfigurationException, IOException 
 - 
getRelayStatepublic String getRelayState() 
 
- 
 
-