public class SAMLResponseWriter extends BaseWriter
ASSERTION_PREFIX, logger, PROTOCOL_PREFIX, writer| Constructor and Description |
|---|
SAMLResponseWriter(XMLStreamWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(ArtifactResponseType response) |
void |
write(ResponseType response)
Write a
ResponseType to stream |
void |
write(StatusCodeType statusCodeType)
Write a
StatusCodeType to stream |
void |
write(StatusDetailType statusDetailType)
Write a
StatusDetailType to stream |
void |
write(StatusResponseType response,
QName qname)
Write a
StatusResponseType |
void |
write(StatusType status)
Write a
StatusType to stream |
write, write, write, write, write, writeAttributeTypeWithoutRootTag, writeDateAttributeValue, writeLocalizedNameType, writeNameIDTypeAttributeValue, writeStringAttributeValuepublic SAMLResponseWriter(XMLStreamWriter writer)
public void write(ResponseType response) throws ProcessingException
ResponseType to streamresponse - out - ProcessingExceptionpublic void write(ArtifactResponseType response) throws ProcessingException
ProcessingExceptionpublic void write(StatusResponseType response, QName qname) throws ProcessingException
StatusResponseTyperesponse - qname - QName of the starting elementout - ProcessingExceptionpublic void write(StatusType status) throws ProcessingException
StatusType to streamstatus - out - ProcessingExceptionpublic void write(StatusCodeType statusCodeType) throws ProcessingException
StatusCodeType to streamstatusCodeType - out - ProcessingExceptionpublic void write(StatusDetailType statusDetailType) throws ProcessingException
StatusDetailType to streamstatusDetailType - out - ProcessingExceptionCopyright © 2021 JBoss by Red Hat. All rights reserved.