AuthenticatorTypeImpl.java revision 4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.6-b27-fcs
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// 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<com.sun.identity.liberty.w"
+"s.common.jaxb.ac.ResumeSessionTypeq\u0000~\u00001sq\u0000~\u0000\u0000ppsq\u0000~\u0000#q\u0000~\u0000\"pq"
+"\u0000~\u0000@q\u0000~\u0000Pq\u0000~\u0000,sq\u0000~\u0000-t\u0000\rResumeSessionq\u0000~\u0000Usq\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\u00008com.sun.identi"
+"ty.liberty.ws.common.jaxb.ac.DigSigElementq\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\u00005com.sun.identity.liberty.ws.common.jaxb.ac.DigSigTy"
+"peq\u0000~\u00001sq\u0000~\u0000\u0000ppsq\u0000~\u0000#q\u0000~\u0000\"pq\u0000~\u0000@q\u0000~\u0000Pq\u0000~\u0000,sq\u0000~\u0000-t\u0000\u0006DigSigq\u0000~"
+"\u0000Usq\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.PasswordEl"
+"ementq\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\u00007com.sun.identity.liberty.ws."
+"common.jaxb.ac.PasswordTypeq\u0000~\u00001sq\u0000~\u0000\u0000ppsq\u0000~\u0000#q\u0000~\u0000\"pq\u0000~\u0000@q\u0000~"
+"\u0000Pq\u0000~\u0000,sq\u0000~\u0000-t\u0000\bPasswordq\u0000~\u0000Usq\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.w"
+"s.common.jaxb.ac.ZeroKnowledgeElementq\u0000~\u00001sq\u0000~\u0000\u0019pp\u0000sq\u0000~\u00003pps"
+"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.ZeroKnowledge"
+"Typeq\u0000~\u00001sq\u0000~\u0000\u0000ppsq\u0000~\u0000#q\u0000~\u0000\"pq\u0000~\u0000@q\u0000~\u0000Pq\u0000~\u0000,sq\u0000~\u0000-t\u0000\rZeroKno"
+"wledgeq\u0000~\u0000Usq\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\u0000Ocom.sun.identity.liberty.ws.common.jaxb.ac.S"
+"haredSecretChallengeResponseElementq\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"
+"\u0000Lcom.sun.identity.liberty.ws.common.jaxb.ac.SharedSecretCha"
+"llengeResponseTypeq\u0000~\u00001sq\u0000~\u0000\u0000ppsq\u0000~\u0000#q\u0000~\u0000\"pq\u0000~\u0000@q\u0000~\u0000Pq\u0000~\u0000,sq"
+"\u0000~\u0000-t\u0000\u001dSharedSecretChallengeResponseq\u0000~\u0000Usq\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\u0000Ncom.sun.identi"
+"ty.liberty.ws.common.jaxb.ac.SharedSecretDynamicPlaintextEle"
+"mentq\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\u0000Kcom.sun.identity.liberty.ws.c"
+"ommon.jaxb.ac.SharedSecretDynamicPlaintextTypeq\u0000~\u00001sq\u0000~\u0000\u0000pps"
+"q\u0000~\u0000#q\u0000~\u0000\"pq\u0000~\u0000@q\u0000~\u0000Pq\u0000~\u0000,sq\u0000~\u0000-t\u0000\u001cSharedSecretDynamicPlaint"
+"extq\u0000~\u0000Usq\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.IPAd"
+"dressElementq\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\u00008com.sun.identity.libe"
+"rty.ws.common.jaxb.ac.IPAddressTypeq\u0000~\u00001sq\u0000~\u0000\u0000ppsq\u0000~\u0000#q\u0000~\u0000\"p"
+"q\u0000~\u0000@q\u0000~\u0000Pq\u0000~\u0000,sq\u0000~\u0000-t\u0000\tIPAddressq\u0000~\u0000Usq\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\u0000Fcom.sun.identity."
+"liberty.ws.common.jaxb.ac.AsymmetricDecryptionElementq\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\u0000Ccom.sun.identity.liberty.ws.common.jaxb."
+"ac.AsymmetricDecryptionTypeq\u0000~\u00001sq\u0000~\u0000\u0000ppsq\u0000~\u0000#q\u0000~\u0000\"pq\u0000~\u0000@q\u0000~"
+"\u0000Pq\u0000~\u0000,sq\u0000~\u0000-t\u0000\u0014AsymmetricDecryptionq\u0000~\u0000Usq\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\u0000Hcom.sun.identi"
+"ty.liberty.ws.common.jaxb.ac.AsymmetricKeyAgreementElementq\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\u0000Ecom.sun.identity.liberty.ws.common."
+"jaxb.ac.AsymmetricKeyAgreementTypeq\u0000~\u00001sq\u0000~\u0000\u0000ppsq\u0000~\u0000#q\u0000~\u0000\"pq"
+"\u0000~\u0000@q\u0000~\u0000Pq\u0000~\u0000,sq\u0000~\u0000-t\u0000\u0016AsymmetricKeyAgreementq\u0000~\u0000Usq\u0000~\u0000\u001eppsq"
+"\u0000~\u0000\u0000ppsq\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.Extens"
+"ionElementq\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\u00008com.sun.identity.libert"
+"y.ws.common.jaxb.ac.ExtensionTypeq\u0000~\u00001sq\u0000~\u0000\u0000ppsq\u0000~\u0000#q\u0000~\u0000\"pq\u0000"
+"~\u0000@q\u0000~\u0000Pq\u0000~\u0000,sq\u0000~\u0000-t\u0000\tExtensionq\u0000~\u0000Usr\u0000\"com.sun.msv.grammar."
+"ExpressionPool\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\bexpTablet\u0000/Lcom/sun/msv/grammar/"
+"ExpressionPool$ClosedHash;xpsr\u0000-com.sun.msv.grammar.Expressi"
+"onPool$ClosedHash\u00d7j\u00d0N\u00ef\u00e8\u00ed\u001c\u0003\u0000\u0003I\u0000\u0005countB\u0000\rstreamVersionL\u0000\u0006paren"
+"tt\u0000$Lcom/sun/msv/grammar/ExpressionPool;xp\u0000\u0000\u0000X\u0001pq\u0000~\u0000`q\u0000~\u0000Xq\u0000"
+"~\u00007q\u0000~\u0000 q\u0000~\u0000\u00ccq\u0000~\u0000\u00d6q\u0000~\u0000\u00deq\u0000~\u0000\u00e8q\u0000~\u0000\u00f0q\u0000~\u0000\u00fcq\u0000~\u0001\u0004q\u0000~\u0000\nq\u0000~\u0000\u0015q\u0000~\u0000\rq\u0000"
+"~\u0000\fq\u0000~\u0000\u0017q\u0000~\u0000\u0007q\u0000~\u0000\tq\u0000~\u0000\u0016q\u0000~\u0000\u00c3q\u0000~\u0000\u00b9q\u0000~\u0000\u00b1q\u0000~\u0000\u00a7q\u0000~\u0000\u009fq\u0000~\u0000\u0095q\u0000~\u0000\u008dq\u0000"
+"~\u0000\u0083q\u0000~\u0000{q\u0000~\u0000qq\u0000~\u0000iq\u0000~\u0000_q\u0000~\u0000Wq\u0000~\u00006q\u0000~\u0000\u001dq\u0000~\u0000\u00cbq\u0000~\u0000\u0018q\u0000~\u0000\u00d5q\u0000~\u0000\u00ddq\u0000"
+"~\u0000\u00e7q\u0000~\u0000\u00efq\u0000~\u0000\bq\u0000~\u0000\u00fbq\u0000~\u0001\u0003q\u0000~\u0000\u00f9q\u0000~\u0000\u0014q\u0000~\u0000\u00beq\u0000~\u0000\u00acq\u0000~\u0000\u009aq\u0000~\u0000\u0088q\u0000~\u0000vq\u0000"
+"~\u0000dq\u0000~\u0000;q\u0000~\u0000\u00d0q\u0000~\u0000\u00e2q\u0000~\u0000\u00f4q\u0000~\u0001\bq\u0000~\u0000\u000eq\u0000~\u0000\u000fq\u0000~\u0000\u0006q\u0000~\u0000\u0010q\u0000~\u0000\u00b7q\u0000~\u0000\u00a5q\u0000"
+"~\u0000\u0093q\u0000~\u0000\u0081q\u0000~\u0000oq\u0000~\u0000]q\u0000~\u0000\u0013q\u0000~\u00004q\u0000~\u0000\u00c9q\u0000~\u0000\u00dbq\u0000~\u0000\u00edq\u0000~\u0001\u0001q\u0000~\u0000\u00f8q\u0000~\u0000\u000bq\u0000"
+"~\u0000\u0011q\u0000~\u0000\u0005q\u0000~\u0000\u0012q\u0000~\u0000\u00c4q\u0000~\u0000\u00baq\u0000~\u0000\u00b2q\u0000~\u0000\u00a8q\u0000~\u0000\u00a0q\u0000~\u0000\u0096q\u0000~\u0000\u008eq\u0000~\u0000\u0084q\u0000~\u0000|q\u0000"
+"~\u0000rq\u0000~\u0000jx"));
}
return new com.sun.msv.verifier.regexp.REDocumentDeclaration(schemaFragment);
}
public class Unmarshaller
extends com.sun.identity.federation.jaxb.entityconfig.impl.runtime.AbstractUnmarshallingEventHandlerImpl
{
public Unmarshaller(com.sun.identity.federation.jaxb.entityconfig.impl.runtime.UnmarshallingContext context) {
super(context, "------------------------");
}
protected Unmarshaller(com.sun.identity.federation.jaxb.entityconfig.impl.runtime.UnmarshallingContext context, int startState) {
this(context);
state = startState;
}
public java.lang.Object owner() {
return com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTypeImpl.this;
}
public void enterElement(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname, org.xml.sax.Attributes __atts)
throws org.xml.sax.SAXException
{
int attIdx;
outer:
while (true) {
switch (state) {
case 20 :
if (("Extension" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_PreviousSession = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.PreviousSessionTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.PreviousSessionTypeImpl.class), 21, ___uri, ___local, ___qname, __atts));
return ;
}
if (("Extension" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_PreviousSession = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.PreviousSessionTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.PreviousSessionTypeImpl.class), 21, ___uri, ___local, ___qname, __atts));
return ;
}
_PreviousSession = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.PreviousSessionTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.PreviousSessionTypeImpl.class), 21, ___uri, ___local, ___qname, __atts));
return ;
case 8 :
if (("Extension" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_ResumeSession = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.ResumeSessionTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.ResumeSessionTypeImpl.class), 9, ___uri, ___local, ___qname, __atts));
return ;
}
if (("Extension" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_ResumeSession = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.ResumeSessionTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.ResumeSessionTypeImpl.class), 9, ___uri, ___local, ___qname, __atts));
return ;
}
_ResumeSession = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.ResumeSessionTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.ResumeSessionTypeImpl.class), 9, ___uri, ___local, ___qname, __atts));
return ;
case 12 :
if (("Extension" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_ZeroKnowledge = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.ZeroKnowledgeTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.ZeroKnowledgeTypeImpl.class), 13, ___uri, ___local, ___qname, __atts));
return ;
}
if (("Extension" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_ZeroKnowledge = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.ZeroKnowledgeTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.ZeroKnowledgeTypeImpl.class), 13, ___uri, ___local, ___qname, __atts));
return ;
}
_ZeroKnowledge = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.ZeroKnowledgeTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.ZeroKnowledgeTypeImpl.class), 13, ___uri, ___local, ___qname, __atts));
return ;
case 6 :
if (("Extension" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_IPAddress = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.IPAddressTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.IPAddressTypeImpl.class), 7, ___uri, ___local, ___qname, __atts));
return ;
}
if (("Extension" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_IPAddress = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.IPAddressTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.IPAddressTypeImpl.class), 7, ___uri, ___local, ___qname, __atts));
return ;
}
_IPAddress = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.IPAddressTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.IPAddressTypeImpl.class), 7, ___uri, ___local, ___qname, __atts));
return ;
case 4 :
if (("Length" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_Password = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.PasswordTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.PasswordTypeImpl.class), 5, ___uri, ___local, ___qname, __atts));
return ;
}
if (("Length" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_Password = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.PasswordTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.PasswordTypeImpl.class), 5, ___uri, ___local, ___qname, __atts));
return ;
}
if (("Alphabet" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_Password = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.PasswordTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.PasswordTypeImpl.class), 5, ___uri, ___local, ___qname, __atts));
return ;
}
if (("Alphabet" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_Password = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.PasswordTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.PasswordTypeImpl.class), 5, ___uri, ___local, ___qname, __atts));
return ;
}
if (("Generation" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_Password = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.PasswordTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.PasswordTypeImpl.class), 5, ___uri, ___local, ___qname, __atts));
return ;
}
if (("Generation" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_Password = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.PasswordTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.PasswordTypeImpl.class), 5, ___uri, ___local, ___qname, __atts));
return ;
}
if (("Extension" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_Password = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.PasswordTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.PasswordTypeImpl.class), 5, ___uri, ___local, ___qname, __atts));
return ;
}
if (("Extension" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_Password = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.PasswordTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.PasswordTypeImpl.class), 5, ___uri, ___local, ___qname, __atts));
return ;
}
_Password = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.PasswordTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.PasswordTypeImpl.class), 5, ___uri, ___local, ___qname, __atts));
return ;
case 2 :
if (!(("" == ___uri)||("urn:liberty:ac:2003-08" == ___uri))) {
_getExtension().add(((com.sun.identity.liberty.ws.common.jaxb.ac.impl.ExtensionTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.ExtensionTypeImpl.class), 3, ___uri, ___local, ___qname, __atts)));
return ;
}
break;
case 10 :
if (("Extension" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_SharedSecretDynamicPlaintext = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.SharedSecretDynamicPlaintextTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.SharedSecretDynamicPlaintextTypeImpl.class), 11, ___uri, ___local, ___qname, __atts));
return ;
}
if (("Extension" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_SharedSecretDynamicPlaintext = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.SharedSecretDynamicPlaintextTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.SharedSecretDynamicPlaintextTypeImpl.class), 11, ___uri, ___local, ___qname, __atts));
return ;
}
_SharedSecretDynamicPlaintext = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.SharedSecretDynamicPlaintextTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.SharedSecretDynamicPlaintextTypeImpl.class), 11, ___uri, ___local, ___qname, __atts));
return ;
case 14 :
if (("Extension" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_AsymmetricDecryption = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AsymmetricDecryptionTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AsymmetricDecryptionTypeImpl.class), 15, ___uri, ___local, ___qname, __atts));
return ;
}
if (("Extension" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_AsymmetricDecryption = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AsymmetricDecryptionTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AsymmetricDecryptionTypeImpl.class), 15, ___uri, ___local, ___qname, __atts));
return ;
}
_AsymmetricDecryption = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AsymmetricDecryptionTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AsymmetricDecryptionTypeImpl.class), 15, ___uri, ___local, ___qname, __atts));
return ;
case 0 :
if (("PreviousSession" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_PreviousSession = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.PreviousSessionElementImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.PreviousSessionElementImpl.class), 1, ___uri, ___local, ___qname, __atts));
return ;
}
if (("PreviousSession" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
context.pushAttributes(__atts, false);
state = 20;
return ;
}
if (("ResumeSession" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_ResumeSession = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.ResumeSessionElementImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.ResumeSessionElementImpl.class), 1, ___uri, ___local, ___qname, __atts));
return ;
}
if (("ResumeSession" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
context.pushAttributes(__atts, false);
state = 8;
return ;
}
if (("DigSig" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_DigSig = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.DigSigElementImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.DigSigElementImpl.class), 1, ___uri, ___local, ___qname, __atts));
return ;
}
if (("DigSig" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
context.pushAttributes(__atts, false);
state = 22;
return ;
}
if (("Password" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_Password = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.PasswordElementImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.PasswordElementImpl.class), 1, ___uri, ___local, ___qname, __atts));
return ;
}
if (("Password" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
context.pushAttributes(__atts, false);
state = 4;
return ;
}
if (("ZeroKnowledge" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_ZeroKnowledge = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.ZeroKnowledgeElementImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.ZeroKnowledgeElementImpl.class), 1, ___uri, ___local, ___qname, __atts));
return ;
}
if (("ZeroKnowledge" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
context.pushAttributes(__atts, false);
state = 12;
return ;
}
if (("SharedSecretChallengeResponse" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_SharedSecretChallengeResponse = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.SharedSecretChallengeResponseElementImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.SharedSecretChallengeResponseElementImpl.class), 1, ___uri, ___local, ___qname, __atts));
return ;
}
if (("SharedSecretChallengeResponse" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
context.pushAttributes(__atts, false);
state = 18;
return ;
}
if (("SharedSecretDynamicPlaintext" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_SharedSecretDynamicPlaintext = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.SharedSecretDynamicPlaintextElementImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.SharedSecretDynamicPlaintextElementImpl.class), 1, ___uri, ___local, ___qname, __atts));
return ;
}
if (("SharedSecretDynamicPlaintext" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
context.pushAttributes(__atts, false);
state = 10;
return ;
}
if (("IPAddress" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_IPAddress = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.IPAddressElementImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.IPAddressElementImpl.class), 1, ___uri, ___local, ___qname, __atts));
return ;
}
if (("IPAddress" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
context.pushAttributes(__atts, false);
state = 6;
return ;
}
if (("AsymmetricDecryption" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_AsymmetricDecryption = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AsymmetricDecryptionElementImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AsymmetricDecryptionElementImpl.class), 1, ___uri, ___local, ___qname, __atts));
return ;
}
if (("AsymmetricDecryption" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
context.pushAttributes(__atts, false);
state = 14;
return ;
}
if (("AsymmetricKeyAgreement" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_AsymmetricKeyAgreement = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AsymmetricKeyAgreementElementImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AsymmetricKeyAgreementElementImpl.class), 1, ___uri, ___local, ___qname, __atts));
return ;
}
if (("AsymmetricKeyAgreement" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
context.pushAttributes(__atts, false);
state = 16;
return ;
}
if (("Extension" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_getExtension().add(((com.sun.identity.liberty.ws.common.jaxb.ac.impl.ExtensionElementImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.ExtensionElementImpl.class), 1, ___uri, ___local, ___qname, __atts)));
return ;
}
if (("Extension" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
context.pushAttributes(__atts, false);
state = 2;
return ;
}
break;
case 22 :
if (("Extension" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_DigSig = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.DigSigTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.DigSigTypeImpl.class), 23, ___uri, ___local, ___qname, __atts));
return ;
}
if (("Extension" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_DigSig = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.DigSigTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.DigSigTypeImpl.class), 23, ___uri, ___local, ___qname, __atts));
return ;
}
_DigSig = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.DigSigTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.DigSigTypeImpl.class), 23, ___uri, ___local, ___qname, __atts));
return ;
case 1 :
if (("Extension" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_getExtension().add(((com.sun.identity.liberty.ws.common.jaxb.ac.impl.ExtensionElementImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.ExtensionElementImpl.class), 1, ___uri, ___local, ___qname, __atts)));
return ;
}
if (("Extension" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
context.pushAttributes(__atts, false);
state = 2;
return ;
}
revertToParentFromEnterElement(___uri, ___local, ___qname, __atts);
return ;
case 18 :
if (("Extension" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_SharedSecretChallengeResponse = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.SharedSecretChallengeResponseTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.SharedSecretChallengeResponseTypeImpl.class), 19, ___uri, ___local, ___qname, __atts));
return ;
}
if (("Extension" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_SharedSecretChallengeResponse = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.SharedSecretChallengeResponseTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.SharedSecretChallengeResponseTypeImpl.class), 19, ___uri, ___local, ___qname, __atts));
return ;
}
_SharedSecretChallengeResponse = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.SharedSecretChallengeResponseTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.SharedSecretChallengeResponseTypeImpl.class), 19, ___uri, ___local, ___qname, __atts));
return ;
case 16 :
if (("Extension" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_AsymmetricKeyAgreement = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AsymmetricKeyAgreementTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AsymmetricKeyAgreementTypeImpl.class), 17, ___uri, ___local, ___qname, __atts));
return ;
}
if (("Extension" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_AsymmetricKeyAgreement = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AsymmetricKeyAgreementTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AsymmetricKeyAgreementTypeImpl.class), 17, ___uri, ___local, ___qname, __atts));
return ;
}
_AsymmetricKeyAgreement = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AsymmetricKeyAgreementTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AsymmetricKeyAgreementTypeImpl.class), 17, ___uri, ___local, ___qname, __atts));
return ;
}
super.enterElement(___uri, ___local, ___qname, __atts);
break;
}
}
public void leaveElement(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname)
throws org.xml.sax.SAXException
{
int attIdx;
outer:
while (true) {
switch (state) {
case 17 :
if (("AsymmetricKeyAgreement" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
context.popAttributes();
state = 1;
return ;
}
break;
case 15 :
if (("AsymmetricDecryption" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
context.popAttributes();
state = 1;
return ;
}
break;
case 11 :
if (("SharedSecretDynamicPlaintext" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
context.popAttributes();
state = 1;
return ;
}
break;
case 20 :
_PreviousSession = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.PreviousSessionTypeImpl) spawnChildFromLeaveElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.PreviousSessionTypeImpl.class), 21, ___uri, ___local, ___qname));
return ;
case 7 :
if (("IPAddress" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
context.popAttributes();
state = 1;
return ;
}
break;
case 9 :
if (("ResumeSession" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
context.popAttributes();
state = 1;
return ;
}
break;
case 3 :
if (("Extension" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
context.popAttributes();
state = 1;
return ;
}
break;
case 8 :
_ResumeSession = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.ResumeSessionTypeImpl) spawnChildFromLeaveElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.ResumeSessionTypeImpl.class), 9, ___uri, ___local, ___qname));
return ;
case 12 :
_ZeroKnowledge = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.ZeroKnowledgeTypeImpl) spawnChildFromLeaveElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.ZeroKnowledgeTypeImpl.class), 13, ___uri, ___local, ___qname));
return ;
case 13 :
if (("ZeroKnowledge" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
context.popAttributes();
state = 1;
return ;
}
break;
case 6 :
_IPAddress = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.IPAddressTypeImpl) spawnChildFromLeaveElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.IPAddressTypeImpl.class), 7, ___uri, ___local, ___qname));
return ;
case 4 :
_Password = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.PasswordTypeImpl) spawnChildFromLeaveElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.PasswordTypeImpl.class), 5, ___uri, ___local, ___qname));
return ;
case 23 :
if (("DigSig" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
context.popAttributes();
state = 1;
return ;
}
break;
case 21 :
if (("PreviousSession" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
context.popAttributes();
state = 1;
return ;
}
break;
case 10 :
_SharedSecretDynamicPlaintext = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.SharedSecretDynamicPlaintextTypeImpl) spawnChildFromLeaveElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.SharedSecretDynamicPlaintextTypeImpl.class), 11, ___uri, ___local, ___qname));
return ;
case 14 :
_AsymmetricDecryption = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AsymmetricDecryptionTypeImpl) spawnChildFromLeaveElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AsymmetricDecryptionTypeImpl.class), 15, ___uri, ___local, ___qname));
return ;
case 5 :
if (("Password" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
context.popAttributes();
state = 1;
return ;
}
break;
case 19 :
if (("SharedSecretChallengeResponse" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
context.popAttributes();
state = 1;
return ;
}
break;
case 22 :
_DigSig = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.DigSigTypeImpl) spawnChildFromLeaveElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.DigSigTypeImpl.class), 23, ___uri, ___local, ___qname));
return ;
case 1 :
revertToParentFromLeaveElement(___uri, ___local, ___qname);
return ;
case 18 :
_SharedSecretChallengeResponse = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.SharedSecretChallengeResponseTypeImpl) spawnChildFromLeaveElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.SharedSecretChallengeResponseTypeImpl.class), 19, ___uri, ___local, ___qname));
return ;
case 16 :
_AsymmetricKeyAgreement = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AsymmetricKeyAgreementTypeImpl) spawnChildFromLeaveElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AsymmetricKeyAgreementTypeImpl.class), 17, ___uri, ___local, ___qname));
return ;
}
super.leaveElement(___uri, ___local, ___qname);
break;
}
}
public void enterAttribute(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname)
throws org.xml.sax.SAXException
{
int attIdx;
outer:
while (true) {
switch (state) {
case 20 :
_PreviousSession = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.PreviousSessionTypeImpl) spawnChildFromEnterAttribute((com.sun.identity.liberty.ws.common.jaxb.ac.impl.PreviousSessionTypeImpl.class), 21, ___uri, ___local, ___qname));
return ;
case 8 :
_ResumeSession = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.ResumeSessionTypeImpl) spawnChildFromEnterAttribute((com.sun.identity.liberty.ws.common.jaxb.ac.impl.ResumeSessionTypeImpl.class), 9, ___uri, ___local, ___qname));
return ;
case 12 :
_ZeroKnowledge = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.ZeroKnowledgeTypeImpl) spawnChildFromEnterAttribute((com.sun.identity.liberty.ws.common.jaxb.ac.impl.ZeroKnowledgeTypeImpl.class), 13, ___uri, ___local, ___qname));
return ;
case 6 :
_IPAddress = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.IPAddressTypeImpl) spawnChildFromEnterAttribute((com.sun.identity.liberty.ws.common.jaxb.ac.impl.IPAddressTypeImpl.class), 7, ___uri, ___local, ___qname));
return ;
case 4 :
_Password = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.PasswordTypeImpl) spawnChildFromEnterAttribute((com.sun.identity.liberty.ws.common.jaxb.ac.impl.PasswordTypeImpl.class), 5, ___uri, ___local, ___qname));
return ;
case 10 :
_SharedSecretDynamicPlaintext = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.SharedSecretDynamicPlaintextTypeImpl) spawnChildFromEnterAttribute((com.sun.identity.liberty.ws.common.jaxb.ac.impl.SharedSecretDynamicPlaintextTypeImpl.class), 11, ___uri, ___local, ___qname));
return ;
case 14 :
_AsymmetricDecryption = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AsymmetricDecryptionTypeImpl) spawnChildFromEnterAttribute((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AsymmetricDecryptionTypeImpl.class), 15, ___uri, ___local, ___qname));
return ;
case 22 :
_DigSig = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.DigSigTypeImpl) spawnChildFromEnterAttribute((com.sun.identity.liberty.ws.common.jaxb.ac.impl.DigSigTypeImpl.class), 23, ___uri, ___local, ___qname));
return ;
case 1 :
revertToParentFromEnterAttribute(___uri, ___local, ___qname);
return ;
case 18 :
_SharedSecretChallengeResponse = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.SharedSecretChallengeResponseTypeImpl) spawnChildFromEnterAttribute((com.sun.identity.liberty.ws.common.jaxb.ac.impl.SharedSecretChallengeResponseTypeImpl.class), 19, ___uri, ___local, ___qname));
return ;
case 16 :
_AsymmetricKeyAgreement = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AsymmetricKeyAgreementTypeImpl) spawnChildFromEnterAttribute((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AsymmetricKeyAgreementTypeImpl.class), 17, ___uri, ___local, ___qname));
return ;
}
super.enterAttribute(___uri, ___local, ___qname);
break;
}
}
public void leaveAttribute(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname)
throws org.xml.sax.SAXException
{
int attIdx;
outer:
while (true) {
switch (state) {
case 20 :
_PreviousSession = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.PreviousSessionTypeImpl) spawnChildFromLeaveAttribute((com.sun.identity.liberty.ws.common.jaxb.ac.impl.PreviousSessionTypeImpl.class), 21, ___uri, ___local, ___qname));
return ;
case 8 :
_ResumeSession = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.ResumeSessionTypeImpl) spawnChildFromLeaveAttribute((com.sun.identity.liberty.ws.common.jaxb.ac.impl.ResumeSessionTypeImpl.class), 9, ___uri, ___local, ___qname));
return ;
case 12 :
_ZeroKnowledge = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.ZeroKnowledgeTypeImpl) spawnChildFromLeaveAttribute((com.sun.identity.liberty.ws.common.jaxb.ac.impl.ZeroKnowledgeTypeImpl.class), 13, ___uri, ___local, ___qname));
return ;
case 6 :
_IPAddress = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.IPAddressTypeImpl) spawnChildFromLeaveAttribute((com.sun.identity.liberty.ws.common.jaxb.ac.impl.IPAddressTypeImpl.class), 7, ___uri, ___local, ___qname));
return ;
case 4 :
_Password = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.PasswordTypeImpl) spawnChildFromLeaveAttribute((com.sun.identity.liberty.ws.common.jaxb.ac.impl.PasswordTypeImpl.class), 5, ___uri, ___local, ___qname));
return ;
case 10 :
_SharedSecretDynamicPlaintext = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.SharedSecretDynamicPlaintextTypeImpl) spawnChildFromLeaveAttribute((com.sun.identity.liberty.ws.common.jaxb.ac.impl.SharedSecretDynamicPlaintextTypeImpl.class), 11, ___uri, ___local, ___qname));
return ;
case 14 :
_AsymmetricDecryption = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AsymmetricDecryptionTypeImpl) spawnChildFromLeaveAttribute((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AsymmetricDecryptionTypeImpl.class), 15, ___uri, ___local, ___qname));
return ;
case 22 :
_DigSig = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.DigSigTypeImpl) spawnChildFromLeaveAttribute((com.sun.identity.liberty.ws.common.jaxb.ac.impl.DigSigTypeImpl.class), 23, ___uri, ___local, ___qname));
return ;
case 1 :
revertToParentFromLeaveAttribute(___uri, ___local, ___qname);
return ;
case 18 :
_SharedSecretChallengeResponse = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.SharedSecretChallengeResponseTypeImpl) spawnChildFromLeaveAttribute((com.sun.identity.liberty.ws.common.jaxb.ac.impl.SharedSecretChallengeResponseTypeImpl.class), 19, ___uri, ___local, ___qname));
return ;
case 16 :
_AsymmetricKeyAgreement = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AsymmetricKeyAgreementTypeImpl) spawnChildFromLeaveAttribute((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AsymmetricKeyAgreementTypeImpl.class), 17, ___uri, ___local, ___qname));
return ;
}
super.leaveAttribute(___uri, ___local, ___qname);
break;
}
}
public void handleText(final java.lang.String value)
throws org.xml.sax.SAXException
{
int attIdx;
outer:
while (true) {
try {
switch (state) {
case 20 :
_PreviousSession = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.PreviousSessionTypeImpl) spawnChildFromText((com.sun.identity.liberty.ws.common.jaxb.ac.impl.PreviousSessionTypeImpl.class), 21, value));
return ;
case 8 :
_ResumeSession = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.ResumeSessionTypeImpl) spawnChildFromText((com.sun.identity.liberty.ws.common.jaxb.ac.impl.ResumeSessionTypeImpl.class), 9, value));
return ;
case 12 :
_ZeroKnowledge = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.ZeroKnowledgeTypeImpl) spawnChildFromText((com.sun.identity.liberty.ws.common.jaxb.ac.impl.ZeroKnowledgeTypeImpl.class), 13, value));
return ;
case 6 :
_IPAddress = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.IPAddressTypeImpl) spawnChildFromText((com.sun.identity.liberty.ws.common.jaxb.ac.impl.IPAddressTypeImpl.class), 7, value));
return ;
case 4 :
_Password = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.PasswordTypeImpl) spawnChildFromText((com.sun.identity.liberty.ws.common.jaxb.ac.impl.PasswordTypeImpl.class), 5, value));
return ;
case 10 :
_SharedSecretDynamicPlaintext = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.SharedSecretDynamicPlaintextTypeImpl) spawnChildFromText((com.sun.identity.liberty.ws.common.jaxb.ac.impl.SharedSecretDynamicPlaintextTypeImpl.class), 11, value));
return ;
case 14 :
_AsymmetricDecryption = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AsymmetricDecryptionTypeImpl) spawnChildFromText((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AsymmetricDecryptionTypeImpl.class), 15, value));
return ;
case 22 :
_DigSig = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.DigSigTypeImpl) spawnChildFromText((com.sun.identity.liberty.ws.common.jaxb.ac.impl.DigSigTypeImpl.class), 23, value));
return ;
case 1 :
revertToParentFromText(value);
return ;
case 18 :
_SharedSecretChallengeResponse = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.SharedSecretChallengeResponseTypeImpl) spawnChildFromText((com.sun.identity.liberty.ws.common.jaxb.ac.impl.SharedSecretChallengeResponseTypeImpl.class), 19, value));
return ;
case 16 :
_AsymmetricKeyAgreement = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AsymmetricKeyAgreementTypeImpl) spawnChildFromText((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AsymmetricKeyAgreementTypeImpl.class), 17, value));
return ;
}
} catch (java.lang.RuntimeException e) {
handleUnexpectedTextException(value, e);
}
break;
}
}
}
}