// // 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.impl; public class AuthenticatorTypeImpl implements com.sun.identity.liberty.ws.common.jaxb.ac.AuthenticatorType, com.sun.xml.bind.JAXBObject, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.UnmarshallableObject, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializable, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.ValidatableObject { protected com.sun.identity.liberty.ws.common.jaxb.ac.PreviousSessionType _PreviousSession; protected com.sun.xml.bind.util.ListImpl _Extension; protected com.sun.identity.liberty.ws.common.jaxb.ac.ZeroKnowledgeType _ZeroKnowledge; protected com.sun.identity.liberty.ws.common.jaxb.ac.SharedSecretDynamicPlaintextType _SharedSecretDynamicPlaintext; protected com.sun.identity.liberty.ws.common.jaxb.ac.SharedSecretChallengeResponseType _SharedSecretChallengeResponse; protected com.sun.identity.liberty.ws.common.jaxb.ac.ResumeSessionType _ResumeSession; protected com.sun.identity.liberty.ws.common.jaxb.ac.IPAddressType _IPAddress; protected com.sun.identity.liberty.ws.common.jaxb.ac.DigSigType _DigSig; protected com.sun.identity.liberty.ws.common.jaxb.ac.PasswordType _Password; protected com.sun.identity.liberty.ws.common.jaxb.ac.AsymmetricKeyAgreementType _AsymmetricKeyAgreement; protected com.sun.identity.liberty.ws.common.jaxb.ac.AsymmetricDecryptionType _AsymmetricDecryption; public final static java.lang.Class version = (com.sun.identity.liberty.ws.common.jaxb.ac.impl.JAXBVersion.class); private static com.sun.msv.grammar.Grammar schemaFragment; private final static java.lang.Class PRIMARY_INTERFACE_CLASS() { return (com.sun.identity.liberty.ws.common.jaxb.ac.AuthenticatorType.class); } public com.sun.identity.liberty.ws.common.jaxb.ac.PreviousSessionType getPreviousSession() { return _PreviousSession; } public void setPreviousSession(com.sun.identity.liberty.ws.common.jaxb.ac.PreviousSessionType value) { _PreviousSession = value; } protected com.sun.xml.bind.util.ListImpl _getExtension() { if (_Extension == null) { _Extension = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList()); } return _Extension; } public java.util.List getExtension() { return _getExtension(); } public com.sun.identity.liberty.ws.common.jaxb.ac.ZeroKnowledgeType getZeroKnowledge() { return _ZeroKnowledge; } public void setZeroKnowledge(com.sun.identity.liberty.ws.common.jaxb.ac.ZeroKnowledgeType value) { _ZeroKnowledge = value; } public com.sun.identity.liberty.ws.common.jaxb.ac.SharedSecretDynamicPlaintextType getSharedSecretDynamicPlaintext() { return _SharedSecretDynamicPlaintext; } public void setSharedSecretDynamicPlaintext(com.sun.identity.liberty.ws.common.jaxb.ac.SharedSecretDynamicPlaintextType value) { _SharedSecretDynamicPlaintext = value; } public com.sun.identity.liberty.ws.common.jaxb.ac.SharedSecretChallengeResponseType getSharedSecretChallengeResponse() { return _SharedSecretChallengeResponse; } public void setSharedSecretChallengeResponse(com.sun.identity.liberty.ws.common.jaxb.ac.SharedSecretChallengeResponseType value) { _SharedSecretChallengeResponse = value; } public com.sun.identity.liberty.ws.common.jaxb.ac.ResumeSessionType getResumeSession() { return _ResumeSession; } public void setResumeSession(com.sun.identity.liberty.ws.common.jaxb.ac.ResumeSessionType value) { _ResumeSession = value; } public com.sun.identity.liberty.ws.common.jaxb.ac.IPAddressType getIPAddress() { return _IPAddress; } public void setIPAddress(com.sun.identity.liberty.ws.common.jaxb.ac.IPAddressType value) { _IPAddress = value; } public com.sun.identity.liberty.ws.common.jaxb.ac.DigSigType getDigSig() { return _DigSig; } public void setDigSig(com.sun.identity.liberty.ws.common.jaxb.ac.DigSigType value) { _DigSig = value; } public com.sun.identity.liberty.ws.common.jaxb.ac.PasswordType getPassword() { return _Password; } public void setPassword(com.sun.identity.liberty.ws.common.jaxb.ac.PasswordType value) { _Password = value; } public com.sun.identity.liberty.ws.common.jaxb.ac.AsymmetricKeyAgreementType getAsymmetricKeyAgreement() { return _AsymmetricKeyAgreement; } public void setAsymmetricKeyAgreement(com.sun.identity.liberty.ws.common.jaxb.ac.AsymmetricKeyAgreementType value) { _AsymmetricKeyAgreement = value; } public com.sun.identity.liberty.ws.common.jaxb.ac.AsymmetricDecryptionType getAsymmetricDecryption() { return _AsymmetricDecryption; } public void setAsymmetricDecryption(com.sun.identity.liberty.ws.common.jaxb.ac.AsymmetricDecryptionType value) { _AsymmetricDecryption = value; } public com.sun.identity.federation.jaxb.entityconfig.impl.runtime.UnmarshallingEventHandler createUnmarshaller(com.sun.identity.federation.jaxb.entityconfig.impl.runtime.UnmarshallingContext context) { return new com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTypeImpl.Unmarshaller(context); } public void serializeBody(com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializer context) throws org.xml.sax.SAXException { int idx2 = 0; final int len2 = ((_Extension == null)? 0 :_Extension.size()); if (((((((((((((_Extension == null)? 0 :_Extension.size()) == 0)&&(_ResumeSession == null))&&(_ZeroKnowledge == null))&&(_AsymmetricKeyAgreement == null))&&(_SharedSecretChallengeResponse == null))&&(_AsymmetricDecryption == null))&&(_PreviousSession!= null))&&(_IPAddress == null))&&(_Password == null))&&(_DigSig == null))&&(_SharedSecretDynamicPlaintext == null)) { if (_PreviousSession instanceof javax.xml.bind.Element) { context.childAsBody(((com.sun.xml.bind.JAXBObject) _PreviousSession), "PreviousSession"); } else { context.startElement("urn:liberty:ac:2003-08", "PreviousSession"); context.childAsURIs(((com.sun.xml.bind.JAXBObject) _PreviousSession), "PreviousSession"); context.endNamespaceDecls(); context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _PreviousSession), "PreviousSession"); context.endAttributes(); context.childAsBody(((com.sun.xml.bind.JAXBObject) _PreviousSession), "PreviousSession"); context.endElement(); } } else { if (((((((((((((_Extension == null)? 0 :_Extension.size()) == 0)&&(_ResumeSession!= null))&&(_ZeroKnowledge == null))&&(_AsymmetricKeyAgreement == null))&&(_SharedSecretChallengeResponse == null))&&(_AsymmetricDecryption == null))&&(_PreviousSession == null))&&(_IPAddress == null))&&(_Password == null))&&(_DigSig == null))&&(_SharedSecretDynamicPlaintext == null)) { if (_ResumeSession instanceof javax.xml.bind.Element) { context.childAsBody(((com.sun.xml.bind.JAXBObject) _ResumeSession), "ResumeSession"); } else { context.startElement("urn:liberty:ac:2003-08", "ResumeSession"); context.childAsURIs(((com.sun.xml.bind.JAXBObject) _ResumeSession), "ResumeSession"); context.endNamespaceDecls(); context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _ResumeSession), "ResumeSession"); context.endAttributes(); context.childAsBody(((com.sun.xml.bind.JAXBObject) _ResumeSession), "ResumeSession"); context.endElement(); } } else { if (((((((((((((_Extension == null)? 0 :_Extension.size()) == 0)&&(_ResumeSession == null))&&(_ZeroKnowledge == null))&&(_AsymmetricKeyAgreement == null))&&(_SharedSecretChallengeResponse == null))&&(_AsymmetricDecryption == null))&&(_PreviousSession == null))&&(_IPAddress == null))&&(_Password == null))&&(_DigSig!= null))&&(_SharedSecretDynamicPlaintext == null)) { if (_DigSig instanceof javax.xml.bind.Element) { context.childAsBody(((com.sun.xml.bind.JAXBObject) _DigSig), "DigSig"); } else { context.startElement("urn:liberty:ac:2003-08", "DigSig"); context.childAsURIs(((com.sun.xml.bind.JAXBObject) _DigSig), "DigSig"); context.endNamespaceDecls(); context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _DigSig), "DigSig"); context.endAttributes(); context.childAsBody(((com.sun.xml.bind.JAXBObject) _DigSig), "DigSig"); context.endElement(); } } else { if (((((((((((((_Extension == null)? 0 :_Extension.size()) == 0)&&(_ResumeSession == null))&&(_ZeroKnowledge == null))&&(_AsymmetricKeyAgreement == null))&&(_SharedSecretChallengeResponse == null))&&(_AsymmetricDecryption == null))&&(_PreviousSession == null))&&(_IPAddress == null))&&(_Password!= null))&&(_DigSig == null))&&(_SharedSecretDynamicPlaintext == null)) { if (_Password instanceof javax.xml.bind.Element) { context.childAsBody(((com.sun.xml.bind.JAXBObject) _Password), "Password"); } else { context.startElement("urn:liberty:ac:2003-08", "Password"); context.childAsURIs(((com.sun.xml.bind.JAXBObject) _Password), "Password"); context.endNamespaceDecls(); context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _Password), "Password"); context.endAttributes(); context.childAsBody(((com.sun.xml.bind.JAXBObject) _Password), "Password"); context.endElement(); } } else { if (((((((((((((_Extension == null)? 0 :_Extension.size()) == 0)&&(_ResumeSession == null))&&(_ZeroKnowledge!= null))&&(_AsymmetricKeyAgreement == null))&&(_SharedSecretChallengeResponse == null))&&(_AsymmetricDecryption == null))&&(_PreviousSession == null))&&(_IPAddress == null))&&(_Password == null))&&(_DigSig == null))&&(_SharedSecretDynamicPlaintext == null)) { if (_ZeroKnowledge instanceof javax.xml.bind.Element) { context.childAsBody(((com.sun.xml.bind.JAXBObject) _ZeroKnowledge), "ZeroKnowledge"); } else { context.startElement("urn:liberty:ac:2003-08", "ZeroKnowledge"); context.childAsURIs(((com.sun.xml.bind.JAXBObject) _ZeroKnowledge), "ZeroKnowledge"); context.endNamespaceDecls(); context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _ZeroKnowledge), "ZeroKnowledge"); context.endAttributes(); context.childAsBody(((com.sun.xml.bind.JAXBObject) _ZeroKnowledge), "ZeroKnowledge"); context.endElement(); } } else { if (((((((((((((_Extension == null)? 0 :_Extension.size()) == 0)&&(_ResumeSession == null))&&(_ZeroKnowledge == null))&&(_AsymmetricKeyAgreement == null))&&(_SharedSecretChallengeResponse!= null))&&(_AsymmetricDecryption == null))&&(_PreviousSession == null))&&(_IPAddress == null))&&(_Password == null))&&(_DigSig == null))&&(_SharedSecretDynamicPlaintext == null)) { if (_SharedSecretChallengeResponse instanceof javax.xml.bind.Element) { context.childAsBody(((com.sun.xml.bind.JAXBObject) _SharedSecretChallengeResponse), "SharedSecretChallengeResponse"); } else { context.startElement("urn:liberty:ac:2003-08", "SharedSecretChallengeResponse"); context.childAsURIs(((com.sun.xml.bind.JAXBObject) _SharedSecretChallengeResponse), "SharedSecretChallengeResponse"); context.endNamespaceDecls(); context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _SharedSecretChallengeResponse), "SharedSecretChallengeResponse"); context.endAttributes(); context.childAsBody(((com.sun.xml.bind.JAXBObject) _SharedSecretChallengeResponse), "SharedSecretChallengeResponse"); context.endElement(); } } else { if (((((((((((((_Extension == null)? 0 :_Extension.size()) == 0)&&(_ResumeSession == null))&&(_ZeroKnowledge == null))&&(_AsymmetricKeyAgreement == null))&&(_SharedSecretChallengeResponse == null))&&(_AsymmetricDecryption == null))&&(_PreviousSession == null))&&(_IPAddress == null))&&(_Password == null))&&(_DigSig == null))&&(_SharedSecretDynamicPlaintext!= null)) { if (_SharedSecretDynamicPlaintext instanceof javax.xml.bind.Element) { context.childAsBody(((com.sun.xml.bind.JAXBObject) _SharedSecretDynamicPlaintext), "SharedSecretDynamicPlaintext"); } else { context.startElement("urn:liberty:ac:2003-08", "SharedSecretDynamicPlaintext"); context.childAsURIs(((com.sun.xml.bind.JAXBObject) _SharedSecretDynamicPlaintext), "SharedSecretDynamicPlaintext"); context.endNamespaceDecls(); context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _SharedSecretDynamicPlaintext), "SharedSecretDynamicPlaintext"); context.endAttributes(); context.childAsBody(((com.sun.xml.bind.JAXBObject) _SharedSecretDynamicPlaintext), "SharedSecretDynamicPlaintext"); context.endElement(); } } else { if (((((((((((((_Extension == null)? 0 :_Extension.size()) == 0)&&(_ResumeSession == null))&&(_ZeroKnowledge == null))&&(_AsymmetricKeyAgreement == null))&&(_SharedSecretChallengeResponse == null))&&(_AsymmetricDecryption == null))&&(_PreviousSession == null))&&(_IPAddress!= null))&&(_Password == null))&&(_DigSig == null))&&(_SharedSecretDynamicPlaintext == null)) { if (_IPAddress instanceof javax.xml.bind.Element) { context.childAsBody(((com.sun.xml.bind.JAXBObject) _IPAddress), "IPAddress"); } else { context.startElement("urn:liberty:ac:2003-08", "IPAddress"); context.childAsURIs(((com.sun.xml.bind.JAXBObject) _IPAddress), "IPAddress"); context.endNamespaceDecls(); context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _IPAddress), "IPAddress"); context.endAttributes(); context.childAsBody(((com.sun.xml.bind.JAXBObject) _IPAddress), "IPAddress"); context.endElement(); } } else { if (((((((((((((_Extension == null)? 0 :_Extension.size()) == 0)&&(_ResumeSession == null))&&(_ZeroKnowledge == null))&&(_AsymmetricKeyAgreement == null))&&(_SharedSecretChallengeResponse == null))&&(_AsymmetricDecryption!= null))&&(_PreviousSession == null))&&(_IPAddress == null))&&(_Password == null))&&(_DigSig == null))&&(_SharedSecretDynamicPlaintext == null)) { if (_AsymmetricDecryption instanceof javax.xml.bind.Element) { context.childAsBody(((com.sun.xml.bind.JAXBObject) _AsymmetricDecryption), "AsymmetricDecryption"); } else { context.startElement("urn:liberty:ac:2003-08", "AsymmetricDecryption"); context.childAsURIs(((com.sun.xml.bind.JAXBObject) _AsymmetricDecryption), "AsymmetricDecryption"); context.endNamespaceDecls(); context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _AsymmetricDecryption), "AsymmetricDecryption"); context.endAttributes(); context.childAsBody(((com.sun.xml.bind.JAXBObject) _AsymmetricDecryption), "AsymmetricDecryption"); context.endElement(); } } else { if (((((((((((((_Extension == null)? 0 :_Extension.size()) == 0)&&(_ResumeSession == null))&&(_ZeroKnowledge == null))&&(_AsymmetricKeyAgreement!= null))&&(_SharedSecretChallengeResponse == null))&&(_AsymmetricDecryption == null))&&(_PreviousSession == null))&&(_IPAddress == null))&&(_Password == null))&&(_DigSig == null))&&(_SharedSecretDynamicPlaintext == null)) { if (_AsymmetricKeyAgreement instanceof javax.xml.bind.Element) { context.childAsBody(((com.sun.xml.bind.JAXBObject) _AsymmetricKeyAgreement), "AsymmetricKeyAgreement"); } else { context.startElement("urn:liberty:ac:2003-08", "AsymmetricKeyAgreement"); context.childAsURIs(((com.sun.xml.bind.JAXBObject) _AsymmetricKeyAgreement), "AsymmetricKeyAgreement"); context.endNamespaceDecls(); context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _AsymmetricKeyAgreement), "AsymmetricKeyAgreement"); context.endAttributes(); context.childAsBody(((com.sun.xml.bind.JAXBObject) _AsymmetricKeyAgreement), "AsymmetricKeyAgreement"); context.endElement(); } } else { if (((((((((((((_Extension == null)? 0 :_Extension.size())>= 1)&&(_ResumeSession == null))&&(_ZeroKnowledge == null))&&(_AsymmetricKeyAgreement == null))&&(_SharedSecretChallengeResponse == null))&&(_AsymmetricDecryption == null))&&(_PreviousSession == null))&&(_IPAddress == null))&&(_Password == null))&&(_DigSig == null))&&(_SharedSecretDynamicPlaintext == null)) { while (idx2 != len2) { if (_Extension.get(idx2) instanceof javax.xml.bind.Element) { context.childAsBody(((com.sun.xml.bind.JAXBObject) _Extension.get(idx2 ++)), "Extension"); } else { context.startElement("urn:liberty:ac:2003-08", "Extension"); int idx_20 = idx2; context.childAsURIs(((com.sun.xml.bind.JAXBObject) _Extension.get(idx_20 ++)), "Extension"); context.endNamespaceDecls(); int idx_21 = idx2; context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _Extension.get(idx_21 ++)), "Extension"); context.endAttributes(); context.childAsBody(((com.sun.xml.bind.JAXBObject) _Extension.get(idx2 ++)), "Extension"); context.endElement(); } } } } } } } } } } } } } } public void serializeAttributes(com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializer context) throws org.xml.sax.SAXException { int idx2 = 0; final int len2 = ((_Extension == null)? 0 :_Extension.size()); if (((((((((((((_Extension == null)? 0 :_Extension.size()) == 0)&&(_ResumeSession == null))&&(_ZeroKnowledge == null))&&(_AsymmetricKeyAgreement == null))&&(_SharedSecretChallengeResponse == null))&&(_AsymmetricDecryption == null))&&(_PreviousSession!= null))&&(_IPAddress == null))&&(_Password == null))&&(_DigSig == null))&&(_SharedSecretDynamicPlaintext == null)) { if (_PreviousSession instanceof javax.xml.bind.Element) { context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _PreviousSession), "PreviousSession"); } } else { if (((((((((((((_Extension == null)? 0 :_Extension.size()) == 0)&&(_ResumeSession!= null))&&(_ZeroKnowledge == null))&&(_AsymmetricKeyAgreement == null))&&(_SharedSecretChallengeResponse == null))&&(_AsymmetricDecryption == null))&&(_PreviousSession == null))&&(_IPAddress == null))&&(_Password == null))&&(_DigSig == null))&&(_SharedSecretDynamicPlaintext == null)) { if (_ResumeSession instanceof javax.xml.bind.Element) { context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _ResumeSession), "ResumeSession"); } } else { if (((((((((((((_Extension == null)? 0 :_Extension.size()) == 0)&&(_ResumeSession == null))&&(_ZeroKnowledge == null))&&(_AsymmetricKeyAgreement == null))&&(_SharedSecretChallengeResponse == null))&&(_AsymmetricDecryption == null))&&(_PreviousSession == null))&&(_IPAddress == null))&&(_Password == null))&&(_DigSig!= null))&&(_SharedSecretDynamicPlaintext == null)) { if (_DigSig instanceof javax.xml.bind.Element) { context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _DigSig), "DigSig"); } } else { if (((((((((((((_Extension == null)? 0 :_Extension.size()) == 0)&&(_ResumeSession == null))&&(_ZeroKnowledge == null))&&(_AsymmetricKeyAgreement == null))&&(_SharedSecretChallengeResponse == null))&&(_AsymmetricDecryption == null))&&(_PreviousSession == null))&&(_IPAddress == null))&&(_Password!= null))&&(_DigSig == null))&&(_SharedSecretDynamicPlaintext == null)) { if (_Password instanceof javax.xml.bind.Element) { context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _Password), "Password"); } } else { if (((((((((((((_Extension == null)? 0 :_Extension.size()) == 0)&&(_ResumeSession == null))&&(_ZeroKnowledge!= null))&&(_AsymmetricKeyAgreement == null))&&(_SharedSecretChallengeResponse == null))&&(_AsymmetricDecryption == null))&&(_PreviousSession == null))&&(_IPAddress == null))&&(_Password == null))&&(_DigSig == null))&&(_SharedSecretDynamicPlaintext == null)) { if (_ZeroKnowledge instanceof javax.xml.bind.Element) { context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _ZeroKnowledge), "ZeroKnowledge"); } } else { if (((((((((((((_Extension == null)? 0 :_Extension.size()) == 0)&&(_ResumeSession == null))&&(_ZeroKnowledge == null))&&(_AsymmetricKeyAgreement == null))&&(_SharedSecretChallengeResponse!= null))&&(_AsymmetricDecryption == null))&&(_PreviousSession == null))&&(_IPAddress == null))&&(_Password == null))&&(_DigSig == null))&&(_SharedSecretDynamicPlaintext == null)) { if (_SharedSecretChallengeResponse instanceof javax.xml.bind.Element) { context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _SharedSecretChallengeResponse), "SharedSecretChallengeResponse"); } } else { if (((((((((((((_Extension == null)? 0 :_Extension.size()) == 0)&&(_ResumeSession == null))&&(_ZeroKnowledge == null))&&(_AsymmetricKeyAgreement == null))&&(_SharedSecretChallengeResponse == null))&&(_AsymmetricDecryption == null))&&(_PreviousSession == null))&&(_IPAddress == null))&&(_Password == null))&&(_DigSig == null))&&(_SharedSecretDynamicPlaintext!= null)) { if (_SharedSecretDynamicPlaintext instanceof javax.xml.bind.Element) { context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _SharedSecretDynamicPlaintext), "SharedSecretDynamicPlaintext"); } } else { if (((((((((((((_Extension == null)? 0 :_Extension.size()) == 0)&&(_ResumeSession == null))&&(_ZeroKnowledge == null))&&(_AsymmetricKeyAgreement == null))&&(_SharedSecretChallengeResponse == null))&&(_AsymmetricDecryption == null))&&(_PreviousSession == null))&&(_IPAddress!= null))&&(_Password == null))&&(_DigSig == null))&&(_SharedSecretDynamicPlaintext == null)) { if (_IPAddress instanceof javax.xml.bind.Element) { context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _IPAddress), "IPAddress"); } } else { if (((((((((((((_Extension == null)? 0 :_Extension.size()) == 0)&&(_ResumeSession == null))&&(_ZeroKnowledge == null))&&(_AsymmetricKeyAgreement == null))&&(_SharedSecretChallengeResponse == null))&&(_AsymmetricDecryption!= null))&&(_PreviousSession == null))&&(_IPAddress == null))&&(_Password == null))&&(_DigSig == null))&&(_SharedSecretDynamicPlaintext == null)) { if (_AsymmetricDecryption instanceof javax.xml.bind.Element) { context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _AsymmetricDecryption), "AsymmetricDecryption"); } } else { if (((((((((((((_Extension == null)? 0 :_Extension.size()) == 0)&&(_ResumeSession == null))&&(_ZeroKnowledge == null))&&(_AsymmetricKeyAgreement!= null))&&(_SharedSecretChallengeResponse == null))&&(_AsymmetricDecryption == null))&&(_PreviousSession == null))&&(_IPAddress == null))&&(_Password == null))&&(_DigSig == null))&&(_SharedSecretDynamicPlaintext == null)) { if (_AsymmetricKeyAgreement instanceof javax.xml.bind.Element) { context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _AsymmetricKeyAgreement), "AsymmetricKeyAgreement"); } } else { if (((((((((((((_Extension == null)? 0 :_Extension.size())>= 1)&&(_ResumeSession == null))&&(_ZeroKnowledge == null))&&(_AsymmetricKeyAgreement == null))&&(_SharedSecretChallengeResponse == null))&&(_AsymmetricDecryption == null))&&(_PreviousSession == null))&&(_IPAddress == null))&&(_Password == null))&&(_DigSig == null))&&(_SharedSecretDynamicPlaintext == null)) { while (idx2 != len2) { if (_Extension.get(idx2) instanceof javax.xml.bind.Element) { context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _Extension.get(idx2 ++)), "Extension"); } else { idx2 += 1; } } } } } } } } } } } } } } public void serializeURIs(com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializer context) throws org.xml.sax.SAXException { int idx2 = 0; final int len2 = ((_Extension == null)? 0 :_Extension.size()); if (((((((((((((_Extension == null)? 0 :_Extension.size()) == 0)&&(_ResumeSession == null))&&(_ZeroKnowledge == null))&&(_AsymmetricKeyAgreement == null))&&(_SharedSecretChallengeResponse == null))&&(_AsymmetricDecryption == null))&&(_PreviousSession!= null))&&(_IPAddress == null))&&(_Password == null))&&(_DigSig == null))&&(_SharedSecretDynamicPlaintext == null)) { if (_PreviousSession instanceof javax.xml.bind.Element) { context.childAsURIs(((com.sun.xml.bind.JAXBObject) _PreviousSession), "PreviousSession"); } } else { if (((((((((((((_Extension == null)? 0 :_Extension.size()) == 0)&&(_ResumeSession!= null))&&(_ZeroKnowledge == null))&&(_AsymmetricKeyAgreement == null))&&(_SharedSecretChallengeResponse == null))&&(_AsymmetricDecryption == null))&&(_PreviousSession == null))&&(_IPAddress == null))&&(_Password == null))&&(_DigSig == null))&&(_SharedSecretDynamicPlaintext == null)) { if (_ResumeSession instanceof javax.xml.bind.Element) { context.childAsURIs(((com.sun.xml.bind.JAXBObject) _ResumeSession), "ResumeSession"); } } else { if (((((((((((((_Extension == null)? 0 :_Extension.size()) == 0)&&(_ResumeSession == null))&&(_ZeroKnowledge == null))&&(_AsymmetricKeyAgreement == null))&&(_SharedSecretChallengeResponse == null))&&(_AsymmetricDecryption == null))&&(_PreviousSession == null))&&(_IPAddress == null))&&(_Password == null))&&(_DigSig!= null))&&(_SharedSecretDynamicPlaintext == null)) { if (_DigSig instanceof javax.xml.bind.Element) { context.childAsURIs(((com.sun.xml.bind.JAXBObject) _DigSig), "DigSig"); } } else { if (((((((((((((_Extension == null)? 0 :_Extension.size()) == 0)&&(_ResumeSession == null))&&(_ZeroKnowledge == null))&&(_AsymmetricKeyAgreement == null))&&(_SharedSecretChallengeResponse == null))&&(_AsymmetricDecryption == null))&&(_PreviousSession == null))&&(_IPAddress == null))&&(_Password!= null))&&(_DigSig == null))&&(_SharedSecretDynamicPlaintext == null)) { if (_Password instanceof javax.xml.bind.Element) { context.childAsURIs(((com.sun.xml.bind.JAXBObject) _Password), "Password"); } } else { if (((((((((((((_Extension == null)? 0 :_Extension.size()) == 0)&&(_ResumeSession == null))&&(_ZeroKnowledge!= null))&&(_AsymmetricKeyAgreement == null))&&(_SharedSecretChallengeResponse == null))&&(_AsymmetricDecryption == null))&&(_PreviousSession == null))&&(_IPAddress == null))&&(_Password == null))&&(_DigSig == null))&&(_SharedSecretDynamicPlaintext == null)) { if (_ZeroKnowledge instanceof javax.xml.bind.Element) { context.childAsURIs(((com.sun.xml.bind.JAXBObject) _ZeroKnowledge), "ZeroKnowledge"); } } else { if (((((((((((((_Extension == null)? 0 :_Extension.size()) == 0)&&(_ResumeSession == null))&&(_ZeroKnowledge == null))&&(_AsymmetricKeyAgreement == null))&&(_SharedSecretChallengeResponse!= null))&&(_AsymmetricDecryption == null))&&(_PreviousSession == null))&&(_IPAddress == null))&&(_Password == null))&&(_DigSig == null))&&(_SharedSecretDynamicPlaintext == null)) { if (_SharedSecretChallengeResponse instanceof javax.xml.bind.Element) { context.childAsURIs(((com.sun.xml.bind.JAXBObject) _SharedSecretChallengeResponse), "SharedSecretChallengeResponse"); } } else { if (((((((((((((_Extension == null)? 0 :_Extension.size()) == 0)&&(_ResumeSession == null))&&(_ZeroKnowledge == null))&&(_AsymmetricKeyAgreement == null))&&(_SharedSecretChallengeResponse == null))&&(_AsymmetricDecryption == null))&&(_PreviousSession == null))&&(_IPAddress == null))&&(_Password == null))&&(_DigSig == null))&&(_SharedSecretDynamicPlaintext!= null)) { if (_SharedSecretDynamicPlaintext instanceof javax.xml.bind.Element) { context.childAsURIs(((com.sun.xml.bind.JAXBObject) _SharedSecretDynamicPlaintext), "SharedSecretDynamicPlaintext"); } } else { if (((((((((((((_Extension == null)? 0 :_Extension.size()) == 0)&&(_ResumeSession == null))&&(_ZeroKnowledge == null))&&(_AsymmetricKeyAgreement == null))&&(_SharedSecretChallengeResponse == null))&&(_AsymmetricDecryption == null))&&(_PreviousSession == null))&&(_IPAddress!= null))&&(_Password == null))&&(_DigSig == null))&&(_SharedSecretDynamicPlaintext == null)) { if (_IPAddress instanceof javax.xml.bind.Element) { context.childAsURIs(((com.sun.xml.bind.JAXBObject) _IPAddress), "IPAddress"); } } else { if (((((((((((((_Extension == null)? 0 :_Extension.size()) == 0)&&(_ResumeSession == null))&&(_ZeroKnowledge == null))&&(_AsymmetricKeyAgreement == null))&&(_SharedSecretChallengeResponse == null))&&(_AsymmetricDecryption!= null))&&(_PreviousSession == null))&&(_IPAddress == null))&&(_Password == null))&&(_DigSig == null))&&(_SharedSecretDynamicPlaintext == null)) { if (_AsymmetricDecryption instanceof javax.xml.bind.Element) { context.childAsURIs(((com.sun.xml.bind.JAXBObject) _AsymmetricDecryption), "AsymmetricDecryption"); } } else { if (((((((((((((_Extension == null)? 0 :_Extension.size()) == 0)&&(_ResumeSession == null))&&(_ZeroKnowledge == null))&&(_AsymmetricKeyAgreement!= null))&&(_SharedSecretChallengeResponse == null))&&(_AsymmetricDecryption == null))&&(_PreviousSession == null))&&(_IPAddress == null))&&(_Password == null))&&(_DigSig == null))&&(_SharedSecretDynamicPlaintext == null)) { if (_AsymmetricKeyAgreement instanceof javax.xml.bind.Element) { context.childAsURIs(((com.sun.xml.bind.JAXBObject) _AsymmetricKeyAgreement), "AsymmetricKeyAgreement"); } } else { if (((((((((((((_Extension == null)? 0 :_Extension.size())>= 1)&&(_ResumeSession == null))&&(_ZeroKnowledge == null))&&(_AsymmetricKeyAgreement == null))&&(_SharedSecretChallengeResponse == null))&&(_AsymmetricDecryption == null))&&(_PreviousSession == null))&&(_IPAddress == null))&&(_Password == null))&&(_DigSig == null))&&(_SharedSecretDynamicPlaintext == null)) { while (idx2 != len2) { if (_Extension.get(idx2) instanceof javax.xml.bind.Element) { context.childAsURIs(((com.sun.xml.bind.JAXBObject) _Extension.get(idx2 ++)), "Extension"); } else { idx2 += 1; } } } } } } } } } } } } } } public java.lang.Class getPrimaryInterface() { return (com.sun.identity.liberty.ws.common.jaxb.ac.AuthenticatorType.class); } public com.sun.msv.verifier.DocumentDeclaration createRawValidator() { if (schemaFragment == null) { schemaFragment = com.sun.xml.bind.validator.SchemaDeserializer.deserialize(( "\u00ac\u00ed\u0000\u0005sr\u0000\u001dcom.sun.msv.grammar.ChoiceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.sun." +"msv.grammar.BinaryExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0004exp1t\u0000 Lcom/sun/msv/gramm" +"ar/Expression;L\u0000\u0004exp2q\u0000~\u0000\u0002xr\u0000\u001ecom.sun.msv.grammar.Expression" +"\u00f8\u0018\u0082\u00e8N5~O\u0002\u0000\u0002L\u0000\u0013epsilonReducibilityt\u0000\u0013Ljava/lang/Boolean;L\u0000\u000bex" +"pandedExpq\u0000~\u0000\u0002xpppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsq" +"\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000" +"ppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsr\u0000\'com.su" +"n.msv.grammar.trex.ElementPattern\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\tnameClasst\u0000\u001fL" +"com/sun/msv/grammar/NameClass;xr\u0000\u001ecom.sun.msv.grammar.Elemen" +"tExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002Z\u0000\u001aignoreUndeclaredAttributesL\u0000\fcontentModelq" +"\u0000~\u0000\u0002xq\u0000~\u0000\u0003pp\u0000sq\u0000~\u0000\u0000ppsr\u0000 com.sun.msv.grammar.OneOrMoreExp\u0000\u0000\u0000" +"\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001ccom.sun.msv.grammar.UnaryExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\u0003expq\u0000~" +"\u0000\u0002xq\u0000~\u0000\u0003sr\u0000\u0011java.lang.Boolean\u00cd r\u0080\u00d5\u009c\u00fa\u00ee\u0002\u0000\u0001Z\u0000\u0005valuexp\u0000psr\u0000 com." +"sun.msv.grammar.AttributeExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0003expq\u0000~\u0000\u0002L\u0000\tnameCla" +"ssq\u0000~\u0000\u001axq\u0000~\u0000\u0003q\u0000~\u0000\"psr\u00002com.sun.msv.grammar.Expression$AnyStr" +"ingExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003sq\u0000~\u0000!\u0001q\u0000~\u0000&sr\u0000 com.sun.msv.gr" +"ammar.AnyNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.sun.msv.grammar.NameCla" +"ss\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr\u00000com.sun.msv.grammar.Expression$EpsilonExp" +"ression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003q\u0000~\u0000\'q\u0000~\u0000,sr\u0000#com.sun.msv.grammar.Si" +"mpleNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\tlocalNamet\u0000\u0012Ljava/lang/String;L\u0000\f" +"namespaceURIq\u0000~\u0000.xq\u0000~\u0000)t\u0000Acom.sun.identity.liberty.ws.common" +".jaxb.ac.PreviousSessionElementt\u0000+http://java.sun.com/jaxb/x" +"jc/dummy-elementssq\u0000~\u0000\u0019pp\u0000sr\u0000\u001fcom.sun.msv.grammar.SequenceEx" +"p\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0001ppsq\u0000~\u0000\u0019pp\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u001eq\u0000~\u0000\"psq\u0000~\u0000#q\u0000~\u0000\"" +"pq\u0000~\u0000&q\u0000~\u0000*q\u0000~\u0000,sq\u0000~\u0000-t\u0000>com.sun.identity.liberty.ws.common." +"jaxb.ac.PreviousSessionTypeq\u0000~\u00001sq\u0000~\u0000\u0000ppsq\u0000~\u0000#q\u0000~\u0000\"psr\u0000\u001bcom." +"sun.msv.grammar.DataExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\u0002dtt\u0000\u001fLorg/relaxng/datat" +"ype/Datatype;L\u0000\u0006exceptq\u0000~\u0000\u0002L\u0000\u0004namet\u0000\u001dLcom/sun/msv/util/Strin" +"gPair;xq\u0000~\u0000\u0003q\u0000~\u0000\"psr\u0000\"com.sun.msv.datatype.xsd.QnameType\u0000\u0000\u0000\u0000" +"\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000*com.sun.msv.datatype.xsd.BuiltinAtomicType\u0000\u0000\u0000\u0000\u0000\u0000\u0000" +"\u0001\u0002\u0000\u0000xr\u0000%com.sun.msv.datatype.xsd.ConcreteType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\'" +"com.sun.msv.datatype.xsd.XSDatatypeImpl\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\fnamespa" +"ceUriq\u0000~\u0000.L\u0000\btypeNameq\u0000~\u0000.L\u0000\nwhiteSpacet\u0000.Lcom/sun/msv/datat" +"ype/xsd/WhiteSpaceProcessor;xpt\u0000 http://www.w3.org/2001/XMLS" +"chemat\u0000\u0005QNamesr\u00005com.sun.msv.datatype.xsd.WhiteSpaceProcesso" +"r$Collapse\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000,com.sun.msv.datatype.xsd.WhiteSpace" +"Processor\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr\u00000com.sun.msv.grammar.Expression$Nul" +"lSetExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003q\u0000~\u0000\"psr\u0000\u001bcom.sun.msv.util.St" +"ringPair\u00d0t\u001ejB\u008f\u008d\u00a0\u0002\u0000\u0002L\u0000\tlocalNameq\u0000~\u0000.L\u0000\fnamespaceURIq\u0000~\u0000.xpq\u0000" +"~\u0000Hq\u0000~\u0000Gsq\u0000~\u0000-t\u0000\u0004typet\u0000)http://www.w3.org/2001/XMLSchema-ins" +"tanceq\u0000~\u0000,sq\u0000~\u0000-t\u0000\u000fPreviousSessiont\u0000\u0016urn:liberty:ac:2003-08s" +"q\u0000~\u0000\u0019pp\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u001eq\u0000~\u0000\"psq\u0000~\u0000#q\u0000~\u0000\"pq\u0000~\u0000&q\u0000~\u0000*q\u0000~\u0000,sq\u0000~\u0000" +"-t\u0000?com.sun.identity.liberty.ws.common.jaxb.ac.ResumeSession" +"Elementq\u0000~\u00001sq\u0000~\u0000\u0019pp\u0000sq\u0000~\u00003ppsq\u0000~\u0000\u0019pp\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u001eq\u0000~\u0000\"psq" +"\u0000~\u0000#q\u0000~\u0000\"pq\u0000~\u0000&q\u0000~\u0000*q\u0000~\u0000,sq\u0000~\u0000-t\u0000