Class BaseSAML11Writer

java.lang.Object
org.keycloak.saml.processing.core.saml.v1.writers.BaseSAML11Writer
Direct Known Subclasses:
SAML11AssertionWriter, SAML11RequestWriter, SAML11ResponseWriter

public abstract class BaseSAML11Writer extends Object
Since:
Jun 27, 2011
Author:
[email protected]
  • Field Details

    • logger

      protected static final PicketLinkLogger logger
    • PROTOCOL_PREFIX

      protected static String PROTOCOL_PREFIX
    • ASSERTION_PREFIX

      protected static String ASSERTION_PREFIX
    • XACML_SAML_PREFIX

      protected static String XACML_SAML_PREFIX
    • XACML_SAML_PROTO_PREFIX

      protected static String XACML_SAML_PROTO_PREFIX
    • XSI_PREFIX

      protected static String XSI_PREFIX
    • writer

      protected XMLStreamWriter writer
  • Constructor Details