|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.picketlink.identity.federation.core.saml.v2.writers.BaseWriter
org.picketlink.identity.federation.core.saml.v2.writers.SAMLResponseWriter
public class SAMLResponseWriter
Write a SAML Response to stream
Field Summary |
---|
Fields inherited from class org.picketlink.identity.federation.core.saml.v2.writers.BaseWriter |
---|
ASSERTION_PREFIX, logger, PROTOCOL_PREFIX, writer, XACML_SAML_PREFIX, XACML_SAML_PROTO_PREFIX, XSI_PREFIX |
Constructor Summary | |
---|---|
SAMLResponseWriter(XMLStreamWriter writer)
|
Method Summary | |
---|---|
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 |
Methods inherited from class org.picketlink.identity.federation.core.saml.v2.writers.BaseWriter |
---|
write, write, write, writeAttributeTypeWithoutRootTag, writeLocalizedNameType, writeStringAttributeValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SAMLResponseWriter(XMLStreamWriter writer)
Method Detail |
---|
public void write(ResponseType response) throws ProcessingException
ResponseType
to stream
response
- out
-
ProcessingException
public void write(ArtifactResponseType response) throws ProcessingException
ProcessingException
public void write(StatusResponseType response, QName qname) throws ProcessingException
StatusResponseType
response
- qname
- QName of the starting elementout
-
ProcessingException
public void write(StatusType status) throws ProcessingException
StatusType
to stream
status
- out
-
ProcessingException
public void write(StatusCodeType statusCodeType) throws ProcessingException
StatusCodeType
to stream
statusCodeType
- out
-
ProcessingException
public void write(StatusDetailType statusDetailType) throws ProcessingException
StatusDetailType
to stream
statusDetailType
- out
-
ProcessingException
|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |