// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.6-b27-fcs // See http://java.sun.com/xml/jaxb // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2012.06.11 at 10:33:54 AM PDT // package com.sun.identity.liberty.ws.common.jaxb.ac; /** * Java content class for AuthenticatorType complex type. *

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/Users/allan/A-SVN/trunk/opensso/products/federation/library/xsd/liberty/lib-arch-authentication-context.xsd line 569) *

*

 * <complexType name="AuthenticatorType">
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <choice>
 *         <element ref="{urn:liberty:ac:2003-08}PreviousSession"/>
 *         <element ref="{urn:liberty:ac:2003-08}ResumeSession"/>
 *         <element ref="{urn:liberty:ac:2003-08}DigSig"/>
 *         <element ref="{urn:liberty:ac:2003-08}Password"/>
 *         <element ref="{urn:liberty:ac:2003-08}ZeroKnowledge"/>
 *         <element ref="{urn:liberty:ac:2003-08}SharedSecretChallengeResponse"/>
 *         <element ref="{urn:liberty:ac:2003-08}SharedSecretDynamicPlaintext"/>
 *         <element ref="{urn:liberty:ac:2003-08}IPAddress"/>
 *         <element ref="{urn:liberty:ac:2003-08}AsymmetricDecryption"/>
 *         <element ref="{urn:liberty:ac:2003-08}AsymmetricKeyAgreement"/>
 *         <element ref="{urn:liberty:ac:2003-08}Extension" maxOccurs="unbounded"/>
 *       </choice>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* */ public interface AuthenticatorType { /** * Gets the value of the previousSession property. * * @return * possible object is * {@link com.sun.identity.liberty.ws.common.jaxb.ac.PreviousSessionElement} * {@link com.sun.identity.liberty.ws.common.jaxb.ac.PreviousSessionType} */ com.sun.identity.liberty.ws.common.jaxb.ac.PreviousSessionType getPreviousSession(); /** * Sets the value of the previousSession property. * * @param value * allowed object is * {@link com.sun.identity.liberty.ws.common.jaxb.ac.PreviousSessionElement} * {@link com.sun.identity.liberty.ws.common.jaxb.ac.PreviousSessionType} */ void setPreviousSession(com.sun.identity.liberty.ws.common.jaxb.ac.PreviousSessionType value); /** * Gets the value of the Extension property. * *

* This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a set method for the Extension property. * *

* For example, to add a new item, do as follows: *

     *    getExtension().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link com.sun.identity.liberty.ws.common.jaxb.ac.ExtensionElement} * {@link com.sun.identity.liberty.ws.common.jaxb.ac.ExtensionType} * */ java.util.List getExtension(); /** * Gets the value of the zeroKnowledge property. * * @return * possible object is * {@link com.sun.identity.liberty.ws.common.jaxb.ac.ZeroKnowledgeType} * {@link com.sun.identity.liberty.ws.common.jaxb.ac.ZeroKnowledgeElement} */ com.sun.identity.liberty.ws.common.jaxb.ac.ZeroKnowledgeType getZeroKnowledge(); /** * Sets the value of the zeroKnowledge property. * * @param value * allowed object is * {@link com.sun.identity.liberty.ws.common.jaxb.ac.ZeroKnowledgeType} * {@link com.sun.identity.liberty.ws.common.jaxb.ac.ZeroKnowledgeElement} */ void setZeroKnowledge(com.sun.identity.liberty.ws.common.jaxb.ac.ZeroKnowledgeType value); /** * Gets the value of the sharedSecretDynamicPlaintext property. * * @return * possible object is * {@link com.sun.identity.liberty.ws.common.jaxb.ac.SharedSecretDynamicPlaintextElement} * {@link com.sun.identity.liberty.ws.common.jaxb.ac.SharedSecretDynamicPlaintextType} */ com.sun.identity.liberty.ws.common.jaxb.ac.SharedSecretDynamicPlaintextType getSharedSecretDynamicPlaintext(); /** * Sets the value of the sharedSecretDynamicPlaintext property. * * @param value * allowed object is * {@link com.sun.identity.liberty.ws.common.jaxb.ac.SharedSecretDynamicPlaintextElement} * {@link com.sun.identity.liberty.ws.common.jaxb.ac.SharedSecretDynamicPlaintextType} */ void setSharedSecretDynamicPlaintext(com.sun.identity.liberty.ws.common.jaxb.ac.SharedSecretDynamicPlaintextType value); /** * Gets the value of the sharedSecretChallengeResponse property. * * @return * possible object is * {@link com.sun.identity.liberty.ws.common.jaxb.ac.SharedSecretChallengeResponseElement} * {@link com.sun.identity.liberty.ws.common.jaxb.ac.SharedSecretChallengeResponseType} */ com.sun.identity.liberty.ws.common.jaxb.ac.SharedSecretChallengeResponseType getSharedSecretChallengeResponse(); /** * Sets the value of the sharedSecretChallengeResponse property. * * @param value * allowed object is * {@link com.sun.identity.liberty.ws.common.jaxb.ac.SharedSecretChallengeResponseElement} * {@link com.sun.identity.liberty.ws.common.jaxb.ac.SharedSecretChallengeResponseType} */ void setSharedSecretChallengeResponse(com.sun.identity.liberty.ws.common.jaxb.ac.SharedSecretChallengeResponseType value); /** * Gets the value of the resumeSession property. * * @return * possible object is * {@link com.sun.identity.liberty.ws.common.jaxb.ac.ResumeSessionType} * {@link com.sun.identity.liberty.ws.common.jaxb.ac.ResumeSessionElement} */ com.sun.identity.liberty.ws.common.jaxb.ac.ResumeSessionType getResumeSession(); /** * Sets the value of the resumeSession property. * * @param value * allowed object is * {@link com.sun.identity.liberty.ws.common.jaxb.ac.ResumeSessionType} * {@link com.sun.identity.liberty.ws.common.jaxb.ac.ResumeSessionElement} */ void setResumeSession(com.sun.identity.liberty.ws.common.jaxb.ac.ResumeSessionType value); /** * Gets the value of the ipAddress property. * * @return * possible object is * {@link com.sun.identity.liberty.ws.common.jaxb.ac.IPAddressElement} * {@link com.sun.identity.liberty.ws.common.jaxb.ac.IPAddressType} */ com.sun.identity.liberty.ws.common.jaxb.ac.IPAddressType getIPAddress(); /** * Sets the value of the ipAddress property. * * @param value * allowed object is * {@link com.sun.identity.liberty.ws.common.jaxb.ac.IPAddressElement} * {@link com.sun.identity.liberty.ws.common.jaxb.ac.IPAddressType} */ void setIPAddress(com.sun.identity.liberty.ws.common.jaxb.ac.IPAddressType value); /** * Gets the value of the digSig property. * * @return * possible object is * {@link com.sun.identity.liberty.ws.common.jaxb.ac.DigSigType} * {@link com.sun.identity.liberty.ws.common.jaxb.ac.DigSigElement} */ com.sun.identity.liberty.ws.common.jaxb.ac.DigSigType getDigSig(); /** * Sets the value of the digSig property. * * @param value * allowed object is * {@link com.sun.identity.liberty.ws.common.jaxb.ac.DigSigType} * {@link com.sun.identity.liberty.ws.common.jaxb.ac.DigSigElement} */ void setDigSig(com.sun.identity.liberty.ws.common.jaxb.ac.DigSigType value); /** * Gets the value of the password property. * * @return * possible object is * {@link com.sun.identity.liberty.ws.common.jaxb.ac.PasswordType} * {@link com.sun.identity.liberty.ws.common.jaxb.ac.PasswordElement} */ com.sun.identity.liberty.ws.common.jaxb.ac.PasswordType getPassword(); /** * Sets the value of the password property. * * @param value * allowed object is * {@link com.sun.identity.liberty.ws.common.jaxb.ac.PasswordType} * {@link com.sun.identity.liberty.ws.common.jaxb.ac.PasswordElement} */ void setPassword(com.sun.identity.liberty.ws.common.jaxb.ac.PasswordType value); /** * Gets the value of the asymmetricKeyAgreement property. * * @return * possible object is * {@link com.sun.identity.liberty.ws.common.jaxb.ac.AsymmetricKeyAgreementType} * {@link com.sun.identity.liberty.ws.common.jaxb.ac.AsymmetricKeyAgreementElement} */ com.sun.identity.liberty.ws.common.jaxb.ac.AsymmetricKeyAgreementType getAsymmetricKeyAgreement(); /** * Sets the value of the asymmetricKeyAgreement property. * * @param value * allowed object is * {@link com.sun.identity.liberty.ws.common.jaxb.ac.AsymmetricKeyAgreementType} * {@link com.sun.identity.liberty.ws.common.jaxb.ac.AsymmetricKeyAgreementElement} */ void setAsymmetricKeyAgreement(com.sun.identity.liberty.ws.common.jaxb.ac.AsymmetricKeyAgreementType value); /** * Gets the value of the asymmetricDecryption property. * * @return * possible object is * {@link com.sun.identity.liberty.ws.common.jaxb.ac.AsymmetricDecryptionType} * {@link com.sun.identity.liberty.ws.common.jaxb.ac.AsymmetricDecryptionElement} */ com.sun.identity.liberty.ws.common.jaxb.ac.AsymmetricDecryptionType getAsymmetricDecryption(); /** * Sets the value of the asymmetricDecryption property. * * @param value * allowed object is * {@link com.sun.identity.liberty.ws.common.jaxb.ac.AsymmetricDecryptionType} * {@link com.sun.identity.liberty.ws.common.jaxb.ac.AsymmetricDecryptionElement} */ void setAsymmetricDecryption(com.sun.identity.liberty.ws.common.jaxb.ac.AsymmetricDecryptionType value); }