org.eclipse.higgins.util.saml
Class SAML1Subject

java.lang.Object
  extended byorg.eclipse.higgins.util.saml.XMLElement
      extended byorg.eclipse.higgins.util.saml.SAML1Subject

public class SAML1Subject
extends XMLElement


Nested Class Summary
 
Nested classes inherited from class org.eclipse.higgins.util.saml.XMLElement
XMLElement.VerificationException
 
Field Summary
 
Fields inherited from class org.eclipse.higgins.util.saml.XMLElement
PROVIDER_JSR105
 
Constructor Summary
SAML1Subject()
           
SAML1Subject(Document document)
           
SAML1Subject(Document document, Element element)
           
SAML1Subject(InputStream stream)
           
SAML1Subject(Reader reader)
           
 
Method Summary
 String getNameID()
           
 String getNameIDFormat()
           
 String getSubjectConfirmationMethod()
           
 void setNameID(String value)
           
 void setNameIDFormat(String value)
           
 void setSubjectConfirmationMethod(String value)
           
 
Methods inherited from class org.eclipse.higgins.util.saml.XMLElement
addNamespaceAttributes, createID, dump, fromXMLDate, getDocument, getElement, getID, getTextContent, hasKeyInfo, hasSignature, setID, setTextContent, sign, sign, toString, toXMLDate, verify, verifyFromKeyInfo
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SAML1Subject

public SAML1Subject(Document document)

SAML1Subject

public SAML1Subject()

SAML1Subject

public SAML1Subject(InputStream stream)
             throws SAXException,
                    IOException

SAML1Subject

public SAML1Subject(Reader reader)
             throws SAXException,
                    IOException

SAML1Subject

public SAML1Subject(Document document,
                    Element element)
Method Detail

getNameIDFormat

public String getNameIDFormat()

setNameIDFormat

public void setNameIDFormat(String value)

getNameID

public String getNameID()

setNameID

public void setNameID(String value)

getSubjectConfirmationMethod

public String getSubjectConfirmationMethod()

setSubjectConfirmationMethod

public void setSubjectConfirmationMethod(String value)