public class BaseWriter extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
ASSERTION_PREFIX |
protected static org.picketlink.common.PicketLinkLogger |
logger |
protected static String |
PROTOCOL_PREFIX |
protected XMLStreamWriter |
writer |
protected static String |
XACML_SAML_PREFIX |
protected static String |
XACML_SAML_PROTO_PREFIX |
protected static String |
XSI_PREFIX |
| Constructor and Description |
|---|
BaseWriter(XMLStreamWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(AttributeType attributeType)
Write an
AttributeType to stream |
void |
write(NameIDType nameIDType,
QName tag)
Write
NameIDType to stream |
void |
write(SubjectType subject)
write an
SubjectType to stream |
void |
writeAttributeTypeWithoutRootTag(AttributeType attributeType) |
void |
writeLocalizedNameType(LocalizedNameType localizedNameType,
QName startElement) |
void |
writeStringAttributeValue(String attributeValue) |
protected static final org.picketlink.common.PicketLinkLogger logger
protected static String PROTOCOL_PREFIX
protected static String ASSERTION_PREFIX
protected static String XACML_SAML_PREFIX
protected static String XACML_SAML_PROTO_PREFIX
protected static String XSI_PREFIX
protected XMLStreamWriter writer
public BaseWriter(XMLStreamWriter writer)
public void write(NameIDType nameIDType, QName tag) throws org.picketlink.common.exceptions.ProcessingException
NameIDType to streamnameIDType - tag - out - org.picketlink.common.exceptions.ProcessingExceptionpublic void write(AttributeType attributeType) throws org.picketlink.common.exceptions.ProcessingException
AttributeType to streamattributeType - out - org.picketlink.common.exceptions.ProcessingExceptionpublic void writeAttributeTypeWithoutRootTag(AttributeType 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(SubjectType subject) throws org.picketlink.common.exceptions.ProcessingException
SubjectType to streamsubject - out - org.picketlink.common.exceptions.ProcessingExceptionCopyright © 2013 JBoss Inc.. All Rights Reserved.