public class SAML11AssertionWriter extends BaseSAML11Writer
ASSERTION_PREFIX, logger, PROTOCOL_PREFIX, writer, XACML_SAML_PREFIX, XACML_SAML_PROTO_PREFIX, XSI_PREFIX
Constructor and Description |
---|
SAML11AssertionWriter(XMLStreamWriter writer) |
public SAML11AssertionWriter(XMLStreamWriter writer)
public void write(SAML11AssertionType assertion) throws ProcessingException
SAML11AssertionType
to streamassertion
- out
- ProcessingException
public void write(StatementAbstractType statement) throws ProcessingException
StatementAbstractType
to streamstatement
- out
- ProcessingException
public void write(SAML11SubjectStatementType statement) throws ProcessingException
ProcessingException
public void write(SAML11AttributeStatementType statement) throws ProcessingException
ProcessingException
public void write(SAML11AuthenticationStatementType authnStatement) throws ProcessingException
AuthnStatementType
to streamauthnStatement
- out
- ProcessingException
public void write(SAML11AuthorityBindingType authority) throws ProcessingException
ProcessingException
public void write(SAML11SubjectLocalityType locality) throws ProcessingException
ProcessingException
public void write(SAML11AuthorizationDecisionStatementType xacmlStat) throws ProcessingException
ProcessingException
public void write(SAML11SubjectType subject) throws ProcessingException
SubjectType
to streamsubject
- out
- ProcessingException
public void write(SAML11SubjectConfirmationType confirmation) throws ProcessingException
ProcessingException
public void writeSubjectConfirmationData(Object scData) throws ProcessingException
ProcessingException
public void write(SAML11NameIdentifierType nameid) throws ProcessingException
ProcessingException
public void write(SAML11AttributeType attributeType) throws ProcessingException
AttributeType
to streamattributeType
- out
- ProcessingException
public void writeAttributeTypeWithoutRootTag(SAML11AttributeType attributeType) throws ProcessingException
ProcessingException
public void writeStringAttributeValue(String attributeValue) throws ProcessingException
ProcessingException
public void writeLocalizedNameType(LocalizedNameType localizedNameType, QName startElement) throws ProcessingException
ProcessingException
public void write(SAML11ActionType action) throws ProcessingException
ProcessingException
public void write(SAML11EvidenceType evidence) throws ProcessingException
ProcessingException
Copyright © 2017 JBoss by Red Hat. All rights reserved.