5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk//
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.6-b27-fcs
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk// Any modifications to this file will be lost upon recompilation of the source schema.
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk// Generated on: 2012.06.11 at 10:34:07 AM PDT
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk//
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenkpackage com.sun.identity.saml2.jaxb.metadata.impl;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenkpublic class SPSSODescriptorTypeImpl
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk extends com.sun.identity.saml2.jaxb.metadata.impl.SSODescriptorTypeImpl
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk implements com.sun.identity.saml2.jaxb.metadata.SPSSODescriptorType, com.sun.xml.bind.JAXBObject, com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallableObject, com.sun.identity.saml2.jaxb.assertion.impl.runtime.XMLSerializable, com.sun.identity.saml2.jaxb.assertion.impl.runtime.ValidatableObject
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk{
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk protected boolean has_AuthnRequestsSigned;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk protected boolean _AuthnRequestsSigned;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk protected com.sun.xml.bind.util.ListImpl _AssertionConsumerService;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk protected com.sun.xml.bind.util.ListImpl _AttributeConsumingService;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk protected boolean has_WantAssertionsSigned;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk protected boolean _WantAssertionsSigned;
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk public final static java.lang.Class version = (com.sun.identity.saml2.jaxb.metadata.impl.JAXBVersion.class);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk private static com.sun.msv.grammar.Grammar schemaFragment;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk private final static java.lang.Class PRIMARY_INTERFACE_CLASS() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return (com.sun.identity.saml2.jaxb.metadata.SPSSODescriptorType.class);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk public boolean isAuthnRequestsSigned() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return _AuthnRequestsSigned;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk public void setAuthnRequestsSigned(boolean value) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _AuthnRequestsSigned = value;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk has_AuthnRequestsSigned = true;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk protected com.sun.xml.bind.util.ListImpl _getAssertionConsumerService() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_AssertionConsumerService == null) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _AssertionConsumerService = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return _AssertionConsumerService;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk public java.util.List getAssertionConsumerService() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return _getAssertionConsumerService();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk protected com.sun.xml.bind.util.ListImpl _getAttributeConsumingService() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_AttributeConsumingService == null) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _AttributeConsumingService = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return _AttributeConsumingService;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk public java.util.List getAttributeConsumingService() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return _getAttributeConsumingService();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk public boolean isWantAssertionsSigned() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return _WantAssertionsSigned;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk public void setWantAssertionsSigned(boolean value) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _WantAssertionsSigned = value;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk has_WantAssertionsSigned = true;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk public com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallingEventHandler createUnmarshaller(com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallingContext context) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return new com.sun.identity.saml2.jaxb.metadata.impl.SPSSODescriptorTypeImpl.Unmarshaller(context);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk public void serializeBody(com.sun.identity.saml2.jaxb.assertion.impl.runtime.XMLSerializer context)
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk throws org.xml.sax.SAXException
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int idx2 = 0;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk final int len2 = ((_AssertionConsumerService == null)? 0 :_AssertionConsumerService.size());
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int idx3 = 0;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk final int len3 = ((_AttributeConsumingService == null)? 0 :_AttributeConsumingService.size());
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk super.serializeBody(context);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (idx2 != len2) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_AssertionConsumerService.get(idx2) instanceof javax.xml.bind.Element) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsBody(((com.sun.xml.bind.JAXBObject) _AssertionConsumerService.get(idx2 ++)), "AssertionConsumerService");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk } else {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.startElement("urn:oasis:names:tc:SAML:2.0:metadata", "AssertionConsumerService");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int idx_0 = idx2;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsURIs(((com.sun.xml.bind.JAXBObject) _AssertionConsumerService.get(idx_0 ++)), "AssertionConsumerService");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.endNamespaceDecls();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int idx_1 = idx2;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _AssertionConsumerService.get(idx_1 ++)), "AssertionConsumerService");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.endAttributes();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsBody(((com.sun.xml.bind.JAXBObject) _AssertionConsumerService.get(idx2 ++)), "AssertionConsumerService");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.endElement();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (idx3 != len3) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_AttributeConsumingService.get(idx3) instanceof javax.xml.bind.Element) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsBody(((com.sun.xml.bind.JAXBObject) _AttributeConsumingService.get(idx3 ++)), "AttributeConsumingService");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk } else {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.startElement("urn:oasis:names:tc:SAML:2.0:metadata", "AttributeConsumingService");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int idx_2 = idx3;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsURIs(((com.sun.xml.bind.JAXBObject) _AttributeConsumingService.get(idx_2 ++)), "AttributeConsumingService");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.endNamespaceDecls();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int idx_3 = idx3;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _AttributeConsumingService.get(idx_3 ++)), "AttributeConsumingService");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.endAttributes();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsBody(((com.sun.xml.bind.JAXBObject) _AttributeConsumingService.get(idx3 ++)), "AttributeConsumingService");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.endElement();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk public void serializeAttributes(com.sun.identity.saml2.jaxb.assertion.impl.runtime.XMLSerializer context)
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk throws org.xml.sax.SAXException
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int idx2 = 0;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk final int len2 = ((_AssertionConsumerService == null)? 0 :_AssertionConsumerService.size());
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int idx3 = 0;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk final int len3 = ((_AttributeConsumingService == null)? 0 :_AttributeConsumingService.size());
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (has_AuthnRequestsSigned) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.startAttribute("", "AuthnRequestsSigned");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk try {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.text(javax.xml.bind.DatatypeConverter.printBoolean(((boolean) _AuthnRequestsSigned)), "AuthnRequestsSigned");
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk } catch (java.lang.Exception e) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk com.sun.identity.saml2.jaxb.assertion.impl.runtime.Util.handlePrintConversionException(this, e, context);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.endAttribute();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (has_WantAssertionsSigned) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.startAttribute("", "WantAssertionsSigned");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk try {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.text(javax.xml.bind.DatatypeConverter.printBoolean(((boolean) _WantAssertionsSigned)), "WantAssertionsSigned");
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk } catch (java.lang.Exception e) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk com.sun.identity.saml2.jaxb.assertion.impl.runtime.Util.handlePrintConversionException(this, e, context);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.endAttribute();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk super.serializeAttributes(context);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (idx2 != len2) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_AssertionConsumerService.get(idx2) instanceof javax.xml.bind.Element) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _AssertionConsumerService.get(idx2 ++)), "AssertionConsumerService");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk } else {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk idx2 += 1;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (idx3 != len3) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_AttributeConsumingService.get(idx3) instanceof javax.xml.bind.Element) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _AttributeConsumingService.get(idx3 ++)), "AttributeConsumingService");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk } else {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk idx3 += 1;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk public void serializeURIs(com.sun.identity.saml2.jaxb.assertion.impl.runtime.XMLSerializer context)
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk throws org.xml.sax.SAXException
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int idx2 = 0;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk final int len2 = ((_AssertionConsumerService == null)? 0 :_AssertionConsumerService.size());
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int idx3 = 0;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk final int len3 = ((_AttributeConsumingService == null)? 0 :_AttributeConsumingService.size());
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk super.serializeURIs(context);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (idx2 != len2) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_AssertionConsumerService.get(idx2) instanceof javax.xml.bind.Element) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsURIs(((com.sun.xml.bind.JAXBObject) _AssertionConsumerService.get(idx2 ++)), "AssertionConsumerService");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk } else {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk idx2 += 1;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (idx3 != len3) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_AttributeConsumingService.get(idx3) instanceof javax.xml.bind.Element) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsURIs(((com.sun.xml.bind.JAXBObject) _AttributeConsumingService.get(idx3 ++)), "AttributeConsumingService");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk } else {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk idx3 += 1;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk public java.lang.Class getPrimaryInterface() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return (com.sun.identity.saml2.jaxb.metadata.SPSSODescriptorType.class);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk public com.sun.msv.verifier.DocumentDeclaration createRawValidator() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (schemaFragment == null) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk schemaFragment = com.sun.xml.bind.validator.SchemaDeserializer.deserialize((
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk "\u00ac\u00ed\u0000\u0005sr\u0000\u001fcom.sun.msv.grammar.SequenceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.su"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"n.msv.grammar.BinaryExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0004exp1t\u0000 Lcom/sun/msv/gra"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"mmar/Expression;L\u0000\u0004exp2q\u0000~\u0000\u0002xr\u0000\u001ecom.sun.msv.grammar.Expressi"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"on\u00f8\u0018\u0082\u00e8N5~O\u0002\u0000\u0002L\u0000\u0013epsilonReducibilityt\u0000\u0013Ljava/lang/Boolean;L\u0000\u000b"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"expandedExpq\u0000~\u0000\u0002xpppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000pp"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsq\u0000~"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000\u0000ppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsr\u0000\u001dcom.sun.msv.grammar.ChoiceEx"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"p\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0001ppsq\u0000~\u0000\u0016sr\u0000\u0011java.lang.Boolean\u00cd r\u0080\u00d5\u009c\u00fa\u00ee\u0002\u0000\u0001Z\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0005valuexp\u0000psr\u0000\'com.sun.msv.grammar.trex.ElementPattern\u0000\u0000\u0000\u0000\u0000\u0000\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0001\u0002\u0000\u0001L\u0000\tnameClasst\u0000\u001fLcom/sun/msv/grammar/NameClass;xr\u0000\u001ecom.su"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"n.msv.grammar.ElementExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002Z\u0000\u001aignoreUndeclaredAttrib"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"utesL\u0000\fcontentModelq\u0000~\u0000\u0002xq\u0000~\u0000\u0003q\u0000~\u0000\u001ap\u0000sq\u0000~\u0000\u0016ppsr\u0000 com.sun.msv"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+".grammar.OneOrMoreExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001ccom.sun.msv.grammar.Unar"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"yExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\u0003expq\u0000~\u0000\u0002xq\u0000~\u0000\u0003q\u0000~\u0000\u001apsr\u0000 com.sun.msv.gramma"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"r.AttributeExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0003expq\u0000~\u0000\u0002L\u0000\tnameClassq\u0000~\u0000\u001cxq\u0000~\u0000\u0003q"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000~\u0000\u001apsr\u00002com.sun.msv.grammar.Expression$AnyStringExpression\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003sq\u0000~\u0000\u0019\u0001q\u0000~\u0000&sr\u0000 com.sun.msv.grammar.AnyNameC"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"lass\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\u0000x"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"psr\u00000com.sun.msv.grammar.Expression$EpsilonExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003q\u0000~\u0000\'q\u0000~\u0000,sr\u0000#com.sun.msv.grammar.SimpleNameClass\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\tlocalNamet\u0000\u0012Ljava/lang/String;L\u0000\fnamespaceURIq\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"~\u0000.xq\u0000~\u0000)t\u00003com.sun.identity.saml2.jaxb.xmlsig.SignatureElem"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"entt\u0000+http://java.sun.com/jaxb/xjc/dummy-elementssq\u0000~\u0000\u001bq\u0000~\u0000\u001a"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"p\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u001bpp\u0000sq\u0000~\u0000\u0016ppsq\u0000~\u0000 q\u0000~\u0000\u001apsq\u0000~\u0000#q\u0000~\u0000\u001apq\u0000~\u0000&q\u0000~\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"*q\u0000~\u0000,sq\u0000~\u0000-t\u00000com.sun.identity.saml2.jaxb.xmlsig.SignatureT"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ypeq\u0000~\u00001sq\u0000~\u0000\u0016ppsq\u0000~\u0000#q\u0000~\u0000\u001apsr\u0000\u001bcom.sun.msv.grammar.DataExp\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\u0002dtt\u0000\u001fLorg/relaxng/datatype/Datatype;L\u0000\u0006exceptq\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"~\u0000\u0002L\u0000\u0004namet\u0000\u001dLcom/sun/msv/util/StringPair;xq\u0000~\u0000\u0003ppsr\u0000\"com.su"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"n.msv.datatype.xsd.QnameType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000*com.sun.msv.datat"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ype.xsd.BuiltinAtomicType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000%com.sun.msv.datatype"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+".xsd.ConcreteType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\'com.sun.msv.datatype.xsd.XSD"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"atatypeImpl\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\fnamespaceUriq\u0000~\u0000.L\u0000\btypeNameq\u0000~\u0000.L\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\nwhiteSpacet\u0000.Lcom/sun/msv/datatype/xsd/WhiteSpaceProcessor;"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"xpt\u0000 http://www.w3.org/2001/XMLSchemat\u0000\u0005QNamesr\u00005com.sun.msv"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+".datatype.xsd.WhiteSpaceProcessor$Collapse\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000,com"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+".sun.msv.datatype.xsd.WhiteSpaceProcessor\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr\u00000co"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"m.sun.msv.grammar.Expression$NullSetExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"~\u0000\u0003q\u0000~\u0000\u001apsr\u0000\u001bcom.sun.msv.util.StringPair\u00d0t\u001ejB\u008f\u008d\u00a0\u0002\u0000\u0002L\u0000\tlocalN"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ameq\u0000~\u0000.L\u0000\fnamespaceURIq\u0000~\u0000.xpq\u0000~\u0000Gq\u0000~\u0000Fsq\u0000~\u0000-t\u0000\u0004typet\u0000)http"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"://www.w3.org/2001/XMLSchema-instanceq\u0000~\u0000,sq\u0000~\u0000-t\u0000\tSignature"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"t\u0000\"http://www.w3.org/2000/09/xmldsig#q\u0000~\u0000,sq\u0000~\u0000\u0016ppsq\u0000~\u0000\u0016q\u0000~\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u001apsq\u0000~\u0000\u001bq\u0000~\u0000\u001ap\u0000sq\u0000~\u0000\u0016ppsq\u0000~\u0000 q\u0000~\u0000\u001apsq\u0000~\u0000#q\u0000~\u0000\u001apq\u0000~\u0000&q\u0000~\u0000*q\u0000~"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000,sq\u0000~\u0000-t\u00006com.sun.identity.saml2.jaxb.metadata.ExtensionsEl"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ementq\u0000~\u00001sq\u0000~\u0000\u001bq\u0000~\u0000\u001ap\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u001bpp\u0000sq\u0000~\u0000\u0016ppsq\u0000~\u0000 q\u0000~\u0000\u001ap"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"sq\u0000~\u0000#q\u0000~\u0000\u001apq\u0000~\u0000&q\u0000~\u0000*q\u0000~\u0000,sq\u0000~\u0000-t\u00003com.sun.identity.saml2.j"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"axb.metadata.ExtensionsTypeq\u0000~\u00001sq\u0000~\u0000\u0016ppsq\u0000~\u0000#q\u0000~\u0000\u001apq\u0000~\u0000?q\u0000~"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000Oq\u0000~\u0000,sq\u0000~\u0000-t\u0000\nExtensionst\u0000$urn:oasis:names:tc:SAML:2.0:met"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"adataq\u0000~\u0000,sq\u0000~\u0000\u0016ppsq\u0000~\u0000 q\u0000~\u0000\u001apsq\u0000~\u0000\u0016q\u0000~\u0000\u001apsq\u0000~\u0000\u001bq\u0000~\u0000\u001ap\u0000sq\u0000~\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0016ppsq\u0000~\u0000 q\u0000~\u0000\u001apsq\u0000~\u0000#q\u0000~\u0000\u001apq\u0000~\u0000&q\u0000~\u0000*q\u0000~\u0000,sq\u0000~\u0000-t\u00009com.sun.i"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"dentity.saml2.jaxb.metadata.KeyDescriptorElementq\u0000~\u00001sq\u0000~\u0000\u001bq"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000~\u0000\u001ap\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u001bpp\u0000sq\u0000~\u0000\u0016ppsq\u0000~\u0000 q\u0000~\u0000\u001apsq\u0000~\u0000#q\u0000~\u0000\u001apq\u0000~\u0000&"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"q\u0000~\u0000*q\u0000~\u0000,sq\u0000~\u0000-t\u00006com.sun.identity.saml2.jaxb.metadata.KeyD"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"escriptorTypeq\u0000~\u00001sq\u0000~\u0000\u0016ppsq\u0000~\u0000#q\u0000~\u0000\u001apq\u0000~\u0000?q\u0000~\u0000Oq\u0000~\u0000,sq\u0000~\u0000-t"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000\rKeyDescriptorq\u0000~\u0000iq\u0000~\u0000,sq\u0000~\u0000\u0016ppsq\u0000~\u0000\u0016q\u0000~\u0000\u001apsq\u0000~\u0000\u001bq\u0000~\u0000\u001ap\u0000sq"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000~\u0000\u0016ppsq\u0000~\u0000 q\u0000~\u0000\u001apsq\u0000~\u0000#q\u0000~\u0000\u001apq\u0000~\u0000&q\u0000~\u0000*q\u0000~\u0000,sq\u0000~\u0000-t\u00008com.su"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"n.identity.saml2.jaxb.metadata.OrganizationElementq\u0000~\u00001sq\u0000~\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u001bq\u0000~\u0000\u001ap\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u001bpp\u0000sq\u0000~\u0000\u0016ppsq\u0000~\u0000 q\u0000~\u0000\u001apsq\u0000~\u0000#q\u0000~\u0000\u001apq\u0000~"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000&q\u0000~\u0000*q\u0000~\u0000,sq\u0000~\u0000-t\u00005com.sun.identity.saml2.jaxb.metadata.Or"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ganizationTypeq\u0000~\u00001sq\u0000~\u0000\u0016ppsq\u0000~\u0000#q\u0000~\u0000\u001apq\u0000~\u0000?q\u0000~\u0000Oq\u0000~\u0000,sq\u0000~\u0000-"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"t\u0000\fOrganizationq\u0000~\u0000iq\u0000~\u0000,sq\u0000~\u0000\u0016ppsq\u0000~\u0000 q\u0000~\u0000\u001apsq\u0000~\u0000\u0016q\u0000~\u0000\u001apsq\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"~\u0000\u001bq\u0000~\u0000\u001ap\u0000sq\u0000~\u0000\u0016ppsq\u0000~\u0000 q\u0000~\u0000\u001apsq\u0000~\u0000#q\u0000~\u0000\u001apq\u0000~\u0000&q\u0000~\u0000*q\u0000~\u0000,sq\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"~\u0000-t\u00009com.sun.identity.saml2.jaxb.metadata.ContactPersonElem"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"entq\u0000~\u00001sq\u0000~\u0000\u001bq\u0000~\u0000\u001ap\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u001bpp\u0000sq\u0000~\u0000\u0016ppsq\u0000~\u0000 q\u0000~\u0000\u001apsq"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000~\u0000#q\u0000~\u0000\u001apq\u0000~\u0000&q\u0000~\u0000*q\u0000~\u0000,sq\u0000~\u0000-t\u00000com.sun.identity.saml2.jax"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"b.metadata.ContactTypeq\u0000~\u00001sq\u0000~\u0000\u0016ppsq\u0000~\u0000#q\u0000~\u0000\u001apq\u0000~\u0000?q\u0000~\u0000Oq\u0000~"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000,sq\u0000~\u0000-t\u0000\rContactPersonq\u0000~\u0000iq\u0000~\u0000,sq\u0000~\u0000\u0016ppsq\u0000~\u0000 q\u0000~\u0000\u001apsq\u0000~\u0000\u0016"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"q\u0000~\u0000\u001apsq\u0000~\u0000\u001bq\u0000~\u0000\u001ap\u0000sq\u0000~\u0000\u0016ppsq\u0000~\u0000 q\u0000~\u0000\u001apsq\u0000~\u0000#q\u0000~\u0000\u001apq\u0000~\u0000&q\u0000~\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"*q\u0000~\u0000,sq\u0000~\u0000-t\u0000Ecom.sun.identity.saml2.jaxb.metadata.Artifact"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ResolutionServiceElementq\u0000~\u00001sq\u0000~\u0000\u001bq\u0000~\u0000\u001ap\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u001bpp\u0000s"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"q\u0000~\u0000\u0016ppsq\u0000~\u0000 q\u0000~\u0000\u001apsq\u0000~\u0000#q\u0000~\u0000\u001apq\u0000~\u0000&q\u0000~\u0000*q\u0000~\u0000,sq\u0000~\u0000-t\u00008com.s"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"un.identity.saml2.jaxb.metadata.IndexedEndpointTypeq\u0000~\u00001sq\u0000~"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000\u0016ppsq\u0000~\u0000#q\u0000~\u0000\u001apq\u0000~\u0000?q\u0000~\u0000Oq\u0000~\u0000,sq\u0000~\u0000-t\u0000\u0019ArtifactResolutionSe"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"rviceq\u0000~\u0000iq\u0000~\u0000,sq\u0000~\u0000\u0016ppsq\u0000~\u0000 q\u0000~\u0000\u001apsq\u0000~\u0000\u0016q\u0000~\u0000\u001apsq\u0000~\u0000\u001bq\u0000~\u0000\u001ap\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"sq\u0000~\u0000\u0016ppsq\u0000~\u0000 q\u0000~\u0000\u001apsq\u0000~\u0000#q\u0000~\u0000\u001apq\u0000~\u0000&q\u0000~\u0000*q\u0000~\u0000,sq\u0000~\u0000-t\u0000?com."
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"sun.identity.saml2.jaxb.metadata.SingleLogoutServiceElementq"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000~\u00001sq\u0000~\u0000\u001bq\u0000~\u0000\u001ap\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u001bpp\u0000sq\u0000~\u0000\u0016ppsq\u0000~\u0000 q\u0000~\u0000\u001apsq\u0000~\u0000#"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"q\u0000~\u0000\u001apq\u0000~\u0000&q\u0000~\u0000*q\u0000~\u0000,sq\u0000~\u0000-t\u00001com.sun.identity.saml2.jaxb.me"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"tadata.EndpointTypeq\u0000~\u00001sq\u0000~\u0000\u0016ppsq\u0000~\u0000#q\u0000~\u0000\u001apq\u0000~\u0000?q\u0000~\u0000Oq\u0000~\u0000,s"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"q\u0000~\u0000-t\u0000\u0013SingleLogoutServiceq\u0000~\u0000iq\u0000~\u0000,sq\u0000~\u0000\u0016ppsq\u0000~\u0000 q\u0000~\u0000\u001apsq\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"~\u0000\u0016q\u0000~\u0000\u001apsq\u0000~\u0000\u001bq\u0000~\u0000\u001ap\u0000sq\u0000~\u0000\u0016ppsq\u0000~\u0000 q\u0000~\u0000\u001apsq\u0000~\u0000#q\u0000~\u0000\u001apq\u0000~\u0000&q"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000~\u0000*q\u0000~\u0000,sq\u0000~\u0000-t\u0000?com.sun.identity.saml2.jaxb.metadata.Manag"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"eNameIDServiceElementq\u0000~\u00001sq\u0000~\u0000\u001bq\u0000~\u0000\u001ap\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u001bpp\u0000sq\u0000~"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000\u0016ppsq\u0000~\u0000 q\u0000~\u0000\u001apsq\u0000~\u0000#q\u0000~\u0000\u001apq\u0000~\u0000&q\u0000~\u0000*q\u0000~\u0000,sq\u0000~\u0000-q\u0000~\u0000\u00cdq\u0000~\u00001s"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"q\u0000~\u0000\u0016ppsq\u0000~\u0000#q\u0000~\u0000\u001apq\u0000~\u0000?q\u0000~\u0000Oq\u0000~\u0000,sq\u0000~\u0000-t\u0000\u0013ManageNameIDServi"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ceq\u0000~\u0000iq\u0000~\u0000,sq\u0000~\u0000\u0016ppsq\u0000~\u0000 q\u0000~\u0000\u001apsq\u0000~\u0000\u001bq\u0000~\u0000\u001ap\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000<q"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000~\u0000\u001apsr\u0000#com.sun.msv.datatype.xsd.AnyURIType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"Aq\u0000~\u0000Ft\u0000\u0006anyURIq\u0000~\u0000Jq\u0000~\u0000Lsq\u0000~\u0000Mq\u0000~\u0000\u00edq\u0000~\u0000Fsq\u0000~\u0000\u0016ppsq\u0000~\u0000#q\u0000~\u0000\u001a"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"pq\u0000~\u0000?q\u0000~\u0000Oq\u0000~\u0000,sq\u0000~\u0000-t\u0000\fNameIDFormatq\u0000~\u0000iq\u0000~\u0000,sq\u0000~\u0000 ppsq\u0000~\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0016ppsq\u0000~\u0000\u001bpp\u0000sq\u0000~\u0000\u0016ppsq\u0000~\u0000 q\u0000~\u0000\u001apsq\u0000~\u0000#q\u0000~\u0000\u001apq\u0000~\u0000&q\u0000~\u0000*q\u0000~\u0000,s"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"q\u0000~\u0000-t\u0000Dcom.sun.identity.saml2.jaxb.metadata.AssertionConsum"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"erServiceElementq\u0000~\u00001sq\u0000~\u0000\u001bpp\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u001bpp\u0000sq\u0000~\u0000\u0016ppsq\u0000~\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+" q\u0000~\u0000\u001apsq\u0000~\u0000#q\u0000~\u0000\u001apq\u0000~\u0000&q\u0000~\u0000*q\u0000~\u0000,sq\u0000~\u0000-q\u0000~\u0000\u00b8q\u0000~\u00001sq\u0000~\u0000\u0016ppsq"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000~\u0000#q\u0000~\u0000\u001apq\u0000~\u0000?q\u0000~\u0000Oq\u0000~\u0000,sq\u0000~\u0000-t\u0000\u0018AssertionConsumerServiceq\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"~\u0000isq\u0000~\u0000\u0016ppsq\u0000~\u0000 q\u0000~\u0000\u001apsq\u0000~\u0000\u0016q\u0000~\u0000\u001apsq\u0000~\u0000\u001bq\u0000~\u0000\u001ap\u0000sq\u0000~\u0000\u0016ppsq\u0000~"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000 q\u0000~\u0000\u001apsq\u0000~\u0000#q\u0000~\u0000\u001apq\u0000~\u0000&q\u0000~\u0000*q\u0000~\u0000,sq\u0000~\u0000-t\u0000Ecom.sun.identity"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+".saml2.jaxb.metadata.AttributeConsumingServiceElementq\u0000~\u00001sq"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000~\u0000\u001bq\u0000~\u0000\u001ap\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u001bpp\u0000sq\u0000~\u0000\u0016ppsq\u0000~\u0000 q\u0000~\u0000\u001apsq\u0000~\u0000#q\u0000~\u0000\u001ap"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"q\u0000~\u0000&q\u0000~\u0000*q\u0000~\u0000,sq\u0000~\u0000-t\u0000Bcom.sun.identity.saml2.jaxb.metadata"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+".AttributeConsumingServiceTypeq\u0000~\u00001sq\u0000~\u0000\u0016ppsq\u0000~\u0000#q\u0000~\u0000\u001apq\u0000~\u0000?"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"q\u0000~\u0000Oq\u0000~\u0000,sq\u0000~\u0000-t\u0000\u0019AttributeConsumingServiceq\u0000~\u0000iq\u0000~\u0000,sq\u0000~\u0000\u0016"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ppsq\u0000~\u0000#q\u0000~\u0000\u001apsq\u0000~\u0000<ppsr\u0000\u001fcom.sun.msv.datatype.xsd.IDType\u0000\u0000\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000#com.sun.msv.datatype.xsd.NcnameType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000\"com.sun.msv.datatype.xsd.TokenType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000#com.sun.m"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"sv.datatype.xsd.StringType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001Z\u0000\risAlwaysValidxq\u0000~\u0000Aq"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000~\u0000Ft\u0000\u0002IDq\u0000~\u0000J\u0000q\u0000~\u0000Lsq\u0000~\u0000Mq\u0000~\u0001#q\u0000~\u0000Fsq\u0000~\u0000-t\u0000\u0002IDt\u0000\u0000q\u0000~\u0000,sq\u0000~\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0016ppsq\u0000~\u0000#q\u0000~\u0000\u001apsq\u0000~\u0000<ppsr\u0000%com.sun.msv.datatype.xsd.Duration"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"Type\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000Aq\u0000~\u0000Ft\u0000\bdurationq\u0000~\u0000Jq\u0000~\u0000Lsq\u0000~\u0000Mq\u0000~\u0001-q\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"~\u0000Fsq\u0000~\u0000-t\u0000\rcacheDurationq\u0000~\u0001\'q\u0000~\u0000,sq\u0000~\u0000\u0016ppsq\u0000~\u0000#q\u0000~\u0000\u001apq\u0000~\u0000\u00ea"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"sq\u0000~\u0000-t\u0000\berrorURLq\u0000~\u0001\'q\u0000~\u0000,sq\u0000~\u0000#ppsq\u0000~\u0000<ppsr\u0000!com.sun.msv.d"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"atatype.xsd.ListType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\bitemTypet\u0000)Lcom/sun/msv/da"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"tatype/xsd/XSDatatypeImpl;xq\u0000~\u0000Bq\u0000~\u0000it\u0000\u000eanyURIListTypeq\u0000~\u0000Jq"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000~\u0000\u00ecq\u0000~\u0000Lpsq\u0000~\u0000-t\u0000\u001aprotocolSupportEnumerationq\u0000~\u0001\'sq\u0000~\u0000\u0016ppsq"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000~\u0000#q\u0000~\u0000\u001apsq\u0000~\u0000<ppsr\u0000%com.sun.msv.datatype.xsd.DateTimeType\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000)com.sun.msv.datatype.xsd.DateTimeBaseType\u0014W\u001a@3"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u00a5\u00b4\u00e5\u0002\u0000\u0000xq\u0000~\u0000Aq\u0000~\u0000Ft\u0000\bdateTimeq\u0000~\u0000Jq\u0000~\u0000Lsq\u0000~\u0000Mq\u0000~\u0001Cq\u0000~\u0000Fsq\u0000~\u0000-"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"t\u0000\nvalidUntilq\u0000~\u0001\'q\u0000~\u0000,sq\u0000~\u0000\u0016ppsq\u0000~\u0000#q\u0000~\u0000\u001apsq\u0000~\u0000<ppsr\u0000$com.s"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"un.msv.datatype.xsd.BooleanType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000Aq\u0000~\u0000Ft\u0000\u0007bool"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"eanq\u0000~\u0000Jq\u0000~\u0000Lsq\u0000~\u0000Mq\u0000~\u0001Lq\u0000~\u0000Fsq\u0000~\u0000-t\u0000\u0013AuthnRequestsSignedq\u0000~"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0001\'q\u0000~\u0000,sq\u0000~\u0000\u0016ppsq\u0000~\u0000#q\u0000~\u0000\u001apq\u0000~\u0001Isq\u0000~\u0000-t\u0000\u0014WantAssertionsSigne"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"dq\u0000~\u0001\'q\u0000~\u0000,sr\u0000\"com.sun.msv.grammar.ExpressionPool\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"L\u0000\bexpTablet\u0000/Lcom/sun/msv/grammar/ExpressionPool$ClosedHash"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+";xpsr\u0000-com.sun.msv.grammar.ExpressionPool$ClosedHash\u00d7j\u00d0N\u00ef\u00e8\u00ed\u001c"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0003\u0000\u0003I\u0000\u0005countB\u0000\rstreamVersionL\u0000\u0006parentt\u0000$Lcom/sun/msv/grammar/"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ExpressionPool;xp\u0000\u0000\u0000q\u0001pq\u0000~\u0000\u0083q\u0000~\u0000wq\u0000~\u0000oq\u0000~\u0000aq\u0000~\u0000Yq\u0000~\u00006q\u0000~\u0000\"q\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"~\u0000\u00caq\u0000~\u0000\u0010q\u0000~\u0000\u00d7q\u0000~\u0000\u00dfq\u0000~\u0000\u00e6q\u0000~\u0000\u00f7q\u0000~\u0000\u00ffq\u0000~\u0001\u000bq\u0000~\u0000\rq\u0000~\u0001\u0013q\u0000~\u0001(q\u0000~\u0000\u00a9q\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"~\u0000\u0094q\u0000~\u0000kq\u0000~\u0000\u00beq\u0000~\u0000\u00d3q\u0000~\u0000\u00f3q\u0000~\u0001\u0007q\u0000~\u0000\u00b4q\u0000~\u0000\u00acq\u0000~\u0000\u009fq\u0000~\u0000\u0097q\u0000~\u0000\u008aq\u0000~\u0000\u0082q\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"~\u0000vq\u0000~\u0000nq\u0000~\u0000`q\u0000~\u0000Xq\u0000~\u00005q\u0000~\u0000\u001fq\u0000~\u0000\u00c1q\u0000~\u0000\u00c9q\u0000~\u0000\u00d6q\u0000~\u0000\u00deq\u0000~\u0000\u00f6q\u0000~\u0000\u00feq\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"~\u0001\nq\u0000~\u0001\u0012q\u0000~\u0000\u00b2q\u0000~\u0000\u009dq\u0000~\u0000\u0088q\u0000~\u0000tq\u0000~\u0000^q\u0000~\u00003q\u0000~\u0000\u00c7q\u0000~\u0000\u00dcq\u0000~\u0000\u00fcq\u0000~\u0001\u0010q\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"~\u0000\u0011q\u0000~\u0000\u007fq\u0000~\u0000Uq\u0000~\u0000\u0017q\u0000~\u0000\u00a8q\u0000~\u0000\u0093q\u0000~\u0000jq\u0000~\u0000\u00bdq\u0000~\u0000\u00d2q\u0000~\u0001\u0006q\u0000~\u0000\u00aaq\u0000~\u0000\u0095q\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"~\u0000\u0080q\u0000~\u0000lq\u0000~\u0000Vq\u0000~\u0000\u0018q\u0000~\u0000\u00bfq\u0000~\u0000\u00d4q\u0000~\u0000\u00f4q\u0000~\u0001\bq\u0000~\u0000\bq\u0000~\u0001Pq\u0000~\u0000\u0007q\u0000~\u0001\u001bq\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"~\u0001=q\u0000~\u0000\fq\u0000~\u0000\u00b9q\u0000~\u0000\u00a4q\u0000~\u0000\u008fq\u0000~\u0000{q\u0000~\u0000eq\u0000~\u0000:q\u0000~\u0000\u00ceq\u0000~\u0000\u00e2q\u0000~\u0000\u00efq\u0000~\u0001\u0002q\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"~\u0001\u0017q\u0000~\u0001Gq\u0000~\u0000\u0012q\u0000~\u0000\u0015q\u0000~\u0000\tq\u0000~\u0000\nq\u0000~\u00011q\u0000~\u0000\u0013q\u0000~\u0000\u0005q\u0000~\u0000\u00e9q\u0000~\u0000\u000bq\u0000~\u0000\u0006q\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"~\u0000\u000eq\u0000~\u0000\u0014q\u0000~\u0000\u000fq\u0000~\u0000\u00e7q\u0000~\u0000\u00c2q\u0000~\u0000\u00b5q\u0000~\u0000\u00adq\u0000~\u0000\u00a0q\u0000~\u0000\u0098q\u0000~\u0000\u008bx"));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return new com.sun.msv.verifier.regexp.REDocumentDeclaration(schemaFragment);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk public class Unmarshaller
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk extends com.sun.identity.saml2.jaxb.assertion.impl.runtime.AbstractUnmarshallingEventHandlerImpl
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk public Unmarshaller(com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallingContext context) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk super(context, "--------------");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk protected Unmarshaller(com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallingContext context, int startState) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk this(context);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = startState;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk public java.lang.Object owner() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return com.sun.identity.saml2.jaxb.metadata.impl.SPSSODescriptorTypeImpl.this;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk public void enterElement(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname, org.xml.sax.Attributes __atts)
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk throws org.xml.sax.SAXException
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int attIdx;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk outer:
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (true) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk switch (state) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 6 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "ID");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.consumeAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "cacheDuration");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.consumeAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "errorURL");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.consumeAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "protocolSupportEnumeration");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.consumeAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 8 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("AssertionConsumerService" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _getAssertionConsumerService().add(((com.sun.identity.saml2.jaxb.metadata.impl.AssertionConsumerServiceElementImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.metadata.impl.AssertionConsumerServiceElementImpl.class), 8, ___uri, ___local, ___qname, __atts)));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("AssertionConsumerService" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.pushAttributes(__atts, false);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 12;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("AttributeConsumingService" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _getAttributeConsumingService().add(((com.sun.identity.saml2.jaxb.metadata.impl.AttributeConsumingServiceElementImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.metadata.impl.AttributeConsumingServiceElementImpl.class), 11, ___uri, ___local, ___qname, __atts)));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("AttributeConsumingService" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.pushAttributes(__atts, false);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 9;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 11;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 0 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "AuthnRequestsSigned");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk final java.lang.String v = context.eatAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 3;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk eatText1(v);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 3;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 11 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("AttributeConsumingService" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _getAttributeConsumingService().add(((com.sun.identity.saml2.jaxb.metadata.impl.AttributeConsumingServiceElementImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.metadata.impl.AttributeConsumingServiceElementImpl.class), 11, ___uri, ___local, ___qname, __atts)));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("AttributeConsumingService" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.pushAttributes(__atts, false);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 9;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk revertToParentFromEnterElement(___uri, ___local, ___qname, __atts);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 9 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "index");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.consumeAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 12 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "index");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.consumeAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 7 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("AssertionConsumerService" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _getAssertionConsumerService().add(((com.sun.identity.saml2.jaxb.metadata.impl.AssertionConsumerServiceElementImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.metadata.impl.AssertionConsumerServiceElementImpl.class), 8, ___uri, ___local, ___qname, __atts)));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("AssertionConsumerService" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.pushAttributes(__atts, false);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 12;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 3 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "WantAssertionsSigned");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk final java.lang.String v = context.eatAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 6;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk eatText2(v);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 6;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk super.enterElement(___uri, ___local, ___qname, __atts);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk private void eatText1(final java.lang.String value)
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk throws org.xml.sax.SAXException
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk try {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _AuthnRequestsSigned = javax.xml.bind.DatatypeConverter.parseBoolean(com.sun.xml.bind.WhiteSpaceProcessor.collapse(value));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk has_AuthnRequestsSigned = true;
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk } catch (java.lang.Exception e) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk handleParseConversionException(e);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk private void eatText2(final java.lang.String value)
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk throws org.xml.sax.SAXException
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk try {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _WantAssertionsSigned = javax.xml.bind.DatatypeConverter.parseBoolean(com.sun.xml.bind.WhiteSpaceProcessor.collapse(value));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk has_WantAssertionsSigned = true;
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk } catch (java.lang.Exception e) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk handleParseConversionException(e);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk public void leaveElement(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname)
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk throws org.xml.sax.SAXException
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int attIdx;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk outer:
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (true) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk switch (state) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 6 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "ID");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.consumeAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "cacheDuration");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.consumeAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "errorURL");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.consumeAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "protocolSupportEnumeration");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.consumeAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 8 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 11;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 0 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "AuthnRequestsSigned");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk final java.lang.String v = context.eatAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 3;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk eatText1(v);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 3;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 11 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk revertToParentFromLeaveElement(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 13 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("AssertionConsumerService" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.popAttributes();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 8;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 9 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "index");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.consumeAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 10 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("AttributeConsumingService" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.popAttributes();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 11;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 12 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "index");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.consumeAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 3 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "WantAssertionsSigned");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk final java.lang.String v = context.eatAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 6;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk eatText2(v);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 6;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk super.leaveElement(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk public void enterAttribute(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname)
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk throws org.xml.sax.SAXException
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int attIdx;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk outer:
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (true) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk switch (state) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 6 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("ID" == ___local)&&("" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk spawnHandlerFromEnterAttribute((((com.sun.identity.saml2.jaxb.metadata.impl.SSODescriptorTypeImpl)com.sun.identity.saml2.jaxb.metadata.impl.SPSSODescriptorTypeImpl.this).new Unmarshaller(context)), 7, ___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("cacheDuration" == ___local)&&("" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk spawnHandlerFromEnterAttribute((((com.sun.identity.saml2.jaxb.metadata.impl.SSODescriptorTypeImpl)com.sun.identity.saml2.jaxb.metadata.impl.SPSSODescriptorTypeImpl.this).new Unmarshaller(context)), 7, ___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("errorURL" == ___local)&&("" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk spawnHandlerFromEnterAttribute((((com.sun.identity.saml2.jaxb.metadata.impl.SSODescriptorTypeImpl)com.sun.identity.saml2.jaxb.metadata.impl.SPSSODescriptorTypeImpl.this).new Unmarshaller(context)), 7, ___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("protocolSupportEnumeration" == ___local)&&("" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk spawnHandlerFromEnterAttribute((((com.sun.identity.saml2.jaxb.metadata.impl.SSODescriptorTypeImpl)com.sun.identity.saml2.jaxb.metadata.impl.SPSSODescriptorTypeImpl.this).new Unmarshaller(context)), 7, ___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 8 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 11;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 0 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("AuthnRequestsSigned" == ___local)&&("" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 1;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 3;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 11 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk revertToParentFromEnterAttribute(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 9 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("index" == ___local)&&("" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _getAttributeConsumingService().add(((com.sun.identity.saml2.jaxb.metadata.impl.AttributeConsumingServiceTypeImpl) spawnChildFromEnterAttribute((com.sun.identity.saml2.jaxb.metadata.impl.AttributeConsumingServiceTypeImpl.class), 10, ___uri, ___local, ___qname)));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 12 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("index" == ___local)&&("" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _getAssertionConsumerService().add(((com.sun.identity.saml2.jaxb.metadata.impl.IndexedEndpointTypeImpl) spawnChildFromEnterAttribute((com.sun.identity.saml2.jaxb.metadata.impl.IndexedEndpointTypeImpl.class), 13, ___uri, ___local, ___qname)));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 3 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("WantAssertionsSigned" == ___local)&&("" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 4;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 6;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk super.enterAttribute(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk public void leaveAttribute(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname)
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk throws org.xml.sax.SAXException
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int attIdx;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk outer:
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (true) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk switch (state) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 2 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("AuthnRequestsSigned" == ___local)&&("" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 3;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 6 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "ID");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.consumeAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "cacheDuration");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.consumeAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "errorURL");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.consumeAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "protocolSupportEnumeration");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.consumeAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 8 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 11;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 0 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "AuthnRequestsSigned");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk final java.lang.String v = context.eatAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 3;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk eatText1(v);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 3;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 11 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk revertToParentFromLeaveAttribute(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 9 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "index");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.consumeAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 12 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "index");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.consumeAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 3 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "WantAssertionsSigned");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk final java.lang.String v = context.eatAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 6;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk eatText2(v);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 6;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 5 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("WantAssertionsSigned" == ___local)&&("" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 6;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk super.leaveAttribute(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk public void handleText(final java.lang.String value)
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk throws org.xml.sax.SAXException
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int attIdx;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk outer:
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (true) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk try {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk switch (state) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 4 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 5;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk eatText2(value);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 6 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "ID");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.consumeAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.getCurrentHandler().text(value);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "cacheDuration");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.consumeAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.getCurrentHandler().text(value);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "errorURL");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.consumeAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.getCurrentHandler().text(value);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "protocolSupportEnumeration");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.consumeAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.getCurrentHandler().text(value);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 8 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 11;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 0 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "AuthnRequestsSigned");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk final java.lang.String v = context.eatAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 3;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk eatText1(v);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 3;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 11 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk revertToParentFromText(value);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 9 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "index");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.consumeAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.getCurrentHandler().text(value);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 1 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 2;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk eatText1(value);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 12 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "index");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.consumeAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.getCurrentHandler().text(value);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 3 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "WantAssertionsSigned");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk final java.lang.String v = context.eatAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 6;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk eatText2(v);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 6;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk } catch (java.lang.RuntimeException e) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk handleUnexpectedTextException(value, e);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk}