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) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(SAML11ActionType action) |
void |
write(SAML11AssertionType assertion)
Write an
SAML11AssertionType to stream |
void |
write(SAML11AttributeStatementType statement) |
void |
write(SAML11AttributeType attributeType)
Write an
AttributeType to stream |
void |
write(SAML11AuthenticationStatementType authnStatement)
Write an
AuthnStatementType to stream |
void |
write(SAML11AuthorityBindingType authority) |
void |
write(SAML11AuthorizationDecisionStatementType xacmlStat) |
void |
write(SAML11EvidenceType evidence) |
void |
write(SAML11NameIdentifierType nameid) |
void |
write(SAML11SubjectConfirmationType confirmation) |
void |
write(SAML11SubjectLocalityType locality) |
void |
write(SAML11SubjectStatementType statement) |
void |
write(SAML11SubjectType subject)
write an
SubjectType to stream |
void |
write(StatementAbstractType statement)
Write an
StatementAbstractType to stream |
void |
writeAttributeTypeWithoutRootTag(SAML11AttributeType attributeType) |
void |
writeLocalizedNameType(LocalizedNameType localizedNameType,
QName startElement) |
void |
writeStringAttributeValue(String attributeValue) |
void |
writeSubjectConfirmationData(Object scData) |
public SAML11AssertionWriter(XMLStreamWriter writer)
public void write(SAML11AssertionType assertion) throws org.picketlink.common.exceptions.ProcessingException
SAML11AssertionType to streamassertion - out - org.picketlink.common.exceptions.ProcessingExceptionpublic void write(StatementAbstractType statement) throws org.picketlink.common.exceptions.ProcessingException
StatementAbstractType to streamstatement - out - org.picketlink.common.exceptions.ProcessingExceptionpublic void write(SAML11SubjectStatementType statement) throws org.picketlink.common.exceptions.ProcessingException
org.picketlink.common.exceptions.ProcessingExceptionpublic void write(SAML11AttributeStatementType statement) throws org.picketlink.common.exceptions.ProcessingException
org.picketlink.common.exceptions.ProcessingExceptionpublic void write(SAML11AuthenticationStatementType authnStatement) throws org.picketlink.common.exceptions.ProcessingException
AuthnStatementType to streamauthnStatement - out - org.picketlink.common.exceptions.ProcessingExceptionpublic void write(SAML11AuthorityBindingType authority) throws org.picketlink.common.exceptions.ProcessingException
org.picketlink.common.exceptions.ProcessingExceptionpublic void write(SAML11SubjectLocalityType locality) throws org.picketlink.common.exceptions.ProcessingException
org.picketlink.common.exceptions.ProcessingExceptionpublic void write(SAML11AuthorizationDecisionStatementType xacmlStat) throws org.picketlink.common.exceptions.ProcessingException
org.picketlink.common.exceptions.ProcessingExceptionpublic void write(SAML11SubjectType subject) throws org.picketlink.common.exceptions.ProcessingException
SubjectType to streamsubject - out - org.picketlink.common.exceptions.ProcessingExceptionpublic void write(SAML11SubjectConfirmationType confirmation) throws org.picketlink.common.exceptions.ProcessingException
org.picketlink.common.exceptions.ProcessingExceptionpublic void writeSubjectConfirmationData(Object scData) throws org.picketlink.common.exceptions.ProcessingException
org.picketlink.common.exceptions.ProcessingExceptionpublic void write(SAML11NameIdentifierType nameid) throws org.picketlink.common.exceptions.ProcessingException
org.picketlink.common.exceptions.ProcessingExceptionpublic void write(SAML11AttributeType attributeType) throws org.picketlink.common.exceptions.ProcessingException
AttributeType to streamattributeType - out - org.picketlink.common.exceptions.ProcessingExceptionpublic void writeAttributeTypeWithoutRootTag(SAML11AttributeType attributeType) throws org.picketlink.common.exceptions.ProcessingException
org.picketlink.common.exceptions.ProcessingExceptionpublic void writeStringAttributeValue(String attributeValue) throws org.picketlink.common.exceptions.ProcessingException
org.picketlink.common.exceptions.ProcessingExceptionpublic void writeLocalizedNameType(LocalizedNameType localizedNameType, QName startElement) throws org.picketlink.common.exceptions.ProcessingException
org.picketlink.common.exceptions.ProcessingExceptionpublic void write(SAML11ActionType action) throws org.picketlink.common.exceptions.ProcessingException
org.picketlink.common.exceptions.ProcessingExceptionpublic void write(SAML11EvidenceType evidence) throws org.picketlink.common.exceptions.ProcessingException
org.picketlink.common.exceptions.ProcessingExceptionCopyright © 2013 JBoss Inc.. All Rights Reserved.