Class SAMLResponseWriter
java.lang.Object
org.keycloak.saml.processing.core.saml.v2.writers.BaseWriter
org.keycloak.saml.processing.core.saml.v2.writers.SAMLResponseWriter
Write a SAML Response to stream
- Since:
- Nov 2, 2010
- Author:
- Anil.Saldhana@redhat.com
-
Field Summary
Fields inherited from class org.keycloak.saml.processing.core.saml.v2.writers.BaseWriter
ASSERTION_PREFIX, logger, PROTOCOL_PREFIX, writer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
write
(ArtifactResponseType response) void
write
(ResponseType response) Write aResponseType
to streamvoid
write
(StatusCodeType statusCodeType) Write aStatusCodeType
to streamvoid
write
(StatusDetailType statusDetailType) Write aStatusDetailType
to streamvoid
write
(StatusResponseType response, QName qname) Write aStatusResponseType
void
write
(StatusType status) Write aStatusType
to streamMethods inherited from class org.keycloak.saml.processing.core.saml.v2.writers.BaseWriter
write, write, write, write, write, writeAttributeTypeWithoutRootTag, writeDateAttributeValue, writeLocalizedNameType, writeNameIDTypeAttributeValue, writeStringAttributeValue
-
Constructor Details
-
SAMLResponseWriter
-
-
Method Details
-
write
Write aResponseType
to stream- Parameters:
response
-out
-- Throws:
ProcessingException
-
write
- Throws:
ProcessingException
-
write
Write aStatusResponseType
- Parameters:
response
-qname
- QName of the starting elementout
-- Throws:
ProcessingException
-
write
Write aStatusType
to stream- Parameters:
status
-out
-- Throws:
ProcessingException
-
write
Write aStatusCodeType
to stream- Parameters:
statusCodeType
-out
-- Throws:
ProcessingException
-
write
Write aStatusDetailType
to stream- Parameters:
statusDetailType
-out
-- Throws:
ProcessingException
-