org.picketlink.identity.federation.core.saml.v2.writers
Class SAMLAssertionWriter
java.lang.Object
org.picketlink.identity.federation.core.saml.v2.writers.BaseWriter
org.picketlink.identity.federation.core.saml.v2.writers.SAMLAssertionWriter
public class SAMLAssertionWriter
- extends BaseWriter
Write the SAML Assertion to stream
- Since:
- Nov 2, 2010
- Author:
- Anil.Saldhana@redhat.com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SAMLAssertionWriter
public SAMLAssertionWriter(XMLStreamWriter writer)
write
public void write(AssertionType assertion)
throws ProcessingException
- Write an
AssertionType
to stream
- Parameters:
assertion
- out
-
- Throws:
ProcessingException
write
public void write(StatementAbstractType statement)
throws ProcessingException
- Write an
StatementAbstractType
to stream
- Parameters:
statement
- out
-
- Throws:
ProcessingException
write
public void write(AttributeStatementType statement)
throws ProcessingException
- Throws:
ProcessingException
write
public void write(AuthnStatementType authnStatement)
throws ProcessingException
- Write an
AuthnStatementType
to stream
- Parameters:
authnStatement
- out
-
- Throws:
ProcessingException
write
public void write(XACMLAuthzDecisionStatementType xacmlStat)
throws ProcessingException
- Throws:
ProcessingException
write
public void write(AuthnContextType authContext)
throws ProcessingException
- Write an
AuthnContextType
to stream
- Parameters:
authContext
- out
-
- Throws:
ProcessingException
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.