public class AuthnRequestImpl extends RequestAbstractTypeImpl implements AuthnRequest
AuthnRequest.ASSERTION_CONSUMER_SERVICE_INDEX_ATTRIB_NAME, ASSERTION_CONSUMER_SERVICE_URL_ATTRIB_NAME, ATTRIBUTE_CONSUMING_SERVICE_INDEX_ATTRIB_NAME, DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, FORCE_AUTHN_ATTRIB_NAME, IS_PASSIVE_ATTRIB_NAME, PROTOCOL_BINDING_ATTRIB_NAME, PROVIDER_NAME_ATTRIB_NAME, TYPE_LOCAL_NAME, TYPE_NAMECONSENT_ATTRIB_NAME, DESTINATION_ATTRIB_NAME, EXPLICIT_CONSENT, ID_ATTRIB_NAME, IMPLICIT_CONSENT, INAPPLICABLE_CONSENT, ISSUE_INSTANT_ATTRIB_NAME, OBTAINED_CONSENT, PRIOR_CONSENT, UNAVAILABLE_CONSENT, UNSPECIFIED_CONSENT, VERSION_ATTRIB_NAME| 修飾子 | コンストラクタと説明 | 
|---|---|
| protected  | AuthnRequestImpl(String namespaceURI,
                String elementLocalName,
                String namespacePrefix)Constructor. | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| Integer | getAssertionConsumerServiceIndex()Gets the index of the particular Assertion Consumer Service to which the response to this request should be
 delivered. | 
| String | getAssertionConsumerServiceURL()Gets the URL of the particular Assertion Consumer Service to which the response to this request should be
 delivered. | 
| Integer | getAttributeConsumingServiceIndex()Gets the index of the Attribute Consuming Service which describes the SAML attributes the requester desires or
 requires to be supplied in the  Responsemessage. | 
| Conditions | getConditions()Gets the  Conditionsof the request. | 
| NameIDPolicy | getNameIDPolicy()Gets the  NameIDPolicyof the request. | 
| List<XMLObject> | getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM. | 
| String | getProtocolBinding()Gets the protocol binding URI for the request. | 
| String | getProviderName()Gets the human-readable name of the requester for use by the presenter's user agent or the identity provider. | 
| RequestedAuthnContext | getRequestedAuthnContext()Gets the  RequestedAuthnContextof the request. | 
| Scoping | getScoping()Gets the  Scopingof the request. | 
| Subject | getSubject()Gets the  Subjectof the request. | 
| Boolean | isForceAuthn()Gets whether the IdP should force the user to reauthenticate. | 
| XSBooleanValue | isForceAuthnXSBoolean()Gets whether the IdP should force the user to reauthenticate. | 
| Boolean | isPassive()Gets whether the IdP should refrain from interacting with the user during the authentication process. | 
| XSBooleanValue | isPassiveXSBoolean()Gets whether the IdP should refrain from interacting with the user during the authentication process. | 
| void | setAssertionConsumerServiceIndex(Integer newAssertionConsumerServiceIndex)Sets the index of the particular Assertion Consumer Service to which the response to this request should be
 delivered. | 
| void | setAssertionConsumerServiceURL(String newAssertionConsumerServiceURL)Sets the URL of the particular Assertion Consumer Service to which the response to this request should be
 delivered. | 
| void | setAttributeConsumingServiceIndex(Integer newAttributeConsumingServiceIndex)Sets the index of the Attribute Consuming Service which describes the SAML attributes the requester desires or
 requires to be supplied in the  Responsemessage. | 
| void | setConditions(Conditions newConditions)Sets the  Conditionsof the request. | 
| void | setForceAuthn(Boolean newForceAuth)Sets whether the IdP should force the user to reauthenticate. | 
| void | setForceAuthn(XSBooleanValue newForceAuthn)Sets whether the IdP should force the user to reauthenticate. | 
| void | setIsPassive(Boolean newIsPassive)Sets whether the IdP should refrain from interacting with the user during the authentication process. | 
| void | setIsPassive(XSBooleanValue newIsPassive)Sets whether the IdP should refrain from interacting with the user during the authentication process. | 
| void | setNameIDPolicy(NameIDPolicy newNameIDPolicy)Sets the  NameIDPolicyof the request. | 
| void | setProtocolBinding(String newProtocolBinding)Sets the protocol binding URI for the request. | 
| void | setProviderName(String newProviderName)Sets the human-readable name of the requester for use by the presenter's user agent or the identity provider. | 
| void | setRequestedAuthnContext(RequestedAuthnContext newRequestedAuthnContext)Sets the  RequestedAuthnContextof the request. | 
| void | setScoping(Scoping newScoping)Sets the  Scopingof the request. | 
| void | setSubject(Subject newSubject)Sets the  Subjectof the request. | 
getConsent, getDestination, getExtensions, getID, getIssueInstant, getIssuer, getSignatureReferenceID, getVersion, setConsent, setDestination, setExtensions, setID, setIssueInstant, setIssuer, setVersionequals, prepareForAssignment, setSignaturederegisterValidator, getValidators, registerValidator, validate, validateChildrengetSignature, isSignedaddNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaTypeclone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConsent, getDestination, getExtensions, getID, getIssueInstant, getIssuer, getVersion, setConsent, setDestination, setExtensions, setID, setIssueInstant, setIssuer, setVersiongetSignatureReferenceIDgetSignature, isSigned, setSignaturederegisterValidator, getValidators, registerValidator, validateaddNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationprotected AuthnRequestImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
namespaceURI - the namespace the element is inelementLocalName - the local name of the XML element this Object representsnamespacePrefix - the prefix for the given namespacepublic Boolean isForceAuthn()
isForceAuthn インタフェース内 AuthnRequestpublic XSBooleanValue isForceAuthnXSBoolean()
isForceAuthnXSBoolean インタフェース内 AuthnRequestpublic void setForceAuthn(Boolean newForceAuth)
setForceAuthn インタフェース内 AuthnRequestnewForceAuth - whether the IdP should force the user to reauthenticatepublic void setForceAuthn(XSBooleanValue newForceAuthn)
setForceAuthn インタフェース内 AuthnRequestnewForceAuthn - whether the IdP should force the user to reauthenticatepublic Boolean isPassive()
isPassive インタフェース内 AuthnRequestpublic XSBooleanValue isPassiveXSBoolean()
isPassiveXSBoolean インタフェース内 AuthnRequestpublic void setIsPassive(Boolean newIsPassive)
setIsPassive インタフェース内 AuthnRequestnewIsPassive - whether the IdP should refrain from interacting with the user during the authentication
            processpublic void setIsPassive(XSBooleanValue newIsPassive)
setIsPassive インタフェース内 AuthnRequestnewIsPassive - whether the IdP should refrain from interacting with the user during the authentication
            processpublic String getProtocolBinding()
getProtocolBinding インタフェース内 AuthnRequestpublic void setProtocolBinding(String newProtocolBinding)
setProtocolBinding インタフェース内 AuthnRequestnewProtocolBinding - the new value of the ProtocolBinding attributepublic Integer getAssertionConsumerServiceIndex()
getAssertionConsumerServiceIndex インタフェース内 AuthnRequestpublic void setAssertionConsumerServiceIndex(Integer newAssertionConsumerServiceIndex)
setAssertionConsumerServiceIndex インタフェース内 AuthnRequestnewAssertionConsumerServiceIndex - the new value of the AssertionConsumerServiceIndex attributepublic String getAssertionConsumerServiceURL()
getAssertionConsumerServiceURL インタフェース内 AuthnRequestpublic void setAssertionConsumerServiceURL(String newAssertionConsumerServiceURL)
setAssertionConsumerServiceURL インタフェース内 AuthnRequestnewAssertionConsumerServiceURL - the new value of the AssertionConsumerServiceURL attributepublic Integer getAttributeConsumingServiceIndex()
Response message.getAttributeConsumingServiceIndex インタフェース内 AuthnRequestpublic void setAttributeConsumingServiceIndex(Integer newAttributeConsumingServiceIndex)
Response message.setAttributeConsumingServiceIndex インタフェース内 AuthnRequestnewAttributeConsumingServiceIndex - the new value of the AttributeConsumingServiceIndex attributepublic String getProviderName()
getProviderName インタフェース内 AuthnRequestpublic void setProviderName(String newProviderName)
setProviderName インタフェース内 AuthnRequestnewProviderName - the new value of the ProviderName attributepublic Subject getSubject()
Subject of the request.getSubject インタフェース内 AuthnRequestpublic void setSubject(Subject newSubject)
Subject of the request.setSubject インタフェース内 AuthnRequestnewSubject - the new value of the Subject of the requestpublic NameIDPolicy getNameIDPolicy()
NameIDPolicy of the request.getNameIDPolicy インタフェース内 AuthnRequestpublic void setNameIDPolicy(NameIDPolicy newNameIDPolicy)
NameIDPolicy of the request.setNameIDPolicy インタフェース内 AuthnRequestnewNameIDPolicy - the new value of the NameIDPolicy of the requestpublic Conditions getConditions()
Conditions of the request.getConditions インタフェース内 AuthnRequestpublic void setConditions(Conditions newConditions)
Conditions of the request.setConditions インタフェース内 AuthnRequestnewConditions - the new value of the Conditions of the requestpublic RequestedAuthnContext getRequestedAuthnContext()
RequestedAuthnContext of the request.getRequestedAuthnContext インタフェース内 AuthnRequestpublic void setRequestedAuthnContext(RequestedAuthnContext newRequestedAuthnContext)
RequestedAuthnContext of the request.setRequestedAuthnContext インタフェース内 AuthnRequestnewRequestedAuthnContext - the new value of the RequestedAuthnContext of the requestpublic Scoping getScoping()
Scoping of the request.getScoping インタフェース内 AuthnRequestpublic void setScoping(Scoping newScoping)
Scoping of the request.setScoping インタフェース内 AuthnRequestnewScoping - the new value of the Scoping of the requestpublic List<XMLObject> getOrderedChildren()
getOrderedChildren インタフェース内 XMLObjectgetOrderedChildren クラス内 RequestAbstractTypeImplCopyright © 2012. All Rights Reserved.