//
// 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 AuthenticationMethodTypeImpl implements com.sun.identity.liberty.ws.common.jaxb.ac.AuthenticationMethodType, 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.xml.bind.util.ListImpl _Extension;
protected com.sun.identity.liberty.ws.common.jaxb.ac.AuthenticatorType _Authenticator;
protected com.sun.identity.liberty.ws.common.jaxb.ac.AuthenticatorTransportProtocolType _AuthenticatorTransportProtocol;
protected com.sun.identity.liberty.ws.common.jaxb.ac.PrincipalAuthenticationMechanismType _PrincipalAuthenticationMechanism;
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.AuthenticationMethodType.class);
}
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.AuthenticatorType getAuthenticator() {
return _Authenticator;
}
public void setAuthenticator(com.sun.identity.liberty.ws.common.jaxb.ac.AuthenticatorType value) {
_Authenticator = value;
}
public com.sun.identity.liberty.ws.common.jaxb.ac.AuthenticatorTransportProtocolType getAuthenticatorTransportProtocol() {
return _AuthenticatorTransportProtocol;
}
public void setAuthenticatorTransportProtocol(com.sun.identity.liberty.ws.common.jaxb.ac.AuthenticatorTransportProtocolType value) {
_AuthenticatorTransportProtocol = value;
}
public com.sun.identity.liberty.ws.common.jaxb.ac.PrincipalAuthenticationMechanismType getPrincipalAuthenticationMechanism() {
return _PrincipalAuthenticationMechanism;
}
public void setPrincipalAuthenticationMechanism(com.sun.identity.liberty.ws.common.jaxb.ac.PrincipalAuthenticationMechanismType value) {
_PrincipalAuthenticationMechanism = 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.AuthenticationMethodTypeImpl.Unmarshaller(context);
}
public void serializeBody(com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializer context)
throws org.xml.sax.SAXException
{
int idx1 = 0;
final int len1 = ((_Extension == null)? 0 :_Extension.size());
if (_PrincipalAuthenticationMechanism!= null) {
if (_PrincipalAuthenticationMechanism instanceof javax.xml.bind.Element) {
context.childAsBody(((com.sun.xml.bind.JAXBObject) _PrincipalAuthenticationMechanism), "PrincipalAuthenticationMechanism");
} else {
context.startElement("urn:liberty:ac:2003-08", "PrincipalAuthenticationMechanism");
context.childAsURIs(((com.sun.xml.bind.JAXBObject) _PrincipalAuthenticationMechanism), "PrincipalAuthenticationMechanism");
context.endNamespaceDecls();
context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _PrincipalAuthenticationMechanism), "PrincipalAuthenticationMechanism");
context.endAttributes();
context.childAsBody(((com.sun.xml.bind.JAXBObject) _PrincipalAuthenticationMechanism), "PrincipalAuthenticationMechanism");
context.endElement();
}
}
if (_Authenticator!= null) {
if (_Authenticator instanceof javax.xml.bind.Element) {
context.childAsBody(((com.sun.xml.bind.JAXBObject) _Authenticator), "Authenticator");
} else {
context.startElement("urn:liberty:ac:2003-08", "Authenticator");
context.childAsURIs(((com.sun.xml.bind.JAXBObject) _Authenticator), "Authenticator");
context.endNamespaceDecls();
context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _Authenticator), "Authenticator");
context.endAttributes();
context.childAsBody(((com.sun.xml.bind.JAXBObject) _Authenticator), "Authenticator");
context.endElement();
}
}
if (_AuthenticatorTransportProtocol!= null) {
if (_AuthenticatorTransportProtocol instanceof javax.xml.bind.Element) {
context.childAsBody(((com.sun.xml.bind.JAXBObject) _AuthenticatorTransportProtocol), "AuthenticatorTransportProtocol");
} else {
context.startElement("urn:liberty:ac:2003-08", "AuthenticatorTransportProtocol");
context.childAsURIs(((com.sun.xml.bind.JAXBObject) _AuthenticatorTransportProtocol), "AuthenticatorTransportProtocol");
context.endNamespaceDecls();
context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _AuthenticatorTransportProtocol), "AuthenticatorTransportProtocol");
context.endAttributes();
context.childAsBody(((com.sun.xml.bind.JAXBObject) _AuthenticatorTransportProtocol), "AuthenticatorTransportProtocol");
context.endElement();
}
}
while (idx1 != len1) {
if (_Extension.get(idx1) instanceof javax.xml.bind.Element) {
context.childAsBody(((com.sun.xml.bind.JAXBObject) _Extension.get(idx1 ++)), "Extension");
} else {
context.startElement("urn:liberty:ac:2003-08", "Extension");
int idx_6 = idx1;
context.childAsURIs(((com.sun.xml.bind.JAXBObject) _Extension.get(idx_6 ++)), "Extension");
context.endNamespaceDecls();
int idx_7 = idx1;
context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _Extension.get(idx_7 ++)), "Extension");
context.endAttributes();
context.childAsBody(((com.sun.xml.bind.JAXBObject) _Extension.get(idx1 ++)), "Extension");
context.endElement();
}
}
}
public void serializeAttributes(com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializer context)
throws org.xml.sax.SAXException
{
int idx1 = 0;
final int len1 = ((_Extension == null)? 0 :_Extension.size());
if (_PrincipalAuthenticationMechanism!= null) {
if (_PrincipalAuthenticationMechanism instanceof javax.xml.bind.Element) {
context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _PrincipalAuthenticationMechanism), "PrincipalAuthenticationMechanism");
}
}
if (_Authenticator!= null) {
if (_Authenticator instanceof javax.xml.bind.Element) {
context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _Authenticator), "Authenticator");
}
}
if (_AuthenticatorTransportProtocol!= null) {
if (_AuthenticatorTransportProtocol instanceof javax.xml.bind.Element) {
context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _AuthenticatorTransportProtocol), "AuthenticatorTransportProtocol");
}
}
while (idx1 != len1) {
if (_Extension.get(idx1) instanceof javax.xml.bind.Element) {
context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _Extension.get(idx1 ++)), "Extension");
} else {
idx1 += 1;
}
}
}
public void serializeURIs(com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializer context)
throws org.xml.sax.SAXException
{
int idx1 = 0;
final int len1 = ((_Extension == null)? 0 :_Extension.size());
if (_PrincipalAuthenticationMechanism!= null) {
if (_PrincipalAuthenticationMechanism instanceof javax.xml.bind.Element) {
context.childAsURIs(((com.sun.xml.bind.JAXBObject) _PrincipalAuthenticationMechanism), "PrincipalAuthenticationMechanism");
}
}
if (_Authenticator!= null) {
if (_Authenticator instanceof javax.xml.bind.Element) {
context.childAsURIs(((com.sun.xml.bind.JAXBObject) _Authenticator), "Authenticator");
}
}
if (_AuthenticatorTransportProtocol!= null) {
if (_AuthenticatorTransportProtocol instanceof javax.xml.bind.Element) {
context.childAsURIs(((com.sun.xml.bind.JAXBObject) _AuthenticatorTransportProtocol), "AuthenticatorTransportProtocol");
}
}
while (idx1 != len1) {
if (_Extension.get(idx1) instanceof javax.xml.bind.Element) {
context.childAsURIs(((com.sun.xml.bind.JAXBObject) _Extension.get(idx1 ++)), "Extension");
} else {
idx1 += 1;
}
}
}
public java.lang.Class getPrimaryInterface() {
return (com.sun.identity.liberty.ws.common.jaxb.ac.AuthenticationMethodType.class);
}
public com.sun.msv.verifier.DocumentDeclaration createRawValidator() {
if (schemaFragment == null) {
schemaFragment = com.sun.xml.bind.validator.SchemaDeserializer.deserialize((
"\u00ac\u00ed\u0000\u0005sr\u0000\u001fcom.sun.msv.grammar.SequenceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.su"
+"n.msv.grammar.BinaryExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0004exp1t\u0000 Lcom/sun/msv/gra"
+"mmar/Expression;L\u0000\u0004exp2q\u0000~\u0000\u0002xr\u0000\u001ecom.sun.msv.grammar.Expressi"
+"on\u00f8\u0018\u0082\u00e8N5~O\u0002\u0000\u0002L\u0000\u0013epsilonReducibilityt\u0000\u0013Ljava/lang/Boolean;L\u0000\u000b"
+"expandedExpq\u0000~\u0000\u0002xpppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsr\u0000\u001dcom.sun.msv.grammar."
+"ChoiceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0001ppsq\u0000~\u0000\bsr\u0000\u0011java.lang.Boolean\u00cd r\u0080\u00d5"
+"\u009c\u00fa\u00ee\u0002\u0000\u0001Z\u0000\u0005valuexp\u0000psr\u0000\'com.sun.msv.grammar.trex.ElementPatter"
+"n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\tnameClasst\u0000\u001fLcom/sun/msv/grammar/NameClass;xr"
+"\u0000\u001ecom.sun.msv.grammar.ElementExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002Z\u0000\u001aignoreUndeclar"
+"edAttributesL\u0000\fcontentModelq\u0000~\u0000\u0002xq\u0000~\u0000\u0003q\u0000~\u0000\fp\u0000sq\u0000~\u0000\bppsr\u0000 com"
+".sun.msv.grammar.OneOrMoreExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001ccom.sun.msv.gram"
+"mar.UnaryExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\u0003expq\u0000~\u0000\u0002xq\u0000~\u0000\u0003q\u0000~\u0000\fpsr\u0000 com.sun.ms"
+"v.grammar.AttributeExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0003expq\u0000~\u0000\u0002L\u0000\tnameClassq\u0000~\u0000"
+"\u000exq\u0000~\u0000\u0003q\u0000~\u0000\fpsr\u00002com.sun.msv.grammar.Expression$AnyStringExp"
+"ression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003sq\u0000~\u0000\u000b\u0001q\u0000~\u0000\u0018sr\u0000 com.sun.msv.grammar."
+"AnyNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.sun.msv.grammar.NameClass\u0000\u0000\u0000\u0000"
+"\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr\u00000com.sun.msv.grammar.Expression$EpsilonExpressio"
+"n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003q\u0000~\u0000\u0019q\u0000~\u0000\u001esr\u0000#com.sun.msv.grammar.SimpleNa"
+"meClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\tlocalNamet\u0000\u0012Ljava/lang/String;L\u0000\fnamesp"
+"aceURIq\u0000~\u0000 xq\u0000~\u0000\u001bt\u0000Rcom.sun.identity.liberty.ws.common.jaxb."
+"ac.PrincipalAuthenticationMechanismElementt\u0000+http://java.sun"
+".com/jaxb/xjc/dummy-elementssq\u0000~\u0000\rq\u0000~\u0000\fp\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\rpp\u0000sq"
+"\u0000~\u0000\bppsq\u0000~\u0000\u0012q\u0000~\u0000\fpsq\u0000~\u0000\u0015q\u0000~\u0000\fpq\u0000~\u0000\u0018q\u0000~\u0000\u001cq\u0000~\u0000\u001esq\u0000~\u0000\u001ft\u0000Ocom.su"
+"n.identity.liberty.ws.common.jaxb.ac.PrincipalAuthentication"
+"MechanismTypeq\u0000~\u0000#sq\u0000~\u0000\bppsq\u0000~\u0000\u0015q\u0000~\u0000\fpsr\u0000\u001bcom.sun.msv.gramma"
+"r.DataExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\u0002dtt\u0000\u001fLorg/relaxng/datatype/Datatype;L"
+"\u0000\u0006exceptq\u0000~\u0000\u0002L\u0000\u0004namet\u0000\u001dLcom/sun/msv/util/StringPair;xq\u0000~\u0000\u0003q\u0000"
+"~\u0000\fpsr\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.su"
+"n.msv.datatype.xsd.ConcreteType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\'com.sun.msv.da"
+"tatype.xsd.XSDatatypeImpl\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\fnamespaceUriq\u0000~\u0000 L\u0000\bt"
+"ypeNameq\u0000~\u0000 L\u0000\nwhiteSpacet\u0000.Lcom/sun/msv/datatype/xsd/WhiteS"
+"paceProcessor;xpt\u0000 http://www.w3.org/2001/XMLSchemat\u0000\u0005QNames"
+"r\u00005com.sun.msv.datatype.xsd.WhiteSpaceProcessor$Collapse\u0000\u0000\u0000\u0000"
+"\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000,com.sun.msv.datatype.xsd.WhiteSpaceProcessor\u0000\u0000\u0000\u0000\u0000"
+"\u0000\u0000\u0001\u0002\u0000\u0000xpsr\u00000com.sun.msv.grammar.Expression$NullSetExpression"
+"\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003q\u0000~\u0000\fpsr\u0000\u001bcom.sun.msv.util.StringPair\u00d0t\u001ejB\u008f"
+"\u008d\u00a0\u0002\u0000\u0002L\u0000\tlocalNameq\u0000~\u0000 L\u0000\fnamespaceURIq\u0000~\u0000 xpq\u0000~\u00009q\u0000~\u00008sq\u0000~\u0000\u001f"
+"t\u0000\u0004typet\u0000)http://www.w3.org/2001/XMLSchema-instanceq\u0000~\u0000\u001esq\u0000~"
+"\u0000\u001ft\u0000 PrincipalAuthenticationMechanismt\u0000\u0016urn:liberty:ac:2003-"
+"08q\u0000~\u0000\u001esq\u0000~\u0000\bppsq\u0000~\u0000\bq\u0000~\u0000\fpsq\u0000~\u0000\rq\u0000~\u0000\fp\u0000sq\u0000~\u0000\bppsq\u0000~\u0000\u0012q\u0000~\u0000\fp"
+"sq\u0000~\u0000\u0015q\u0000~\u0000\fpq\u0000~\u0000\u0018q\u0000~\u0000\u001cq\u0000~\u0000\u001esq\u0000~\u0000\u001ft\u0000?com.sun.identity.liberty"
+".ws.common.jaxb.ac.AuthenticatorElementq\u0000~\u0000#sq\u0000~\u0000\rq\u0000~\u0000\fp\u0000sq\u0000"
+"~\u0000\u0000ppsq\u0000~\u0000\rpp\u0000sq\u0000~\u0000\bppsq\u0000~\u0000\u0012q\u0000~\u0000\fpsq\u0000~\u0000\u0015q\u0000~\u0000\fpq\u0000~\u0000\u0018q\u0000~\u0000\u001cq\u0000~\u0000"
+"\u001esq\u0000~\u0000\u001ft\u0000<com.sun.identity.liberty.ws.common.jaxb.ac.Authent"
+"icatorTypeq\u0000~\u0000#sq\u0000~\u0000\bppsq\u0000~\u0000\u0015q\u0000~\u0000\fpq\u0000~\u00001q\u0000~\u0000Aq\u0000~\u0000\u001esq\u0000~\u0000\u001ft\u0000\rA"
+"uthenticatorq\u0000~\u0000Fq\u0000~\u0000\u001esq\u0000~\u0000\bppsq\u0000~\u0000\bq\u0000~\u0000\fpsq\u0000~\u0000\rq\u0000~\u0000\fp\u0000sq\u0000~\u0000"
+"\bppsq\u0000~\u0000\u0012q\u0000~\u0000\fpsq\u0000~\u0000\u0015q\u0000~\u0000\fpq\u0000~\u0000\u0018q\u0000~\u0000\u001cq\u0000~\u0000\u001esq\u0000~\u0000\u001ft\u0000Pcom.sun.i"
+"dentity.liberty.ws.common.jaxb.ac.AuthenticatorTransportProt"
+"ocolElementq\u0000~\u0000#sq\u0000~\u0000\rq\u0000~\u0000\fp\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\rpp\u0000sq\u0000~\u0000\bppsq\u0000~\u0000\u0012"
+"q\u0000~\u0000\fpsq\u0000~\u0000\u0015q\u0000~\u0000\fpq\u0000~\u0000\u0018q\u0000~\u0000\u001cq\u0000~\u0000\u001esq\u0000~\u0000\u001ft\u0000Mcom.sun.identity.l"
+"iberty.ws.common.jaxb.ac.AuthenticatorTransportProtocolTypeq"
+"\u0000~\u0000#sq\u0000~\u0000\bppsq\u0000~\u0000\u0015q\u0000~\u0000\fpq\u0000~\u00001q\u0000~\u0000Aq\u0000~\u0000\u001esq\u0000~\u0000\u001ft\u0000\u001eAuthenticato"
+"rTransportProtocolq\u0000~\u0000Fq\u0000~\u0000\u001esq\u0000~\u0000\bppsq\u0000~\u0000\u0012q\u0000~\u0000\fpsq\u0000~\u0000\bq\u0000~\u0000\fp"
+"sq\u0000~\u0000\rq\u0000~\u0000\fp\u0000sq\u0000~\u0000\bppsq\u0000~\u0000\u0012q\u0000~\u0000\fpsq\u0000~\u0000\u0015q\u0000~\u0000\fpq\u0000~\u0000\u0018q\u0000~\u0000\u001cq\u0000~\u0000\u001e"
+"sq\u0000~\u0000\u001ft\u0000;com.sun.identity.liberty.ws.common.jaxb.ac.Extensio"
+"nElementq\u0000~\u0000#sq\u0000~\u0000\rq\u0000~\u0000\fp\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\rpp\u0000sq\u0000~\u0000\bppsq\u0000~\u0000\u0012q\u0000~"
+"\u0000\fpsq\u0000~\u0000\u0015q\u0000~\u0000\fpq\u0000~\u0000\u0018q\u0000~\u0000\u001cq\u0000~\u0000\u001esq\u0000~\u0000\u001ft\u00008com.sun.identity.libe"
+"rty.ws.common.jaxb.ac.ExtensionTypeq\u0000~\u0000#sq\u0000~\u0000\bppsq\u0000~\u0000\u0015q\u0000~\u0000\fp"
+"q\u0000~\u00001q\u0000~\u0000Aq\u0000~\u0000\u001esq\u0000~\u0000\u001ft\u0000\tExtensionq\u0000~\u0000Fq\u0000~\u0000\u001esr\u0000\"com.sun.msv.g"
+"rammar.ExpressionPool\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\bexpTablet\u0000/Lcom/sun/msv/g"
+"rammar/ExpressionPool$ClosedHash;xpsr\u0000-com.sun.msv.grammar.E"
+"xpressionPool$ClosedHash\u00d7j\u00d0N\u00ef\u00e8\u00ed\u001c\u0003\u0000\u0003I\u0000\u0005countB\u0000\rstreamVersionL"
+"\u0000\u0006parentt\u0000$Lcom/sun/msv/grammar/ExpressionPool;xp\u0000\u0000\u0000$\u0001pq\u0000~\u0000H"
+"q\u0000~\u0000\\q\u0000~\u0000qq\u0000~\u0000oq\u0000~\u0000pq\u0000~\u0000\u0014q\u0000~\u0000(q\u0000~\u0000Kq\u0000~\u0000Sq\u0000~\u0000_q\u0000~\u0000gq\u0000~\u0000tq\u0000~\u0000|"
+"q\u0000~\u0000\u0007q\u0000~\u0000\u0006q\u0000~\u0000\u0011q\u0000~\u0000\'q\u0000~\u0000Jq\u0000~\u0000Rq\u0000~\u0000^q\u0000~\u0000fq\u0000~\u0000sq\u0000~\u0000{q\u0000~\u0000%q\u0000~\u0000P"
+"q\u0000~\u0000dq\u0000~\u0000yq\u0000~\u0000\u0005q\u0000~\u0000\tq\u0000~\u0000Gq\u0000~\u0000[q\u0000~\u0000,q\u0000~\u0000Wq\u0000~\u0000kq\u0000~\u0000\u0080q\u0000~\u0000\nx"));
}
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.AuthenticationMethodTypeImpl.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 3 :
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), 4, ___uri, ___local, ___qname, __atts)));
return ;
}
if (("Extension" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
context.pushAttributes(__atts, false);
state = 5;
return ;
}
state = 4;
continue outer;
case 1 :
if (("Authenticator" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_Authenticator = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorElementImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorElementImpl.class), 2, ___uri, ___local, ___qname, __atts));
return ;
}
if (("Authenticator" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
context.pushAttributes(__atts, false);
state = 9;
return ;
}
state = 2;
continue outer;
case 0 :
if (("PrincipalAuthenticationMechanism" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_PrincipalAuthenticationMechanism = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.PrincipalAuthenticationMechanismElementImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.PrincipalAuthenticationMechanismElementImpl.class), 1, ___uri, ___local, ___qname, __atts));
return ;
}
if (("PrincipalAuthenticationMechanism" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
context.pushAttributes(__atts, false);
state = 11;
return ;
}
state = 1;
continue outer;
case 2 :
if (("AuthenticatorTransportProtocol" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_AuthenticatorTransportProtocol = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTransportProtocolElementImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTransportProtocolElementImpl.class), 3, ___uri, ___local, ___qname, __atts));
return ;
}
if (("AuthenticatorTransportProtocol" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
context.pushAttributes(__atts, false);
state = 7;
return ;
}
state = 3;
continue outer;
case 7 :
if (("HTTP" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_AuthenticatorTransportProtocol = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTransportProtocolTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTransportProtocolTypeImpl.class), 8, ___uri, ___local, ___qname, __atts));
return ;
}
if (("HTTP" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_AuthenticatorTransportProtocol = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTransportProtocolTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTransportProtocolTypeImpl.class), 8, ___uri, ___local, ___qname, __atts));
return ;
}
if (("SSL" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_AuthenticatorTransportProtocol = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTransportProtocolTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTransportProtocolTypeImpl.class), 8, ___uri, ___local, ___qname, __atts));
return ;
}
if (("SSL" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_AuthenticatorTransportProtocol = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTransportProtocolTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTransportProtocolTypeImpl.class), 8, ___uri, ___local, ___qname, __atts));
return ;
}
if (("MobileNetworkNoEncryption" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_AuthenticatorTransportProtocol = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTransportProtocolTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTransportProtocolTypeImpl.class), 8, ___uri, ___local, ___qname, __atts));
return ;
}
if (("MobileNetworkNoEncryption" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_AuthenticatorTransportProtocol = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTransportProtocolTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTransportProtocolTypeImpl.class), 8, ___uri, ___local, ___qname, __atts));
return ;
}
if (("MobileNetworkRadioEncryption" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_AuthenticatorTransportProtocol = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTransportProtocolTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTransportProtocolTypeImpl.class), 8, ___uri, ___local, ___qname, __atts));
return ;
}
if (("MobileNetworkRadioEncryption" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_AuthenticatorTransportProtocol = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTransportProtocolTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTransportProtocolTypeImpl.class), 8, ___uri, ___local, ___qname, __atts));
return ;
}
if (("MobileNetworkEndToEndEncryption" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_AuthenticatorTransportProtocol = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTransportProtocolTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTransportProtocolTypeImpl.class), 8, ___uri, ___local, ___qname, __atts));
return ;
}
if (("MobileNetworkEndToEndEncryption" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_AuthenticatorTransportProtocol = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTransportProtocolTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTransportProtocolTypeImpl.class), 8, ___uri, ___local, ___qname, __atts));
return ;
}
if (("WTLS" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_AuthenticatorTransportProtocol = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTransportProtocolTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTransportProtocolTypeImpl.class), 8, ___uri, ___local, ___qname, __atts));
return ;
}
if (("WTLS" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_AuthenticatorTransportProtocol = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTransportProtocolTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTransportProtocolTypeImpl.class), 8, ___uri, ___local, ___qname, __atts));
return ;
}
if (("IPSec" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_AuthenticatorTransportProtocol = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTransportProtocolTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTransportProtocolTypeImpl.class), 8, ___uri, ___local, ___qname, __atts));
return ;
}
if (("IPSec" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_AuthenticatorTransportProtocol = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTransportProtocolTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTransportProtocolTypeImpl.class), 8, ___uri, ___local, ___qname, __atts));
return ;
}
if (("Extension" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_AuthenticatorTransportProtocol = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTransportProtocolTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTransportProtocolTypeImpl.class), 8, ___uri, ___local, ___qname, __atts));
return ;
}
if (("Extension" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_AuthenticatorTransportProtocol = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTransportProtocolTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTransportProtocolTypeImpl.class), 8, ___uri, ___local, ___qname, __atts));
return ;
}
break;
case 9 :
if (("PreviousSession" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_Authenticator = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTypeImpl.class), 10, ___uri, ___local, ___qname, __atts));
return ;
}
if (("PreviousSession" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_Authenticator = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTypeImpl.class), 10, ___uri, ___local, ___qname, __atts));
return ;
}
if (("ResumeSession" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_Authenticator = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTypeImpl.class), 10, ___uri, ___local, ___qname, __atts));
return ;
}
if (("ResumeSession" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_Authenticator = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTypeImpl.class), 10, ___uri, ___local, ___qname, __atts));
return ;
}
if (("DigSig" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_Authenticator = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTypeImpl.class), 10, ___uri, ___local, ___qname, __atts));
return ;
}
if (("DigSig" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_Authenticator = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTypeImpl.class), 10, ___uri, ___local, ___qname, __atts));
return ;
}
if (("Password" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_Authenticator = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTypeImpl.class), 10, ___uri, ___local, ___qname, __atts));
return ;
}
if (("Password" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_Authenticator = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTypeImpl.class), 10, ___uri, ___local, ___qname, __atts));
return ;
}
if (("ZeroKnowledge" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_Authenticator = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTypeImpl.class), 10, ___uri, ___local, ___qname, __atts));
return ;
}
if (("ZeroKnowledge" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_Authenticator = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTypeImpl.class), 10, ___uri, ___local, ___qname, __atts));
return ;
}
if (("SharedSecretChallengeResponse" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_Authenticator = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTypeImpl.class), 10, ___uri, ___local, ___qname, __atts));
return ;
}
if (("SharedSecretChallengeResponse" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_Authenticator = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTypeImpl.class), 10, ___uri, ___local, ___qname, __atts));
return ;
}
if (("SharedSecretDynamicPlaintext" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_Authenticator = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTypeImpl.class), 10, ___uri, ___local, ___qname, __atts));
return ;
}
if (("SharedSecretDynamicPlaintext" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_Authenticator = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTypeImpl.class), 10, ___uri, ___local, ___qname, __atts));
return ;
}
if (("IPAddress" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_Authenticator = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTypeImpl.class), 10, ___uri, ___local, ___qname, __atts));
return ;
}
if (("IPAddress" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_Authenticator = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTypeImpl.class), 10, ___uri, ___local, ___qname, __atts));
return ;
}
if (("AsymmetricDecryption" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_Authenticator = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTypeImpl.class), 10, ___uri, ___local, ___qname, __atts));
return ;
}
if (("AsymmetricDecryption" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_Authenticator = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTypeImpl.class), 10, ___uri, ___local, ___qname, __atts));
return ;
}
if (("AsymmetricKeyAgreement" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_Authenticator = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTypeImpl.class), 10, ___uri, ___local, ___qname, __atts));
return ;
}
if (("AsymmetricKeyAgreement" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_Authenticator = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTypeImpl.class), 10, ___uri, ___local, ___qname, __atts));
return ;
}
if (("Extension" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_Authenticator = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTypeImpl.class), 10, ___uri, ___local, ___qname, __atts));
return ;
}
if (("Extension" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_Authenticator = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatorTypeImpl.class), 10, ___uri, ___local, ___qname, __atts));
return ;
}
break;
case 4 :
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), 4, ___uri, ___local, ___qname, __atts)));
return ;
}
if (("Extension" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
context.pushAttributes(__atts, false);
state = 5;
return ;
}
revertToParentFromEnterElement(___uri, ___local, ___qname, __atts);
return ;
case 5 :
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), 6, ___uri, ___local, ___qname, __atts)));
return ;
}
break;
case 11 :
if (("Password" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_PrincipalAuthenticationMechanism = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.PrincipalAuthenticationMechanismTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.PrincipalAuthenticationMechanismTypeImpl.class), 12, ___uri, ___local, ___qname, __atts));
return ;
}
if (("Password" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_PrincipalAuthenticationMechanism = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.PrincipalAuthenticationMechanismTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.PrincipalAuthenticationMechanismTypeImpl.class), 12, ___uri, ___local, ___qname, __atts));
return ;
}
if (("Token" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_PrincipalAuthenticationMechanism = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.PrincipalAuthenticationMechanismTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.PrincipalAuthenticationMechanismTypeImpl.class), 12, ___uri, ___local, ___qname, __atts));
return ;
}
if (("Token" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_PrincipalAuthenticationMechanism = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.PrincipalAuthenticationMechanismTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.PrincipalAuthenticationMechanismTypeImpl.class), 12, ___uri, ___local, ___qname, __atts));
return ;
}
if (("Smartcard" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_PrincipalAuthenticationMechanism = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.PrincipalAuthenticationMechanismTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.PrincipalAuthenticationMechanismTypeImpl.class), 12, ___uri, ___local, ___qname, __atts));
return ;
}
if (("Smartcard" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_PrincipalAuthenticationMechanism = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.PrincipalAuthenticationMechanismTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.PrincipalAuthenticationMechanismTypeImpl.class), 12, ___uri, ___local, ___qname, __atts));
return ;
}
if (("ActivationPin" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_PrincipalAuthenticationMechanism = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.PrincipalAuthenticationMechanismTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.PrincipalAuthenticationMechanismTypeImpl.class), 12, ___uri, ___local, ___qname, __atts));
return ;
}
if (("ActivationPin" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_PrincipalAuthenticationMechanism = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.PrincipalAuthenticationMechanismTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.PrincipalAuthenticationMechanismTypeImpl.class), 12, ___uri, ___local, ___qname, __atts));
return ;
}
if (("Extension" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_PrincipalAuthenticationMechanism = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.PrincipalAuthenticationMechanismTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.PrincipalAuthenticationMechanismTypeImpl.class), 12, ___uri, ___local, ___qname, __atts));
return ;
}
if (("Extension" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
_PrincipalAuthenticationMechanism = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.PrincipalAuthenticationMechanismTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.PrincipalAuthenticationMechanismTypeImpl.class), 12, ___uri, ___local, ___qname, __atts));
return ;
}
break;
}
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 3 :
state = 4;
continue outer;
case 1 :
state = 2;
continue outer;
case 0 :
state = 1;
continue outer;
case 2 :
state = 3;
continue outer;
case 10 :
if (("Authenticator" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
context.popAttributes();
state = 2;
return ;
}
break;
case 6 :
if (("Extension" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
context.popAttributes();
state = 4;
return ;
}
break;
case 4 :
revertToParentFromLeaveElement(___uri, ___local, ___qname);
return ;
case 8 :
if (("AuthenticatorTransportProtocol" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
context.popAttributes();
state = 3;
return ;
}
break;
case 12 :
if (("PrincipalAuthenticationMechanism" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
context.popAttributes();
state = 1;
return ;
}
break;
}
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 3 :
state = 4;
continue outer;
case 1 :
state = 2;
continue outer;
case 0 :
state = 1;
continue outer;
case 2 :
state = 3;
continue outer;
case 4 :
revertToParentFromEnterAttribute(___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 3 :
state = 4;
continue outer;
case 1 :
state = 2;
continue outer;
case 0 :
state = 1;
continue outer;
case 2 :
state = 3;
continue outer;
case 4 :
revertToParentFromLeaveAttribute(___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 3 :
state = 4;
continue outer;
case 1 :
state = 2;
continue outer;
case 0 :
state = 1;
continue outer;
case 2 :
state = 3;
continue outer;
case 4 :
revertToParentFromText(value);
return ;
}
} catch (java.lang.RuntimeException e) {
handleUnexpectedTextException(value, e);
}
break;
}
}
}
}