org.picketlink.identity.federation.core.saml.v1.writers
Class SAML11RequestWriter
java.lang.Object
org.picketlink.identity.federation.core.saml.v1.writers.BaseSAML11Writer
org.picketlink.identity.federation.core.saml.v1.writers.SAML11RequestWriter
public class SAML11RequestWriter
- extends BaseSAML11Writer
Write the SAML11RequestType
to stream
- Since:
- Jun 27, 2011
- Author:
- Anil.Saldhana@redhat.com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
namespace
protected String namespace
assertionWriter
protected SAML11AssertionWriter assertionWriter
SAML11RequestWriter
public SAML11RequestWriter(XMLStreamWriter writer)
write
public void write(SAML11RequestType request)
throws ProcessingException
- Throws:
ProcessingException
write
public void write(SAML11AuthenticationQueryType auth)
throws ProcessingException
- Throws:
ProcessingException
write
public void write(SAML11AttributeQueryType attr)
throws ProcessingException
- Throws:
ProcessingException
write
public void write(SAML11AuthorizationDecisionQueryType attr)
throws ProcessingException
- Throws:
ProcessingException
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.