org.eclipse.higgins.util.saml
Class SAML2AuthnRequest

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

public class SAML2AuthnRequest
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
SAML2AuthnRequest()
           
SAML2AuthnRequest(Document document)
           
SAML2AuthnRequest(Document document, Element element)
           
SAML2AuthnRequest(InputStream stream)
           
SAML2AuthnRequest(Reader reader)
           
 
Method Summary
 String getAssertionConsumerServiceURL()
           
 String getDestination()
           
 Date getIssueInstant()
           
 String getIssuer()
           
 Boolean getNameIDPolicyAllowCreate()
           
 String getNameIDPolicyFormat()
           
 String getProtocolBinding()
           
 String getProviderName()
           
 String getVersion()
           
 void setAssertionConsumerServiceURL(String value)
           
 void setDestination(String value)
           
 void setIssueInstant(Date value)
           
 void setIssuer(String value)
           
 void setNameIDPolicyAllowCreate(boolean value)
           
 void setNameIDPolicyFormat(String value)
           
 void setProtocolBinding(String value)
           
 void setProviderName(String value)
           
 void setVersion(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

SAML2AuthnRequest

public SAML2AuthnRequest(Document document)

SAML2AuthnRequest

public SAML2AuthnRequest()

SAML2AuthnRequest

public SAML2AuthnRequest(InputStream stream)
                  throws SAXException,
                         IOException

SAML2AuthnRequest

public SAML2AuthnRequest(Reader reader)
                  throws SAXException,
                         IOException

SAML2AuthnRequest

public SAML2AuthnRequest(Document document,
                         Element element)
Method Detail

getDestination

public String getDestination()

setDestination

public void setDestination(String value)

getVersion

public String getVersion()

setVersion

public void setVersion(String value)

getIssueInstant

public Date getIssueInstant()

setIssueInstant

public void setIssueInstant(Date value)

getProtocolBinding

public String getProtocolBinding()

setProtocolBinding

public void setProtocolBinding(String value)

getProviderName

public String getProviderName()

setProviderName

public void setProviderName(String value)

getAssertionConsumerServiceURL

public String getAssertionConsumerServiceURL()

setAssertionConsumerServiceURL

public void setAssertionConsumerServiceURL(String value)

getIssuer

public String getIssuer()

setIssuer

public void setIssuer(String value)

getNameIDPolicyAllowCreate

public Boolean getNameIDPolicyAllowCreate()

setNameIDPolicyAllowCreate

public void setNameIDPolicyAllowCreate(boolean value)

getNameIDPolicyFormat

public String getNameIDPolicyFormat()

setNameIDPolicyFormat

public void setNameIDPolicyFormat(String value)