public static class BaseSAML2BindingBuilder.BaseRedirectBindingBuilder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected BaseSAML2BindingBuilder |
builder |
protected Document |
document |
| Constructor and Description |
|---|
BaseRedirectBindingBuilder(BaseSAML2BindingBuilder builder,
Document document) |
| Modifier and Type | Method and Description |
|---|---|
URI |
generateURI(String redirectUri,
boolean asRequest) |
Document |
getDocument() |
URI |
requestURI(String actionUrl) |
URI |
responseURI(String actionUrl) |
protected Document document
protected BaseSAML2BindingBuilder builder
public BaseRedirectBindingBuilder(BaseSAML2BindingBuilder builder, Document document) throws ProcessingException
ProcessingExceptionpublic Document getDocument()
public URI generateURI(String redirectUri, boolean asRequest) throws ConfigurationException, ProcessingException, IOException
public URI requestURI(String actionUrl) throws ConfigurationException, ProcessingException, IOException
public URI responseURI(String actionUrl) throws ConfigurationException, ProcessingException, IOException
Copyright © 2021 JBoss by Red Hat. All rights reserved.