org.eclipse.higgins.util.saml
Class SAML2Subject

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

public class SAML2Subject
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
SAML2Subject()
           
SAML2Subject(Document document)
           
SAML2Subject(Document document, Element element)
           
SAML2Subject(InputStream stream)
           
SAML2Subject(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

SAML2Subject

public SAML2Subject(Document document)

SAML2Subject

public SAML2Subject()

SAML2Subject

public SAML2Subject(InputStream stream)
             throws SAXException,
                    IOException

SAML2Subject

public SAML2Subject(Reader reader)
             throws SAXException,
                    IOException

SAML2Subject

public SAML2Subject(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)