Class SAMLAssertionWriter
java.lang.Object
org.keycloak.saml.processing.core.saml.v2.writers.BaseWriter
org.keycloak.saml.processing.core.saml.v2.writers.SAMLAssertionWriter
Write the SAML Assertion 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
(AssertionType assertion) Write anAssertionType
to streamvoid
write
(AttributeStatementType statement) void
write
(AuthnContextType authContext) Write anAuthnContextType
to streamvoid
write
(AuthnStatementType authnStatement, boolean includeNamespace) Write anAuthnStatementType
to streamvoid
write
(StatementAbstractType statement) Write anStatementAbstractType
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
-
SAMLAssertionWriter
-
-
Method Details
-
write
Write anAssertionType
to stream- Parameters:
assertion
-- Throws:
ProcessingException
-
write
Write anStatementAbstractType
to stream- Parameters:
statement
-- Throws:
ProcessingException
-
write
- Throws:
ProcessingException
-
write
public void write(AuthnStatementType authnStatement, boolean includeNamespace) throws ProcessingException Write anAuthnStatementType
to stream- Parameters:
authnStatement
-- Throws:
ProcessingException
-
write
Write anAuthnContextType
to stream- Parameters:
authContext
-- Throws:
ProcessingException
-