public class SAMLAssertionWriter extends BaseWriter
ASSERTION_PREFIX, logger, PROTOCOL_PREFIX, writer, XACML_SAML_PREFIX, XACML_SAML_PROTO_PREFIX, XSI_PREFIX| Constructor and Description |
|---|
SAMLAssertionWriter(XMLStreamWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(AssertionType assertion)
Write an
AssertionType to stream |
void |
write(AttributeStatementType statement) |
void |
write(AuthnContextType authContext)
Write an
AuthnContextType to stream |
void |
write(AuthnStatementType authnStatement,
boolean includeNamespace)
Write an
AuthnStatementType to stream |
void |
write(StatementAbstractType statement)
Write an
StatementAbstractType to stream |
write, write, write, writeAttributeTypeWithoutRootTag, writeLocalizedNameType, writeNameIDTypeAttributeValue, writeStringAttributeValuepublic SAMLAssertionWriter(XMLStreamWriter writer)
public void write(AssertionType assertion) throws ProcessingException
AssertionType to streamassertion - ProcessingExceptionpublic void write(StatementAbstractType statement) throws ProcessingException
StatementAbstractType to streamstatement - ProcessingExceptionpublic void write(AttributeStatementType statement) throws ProcessingException
ProcessingExceptionpublic void write(AuthnStatementType authnStatement, boolean includeNamespace) throws ProcessingException
AuthnStatementType to streamauthnStatement - ProcessingExceptionpublic void write(AuthnContextType authContext) throws ProcessingException
AuthnContextType to streamauthContext - ProcessingExceptionCopyright © 2016 JBoss by Red Hat. All rights reserved.