org.eclipse.higgins.util.saml
Class SAML2AuthnRequest
java.lang.Object
org.eclipse.higgins.util.saml.XMLElement
org.eclipse.higgins.util.saml.SAML2AuthnRequest
- public class SAML2AuthnRequest
- extends XMLElement
| 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 |
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)
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)