public class SAML11RequestWriter extends BaseSAML11Writer
SAML11RequestType
to streamModifier and Type | Field and Description |
---|---|
protected SAML11AssertionWriter |
assertionWriter |
protected String |
namespace |
ASSERTION_PREFIX, 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 ProcessingException
ProcessingException
public void write(SAML11AuthenticationQueryType auth) throws ProcessingException
ProcessingException
public void write(SAML11AttributeQueryType attr) throws ProcessingException
ProcessingException
public void write(SAML11AuthorizationDecisionQueryType attr) throws ProcessingException
ProcessingException
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.