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 Summary
Fields Modifier and Type Field Description protected BaseSAML2BindingBuilderbuilderprotected Documentdocument
-
Constructor Summary
Constructors Constructor Description BasePostBindingBuilder(BaseSAML2BindingBuilder builder, Document document)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringencoded()DocumentgetDocument()StringgetHtmlRequest(String actionUrl)StringgetHtmlResponse(String actionUrl)StringgetRelayState()
-
-
-
Field Detail
-
document
protected Document document
-
builder
protected BaseSAML2BindingBuilder builder
-
-
Constructor Detail
-
BasePostBindingBuilder
public BasePostBindingBuilder(BaseSAML2BindingBuilder builder, Document document) throws ProcessingException
- Throws:
ProcessingException
-
-
Method Detail
-
encoded
public String encoded() throws ProcessingException, ConfigurationException, IOException
-
getDocument
public Document getDocument()
-
getHtmlResponse
public String getHtmlResponse(String actionUrl) throws ProcessingException, ConfigurationException, IOException
-
getHtmlRequest
public String getHtmlRequest(String actionUrl) throws ProcessingException, ConfigurationException, IOException
-
getRelayState
public String getRelayState()
-
-