PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.core.saml.v1.writers
Class BaseSAML11Writer

java.lang.Object
  extended by org.picketlink.identity.federation.core.saml.v1.writers.BaseSAML11Writer
Direct Known Subclasses:
SAML11AssertionWriter, SAML11RequestWriter, SAML11ResponseWriter

public abstract class BaseSAML11Writer
extends Object

Since:
Jun 27, 2011
Author:
Anil.Saldhana@redhat.com

Field Summary
protected static String ASSERTION_PREFIX
           
protected static PicketLinkLogger logger
           
protected static String PROTOCOL_PREFIX
           
protected  XMLStreamWriter writer
           
protected static String XACML_SAML_PREFIX
           
protected static String XACML_SAML_PROTO_PREFIX
           
protected static String XSI_PREFIX
           
 
Constructor Summary
BaseSAML11Writer(XMLStreamWriter writer)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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 Detail

BaseSAML11Writer

public BaseSAML11Writer(XMLStreamWriter writer)

PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.