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 BaseSAML2BindingBuilder
builder
protected Document
document
-
Constructor Summary
Constructors Constructor Description BasePostBindingBuilder(BaseSAML2BindingBuilder builder, Document document)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
encoded()
Document
getDocument()
String
getHtmlRequest(String actionUrl)
String
getHtmlResponse(String actionUrl)
String
getRelayState()
-
-
-
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()
-
-