public class SAML2BindingBuilder.RedirectBindingBuilder extends Object
| Constructor and Description |
|---|
SAML2BindingBuilder.RedirectBindingBuilder(Document document) |
| Modifier and Type | Method and Description |
|---|---|
Document |
getDocument() |
javax.ws.rs.core.Response |
request() |
javax.ws.rs.core.Response |
request(String redirect) |
javax.ws.rs.core.Response |
response() |
javax.ws.rs.core.Response |
response(String redirectUri) |
URI |
responseUri(String redirectUri,
boolean asRequest) |
protected Document document
public SAML2BindingBuilder.RedirectBindingBuilder(Document document) throws ProcessingException
ProcessingExceptionpublic Document getDocument()
public URI responseUri(String redirectUri, boolean asRequest) throws ConfigurationException, ProcessingException, IOException
public javax.ws.rs.core.Response response()
throws ProcessingException,
ConfigurationException,
IOException
public javax.ws.rs.core.Response response(String redirectUri) throws ProcessingException, ConfigurationException, IOException
public javax.ws.rs.core.Response request(String redirect) throws ProcessingException, ConfigurationException, IOException
public javax.ws.rs.core.Response request()
throws ProcessingException,
ConfigurationException,
IOException
Copyright © 2015 JBoss by Red Hat. All rights reserved.