org.eclipse.higgins.util.saml
Class SAMLAttributes

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

public class SAMLAttributes
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
SAMLAttributes()
           
SAMLAttributes(Document document)
           
SAMLAttributes(Document document, Element element)
           
SAMLAttributes(InputStream stream)
           
SAMLAttributes(Reader reader)
           
 
Method Summary
 Vector getAttributes()
           
 
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

SAMLAttributes

public SAMLAttributes(Document document)

SAMLAttributes

public SAMLAttributes()

SAMLAttributes

public SAMLAttributes(InputStream stream)
               throws SAXException,
                      IOException

SAMLAttributes

public SAMLAttributes(Reader reader)
               throws SAXException,
                      IOException

SAMLAttributes

public SAMLAttributes(Document document,
                      Element element)
Parameters:
document - doc containing the saml assertion
element - of the root most element of the saml assertion
Method Detail

getAttributes

public Vector getAttributes()
Returns:
Vector of SAMLAttributes