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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidwrite(AssertionType assertion) Write anAssertionTypeto streamvoidwrite(AttributeStatementType statement) voidwrite(AuthnContextType authContext) Write anAuthnContextTypeto streamvoidwrite(AuthnStatementType authnStatement, boolean includeNamespace) Write anAuthnStatementTypeto streamvoidwrite(StatementAbstractType statement) Write anStatementAbstractTypeto 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 anAssertionTypeto stream- Parameters:
assertion-- Throws:
ProcessingException
-
write
Write anStatementAbstractTypeto stream- Parameters:
statement-- Throws:
ProcessingException
-
write
- Throws:
ProcessingException
-
write
public void write(AuthnStatementType authnStatement, boolean includeNamespace) throws ProcessingException Write anAuthnStatementTypeto stream- Parameters:
authnStatement-- Throws:
ProcessingException
-
write
Write anAuthnContextTypeto stream- Parameters:
authContext-- Throws:
ProcessingException
-