public class SAML11RequestWriter extends BaseSAML11Writer
SAML11RequestType to stream| Modifier and Type | Field and Description |
|---|---|
protected SAML11AssertionWriter |
assertionWriter |
protected String |
namespace |
ASSERTION_PREFIX, logger, PROTOCOL_PREFIX, writer, XACML_SAML_PREFIX, XACML_SAML_PROTO_PREFIX, XSI_PREFIX| Constructor and Description |
|---|
SAML11RequestWriter(XMLStreamWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(SAML11AttributeQueryType attr) |
void |
write(SAML11AuthenticationQueryType auth) |
void |
write(SAML11AuthorizationDecisionQueryType attr) |
void |
write(SAML11RequestType request) |
protected String namespace
protected SAML11AssertionWriter assertionWriter
public SAML11RequestWriter(XMLStreamWriter writer)
public void write(SAML11RequestType request) throws org.picketlink.common.exceptions.ProcessingException
org.picketlink.common.exceptions.ProcessingExceptionpublic void write(SAML11AuthenticationQueryType auth) throws org.picketlink.common.exceptions.ProcessingException
org.picketlink.common.exceptions.ProcessingExceptionpublic void write(SAML11AttributeQueryType attr) throws org.picketlink.common.exceptions.ProcessingException
org.picketlink.common.exceptions.ProcessingExceptionpublic void write(SAML11AuthorizationDecisionQueryType attr) throws org.picketlink.common.exceptions.ProcessingException
org.picketlink.common.exceptions.ProcessingExceptionCopyright © 2013 JBoss Inc.. All Rights Reserved.