org.eclipse.higgins.util.saml
Class SAMLSubject

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

public class SAMLSubject
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
SAMLSubject(Document document, Element element)
           
SAMLSubject(Document document, String nameSpace)
           
SAMLSubject(InputStream stream)
           
SAMLSubject(Reader reader)
           
SAMLSubject(String nameSpace)
           
 
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, getNameSpace, 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

SAMLSubject

public SAMLSubject(Document document,
                   String nameSpace)

SAMLSubject

public SAMLSubject(String nameSpace)

SAMLSubject

public SAMLSubject(InputStream stream)
            throws SAXException,
                   IOException

SAMLSubject

public SAMLSubject(Reader reader)
            throws SAXException,
                   IOException

SAMLSubject

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