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 AttributeAuthorityDescriptorTypeImpl
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk extends com.sun.identity.saml2.jaxb.metadata.impl.RoleDescriptorTypeImpl
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk implements com.sun.identity.saml2.jaxb.metadata.AttributeAuthorityDescriptorType, 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 com.sun.xml.bind.util.ListImpl _AttributeService;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk protected com.sun.xml.bind.util.ListImpl _AttributeProfile;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk protected com.sun.xml.bind.util.ListImpl _NameIDFormat;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk protected com.sun.xml.bind.util.ListImpl _AssertionIDRequestService;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk protected com.sun.xml.bind.util.ListImpl _Attribute;
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.AttributeAuthorityDescriptorType.class);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk protected com.sun.xml.bind.util.ListImpl _getAttributeService() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_AttributeService == null) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _AttributeService = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return _AttributeService;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk public java.util.List getAttributeService() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return _getAttributeService();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk protected com.sun.xml.bind.util.ListImpl _getAttributeProfile() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_AttributeProfile == null) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _AttributeProfile = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return _AttributeProfile;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk public java.util.List getAttributeProfile() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return _getAttributeProfile();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk protected com.sun.xml.bind.util.ListImpl _getNameIDFormat() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_NameIDFormat == null) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _NameIDFormat = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return _NameIDFormat;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk public java.util.List getNameIDFormat() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return _getNameIDFormat();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk protected com.sun.xml.bind.util.ListImpl _getAssertionIDRequestService() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_AssertionIDRequestService == null) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _AssertionIDRequestService = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return _AssertionIDRequestService;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk public java.util.List getAssertionIDRequestService() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return _getAssertionIDRequestService();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk protected com.sun.xml.bind.util.ListImpl _getAttribute() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_Attribute == null) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _Attribute = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return _Attribute;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk public java.util.List getAttribute() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return _getAttribute();
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.AttributeAuthorityDescriptorTypeImpl.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 idx1 = 0;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk final int len1 = ((_AttributeService == null)? 0 :_AttributeService.size());
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int idx2 = 0;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk final int len2 = ((_AttributeProfile == null)? 0 :_AttributeProfile.size());
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int idx3 = 0;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk final int len3 = ((_NameIDFormat == null)? 0 :_NameIDFormat.size());
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int idx4 = 0;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk final int len4 = ((_AssertionIDRequestService == null)? 0 :_AssertionIDRequestService.size());
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int idx5 = 0;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk final int len5 = ((_Attribute == null)? 0 :_Attribute.size());
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk super.serializeBody(context);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (idx1 != len1) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_AttributeService.get(idx1) instanceof javax.xml.bind.Element) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsBody(((com.sun.xml.bind.JAXBObject) _AttributeService.get(idx1 ++)), "AttributeService");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk } else {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.startElement("urn:oasis:names:tc:SAML:2.0:metadata", "AttributeService");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int idx_0 = idx1;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsURIs(((com.sun.xml.bind.JAXBObject) _AttributeService.get(idx_0 ++)), "AttributeService");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.endNamespaceDecls();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int idx_1 = idx1;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _AttributeService.get(idx_1 ++)), "AttributeService");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.endAttributes();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsBody(((com.sun.xml.bind.JAXBObject) _AttributeService.get(idx1 ++)), "AttributeService");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.endElement();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (idx4 != len4) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_AssertionIDRequestService.get(idx4) instanceof javax.xml.bind.Element) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsBody(((com.sun.xml.bind.JAXBObject) _AssertionIDRequestService.get(idx4 ++)), "AssertionIDRequestService");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk } else {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.startElement("urn:oasis:names:tc:SAML:2.0:metadata", "AssertionIDRequestService");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int idx_2 = idx4;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsURIs(((com.sun.xml.bind.JAXBObject) _AssertionIDRequestService.get(idx_2 ++)), "AssertionIDRequestService");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.endNamespaceDecls();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int idx_3 = idx4;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _AssertionIDRequestService.get(idx_3 ++)), "AssertionIDRequestService");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.endAttributes();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsBody(((com.sun.xml.bind.JAXBObject) _AssertionIDRequestService.get(idx4 ++)), "AssertionIDRequestService");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.endElement();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (idx3 != len3) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.startElement("urn:oasis:names:tc:SAML:2.0:metadata", "NameIDFormat");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int idx_4 = idx3;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk try {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk idx_4 += 1;
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.endNamespaceDecls();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int idx_5 = idx3;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk try {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk idx_5 += 1;
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.endAttributes();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk try {
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk context.text(((java.lang.String) _NameIDFormat.get(idx3 ++)), "NameIDFormat");
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.endElement();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (idx2 != len2) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.startElement("urn:oasis:names:tc:SAML:2.0:metadata", "AttributeProfile");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int idx_6 = idx2;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk try {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk idx_6 += 1;
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.endNamespaceDecls();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int idx_7 = idx2;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk try {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk idx_7 += 1;
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.endAttributes();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk try {
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk context.text(((java.lang.String) _AttributeProfile.get(idx2 ++)), "AttributeProfile");
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.endElement();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (idx5 != len5) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_Attribute.get(idx5) instanceof javax.xml.bind.Element) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsBody(((com.sun.xml.bind.JAXBObject) _Attribute.get(idx5 ++)), "Attribute");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk } else {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.startElement("urn:oasis:names:tc:SAML:2.0:assertion", "Attribute");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int idx_8 = idx5;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsURIs(((com.sun.xml.bind.JAXBObject) _Attribute.get(idx_8 ++)), "Attribute");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.endNamespaceDecls();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int idx_9 = idx5;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _Attribute.get(idx_9 ++)), "Attribute");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.endAttributes();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsBody(((com.sun.xml.bind.JAXBObject) _Attribute.get(idx5 ++)), "Attribute");
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 idx1 = 0;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk final int len1 = ((_AttributeService == null)? 0 :_AttributeService.size());
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int idx2 = 0;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk final int len2 = ((_AttributeProfile == null)? 0 :_AttributeProfile.size());
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int idx3 = 0;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk final int len3 = ((_NameIDFormat == null)? 0 :_NameIDFormat.size());
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int idx4 = 0;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk final int len4 = ((_AssertionIDRequestService == null)? 0 :_AssertionIDRequestService.size());
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int idx5 = 0;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk final int len5 = ((_Attribute == null)? 0 :_Attribute.size());
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk super.serializeAttributes(context);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (idx1 != len1) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_AttributeService.get(idx1) instanceof javax.xml.bind.Element) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _AttributeService.get(idx1 ++)), "AttributeService");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk } else {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk idx1 += 1;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (idx4 != len4) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_AssertionIDRequestService.get(idx4) instanceof javax.xml.bind.Element) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _AssertionIDRequestService.get(idx4 ++)), "AssertionIDRequestService");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk } else {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk idx4 += 1;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (idx3 != len3) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk try {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk idx3 += 1;
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 }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (idx2 != len2) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk try {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk idx2 += 1;
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 }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (idx5 != len5) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_Attribute.get(idx5) instanceof javax.xml.bind.Element) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _Attribute.get(idx5 ++)), "Attribute");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk } else {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk idx5 += 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 idx1 = 0;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk final int len1 = ((_AttributeService == null)? 0 :_AttributeService.size());
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int idx2 = 0;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk final int len2 = ((_AttributeProfile == null)? 0 :_AttributeProfile.size());
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int idx3 = 0;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk final int len3 = ((_NameIDFormat == null)? 0 :_NameIDFormat.size());
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int idx4 = 0;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk final int len4 = ((_AssertionIDRequestService == null)? 0 :_AssertionIDRequestService.size());
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int idx5 = 0;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk final int len5 = ((_Attribute == null)? 0 :_Attribute.size());
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk super.serializeURIs(context);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (idx1 != len1) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_AttributeService.get(idx1) instanceof javax.xml.bind.Element) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsURIs(((com.sun.xml.bind.JAXBObject) _AttributeService.get(idx1 ++)), "AttributeService");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk } else {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk idx1 += 1;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (idx4 != len4) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_AssertionIDRequestService.get(idx4) instanceof javax.xml.bind.Element) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsURIs(((com.sun.xml.bind.JAXBObject) _AssertionIDRequestService.get(idx4 ++)), "AssertionIDRequestService");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk } else {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk idx4 += 1;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (idx3 != len3) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk try {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk idx3 += 1;
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 }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (idx2 != len2) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk try {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk idx2 += 1;
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 }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (idx5 != len5) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_Attribute.get(idx5) instanceof javax.xml.bind.Element) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsURIs(((com.sun.xml.bind.JAXBObject) _Attribute.get(idx5 ++)), "Attribute");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk } else {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk idx5 += 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.AttributeAuthorityDescriptorType.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\u0000ppsr\u0000\u001dcom.sun.msv.grammar.ChoiceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0001ppsq\u0000~"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000\u0013sr\u0000\u0011java.lang.Boolean\u00cd r\u0080\u00d5\u009c\u00fa\u00ee\u0002\u0000\u0001Z\u0000\u0005valuexp\u0000psr\u0000\'com.sun.ms"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"v.grammar.trex.ElementPattern\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\tnameClasst\u0000\u001fLcom/"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"sun/msv/grammar/NameClass;xr\u0000\u001ecom.sun.msv.grammar.ElementExp"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002Z\u0000\u001aignoreUndeclaredAttributesL\u0000\fcontentModelq\u0000~\u0000\u0002"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"xq\u0000~\u0000\u0003q\u0000~\u0000\u0017p\u0000sq\u0000~\u0000\u0013ppsr\u0000 com.sun.msv.grammar.OneOrMoreExp\u0000\u0000\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001ccom.sun.msv.grammar.UnaryExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\u0003expq\u0000~"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000\u0002xq\u0000~\u0000\u0003q\u0000~\u0000\u0017psr\u0000 com.sun.msv.grammar.AttributeExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0002L\u0000\u0003expq\u0000~\u0000\u0002L\u0000\tnameClassq\u0000~\u0000\u0019xq\u0000~\u0000\u0003q\u0000~\u0000\u0017psr\u00002com.sun.msv.gra"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"mmar.Expression$AnyStringExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003sq\u0000~\u0000\u0016\u0001q"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000~\u0000#sr\u0000 com.sun.msv.grammar.AnyNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.s"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"un.msv.grammar.NameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr\u00000com.sun.msv.grammar"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+".Expression$EpsilonExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003q\u0000~\u0000$q\u0000~\u0000)sr\u0000#"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"com.sun.msv.grammar.SimpleNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\tlocalNamet\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0012Ljava/lang/String;L\u0000\fnamespaceURIq\u0000~\u0000+xq\u0000~\u0000&t\u00003com.sun.iden"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"tity.saml2.jaxb.xmlsig.SignatureElementt\u0000+http://java.sun.co"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"m/jaxb/xjc/dummy-elementssq\u0000~\u0000\u0018q\u0000~\u0000\u0017p\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0018pp\u0000sq\u0000~\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0013ppsq\u0000~\u0000\u001dq\u0000~\u0000\u0017psq\u0000~\u0000 q\u0000~\u0000\u0017pq\u0000~\u0000#q\u0000~\u0000\'q\u0000~\u0000)sq\u0000~\u0000*t\u00000com.sun.i"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"dentity.saml2.jaxb.xmlsig.SignatureTypeq\u0000~\u0000.sq\u0000~\u0000\u0013ppsq\u0000~\u0000 q\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"~\u0000\u0017psr\u0000\u001bcom.sun.msv.grammar.DataExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\u0002dtt\u0000\u001fLorg/r"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"elaxng/datatype/Datatype;L\u0000\u0006exceptq\u0000~\u0000\u0002L\u0000\u0004namet\u0000\u001dLcom/sun/ms"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"v/util/StringPair;xq\u0000~\u0000\u0003ppsr\u0000\"com.sun.msv.datatype.xsd.Qname"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"Type\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000*com.sun.msv.datatype.xsd.BuiltinAtomicTyp"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"e\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000%com.sun.msv.datatype.xsd.ConcreteType\u0000\u0000\u0000\u0000\u0000\u0000\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0001\u0002\u0000\u0000xr\u0000\'com.sun.msv.datatype.xsd.XSDatatypeImpl\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\fnamespaceUriq\u0000~\u0000+L\u0000\btypeNameq\u0000~\u0000+L\u0000\nwhiteSpacet\u0000.Lcom/sun/m"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"sv/datatype/xsd/WhiteSpaceProcessor;xpt\u0000 http://www.w3.org/2"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"001/XMLSchemat\u0000\u0005QNamesr\u00005com.sun.msv.datatype.xsd.WhiteSpace"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"Processor$Collapse\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000,com.sun.msv.datatype.xsd.Wh"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"iteSpaceProcessor\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr\u00000com.sun.msv.grammar.Expres"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"sion$NullSetExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003q\u0000~\u0000\u0017psr\u0000\u001bcom.sun.msv"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+".util.StringPair\u00d0t\u001ejB\u008f\u008d\u00a0\u0002\u0000\u0002L\u0000\tlocalNameq\u0000~\u0000+L\u0000\fnamespaceURIq"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000~\u0000+xpq\u0000~\u0000Dq\u0000~\u0000Csq\u0000~\u0000*t\u0000\u0004typet\u0000)http://www.w3.org/2001/XMLSc"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"hema-instanceq\u0000~\u0000)sq\u0000~\u0000*t\u0000\tSignaturet\u0000\"http://www.w3.org/200"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"0/09/xmldsig#q\u0000~\u0000)sq\u0000~\u0000\u0013ppsq\u0000~\u0000\u0013q\u0000~\u0000\u0017psq\u0000~\u0000\u0018q\u0000~\u0000\u0017p\u0000sq\u0000~\u0000\u0013pps"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"q\u0000~\u0000\u001dq\u0000~\u0000\u0017psq\u0000~\u0000 q\u0000~\u0000\u0017pq\u0000~\u0000#q\u0000~\u0000\'q\u0000~\u0000)sq\u0000~\u0000*t\u00006com.sun.ident"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ity.saml2.jaxb.metadata.ExtensionsElementq\u0000~\u0000.sq\u0000~\u0000\u0018q\u0000~\u0000\u0017p\u0000s"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"q\u0000~\u0000\u0000ppsq\u0000~\u0000\u0018pp\u0000sq\u0000~\u0000\u0013ppsq\u0000~\u0000\u001dq\u0000~\u0000\u0017psq\u0000~\u0000 q\u0000~\u0000\u0017pq\u0000~\u0000#q\u0000~\u0000\'q\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"~\u0000)sq\u0000~\u0000*t\u00003com.sun.identity.saml2.jaxb.metadata.ExtensionsT"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ypeq\u0000~\u0000.sq\u0000~\u0000\u0013ppsq\u0000~\u0000 q\u0000~\u0000\u0017pq\u0000~\u0000<q\u0000~\u0000Lq\u0000~\u0000)sq\u0000~\u0000*t\u0000\nExtensio"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"nst\u0000$urn:oasis:names:tc:SAML:2.0:metadataq\u0000~\u0000)sq\u0000~\u0000\u0013ppsq\u0000~\u0000\u001d"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"q\u0000~\u0000\u0017psq\u0000~\u0000\u0013q\u0000~\u0000\u0017psq\u0000~\u0000\u0018q\u0000~\u0000\u0017p\u0000sq\u0000~\u0000\u0013ppsq\u0000~\u0000\u001dq\u0000~\u0000\u0017psq\u0000~\u0000 q\u0000~"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000\u0017pq\u0000~\u0000#q\u0000~\u0000\'q\u0000~\u0000)sq\u0000~\u0000*t\u00009com.sun.identity.saml2.jaxb.metad"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ata.KeyDescriptorElementq\u0000~\u0000.sq\u0000~\u0000\u0018q\u0000~\u0000\u0017p\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0018pp\u0000s"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"q\u0000~\u0000\u0013ppsq\u0000~\u0000\u001dq\u0000~\u0000\u0017psq\u0000~\u0000 q\u0000~\u0000\u0017pq\u0000~\u0000#q\u0000~\u0000\'q\u0000~\u0000)sq\u0000~\u0000*t\u00006com.s"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"un.identity.saml2.jaxb.metadata.KeyDescriptorTypeq\u0000~\u0000.sq\u0000~\u0000\u0013"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ppsq\u0000~\u0000 q\u0000~\u0000\u0017pq\u0000~\u0000<q\u0000~\u0000Lq\u0000~\u0000)sq\u0000~\u0000*t\u0000\rKeyDescriptorq\u0000~\u0000fq\u0000~\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+")sq\u0000~\u0000\u0013ppsq\u0000~\u0000\u0013q\u0000~\u0000\u0017psq\u0000~\u0000\u0018q\u0000~\u0000\u0017p\u0000sq\u0000~\u0000\u0013ppsq\u0000~\u0000\u001dq\u0000~\u0000\u0017psq\u0000~\u0000 "
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"q\u0000~\u0000\u0017pq\u0000~\u0000#q\u0000~\u0000\'q\u0000~\u0000)sq\u0000~\u0000*t\u00008com.sun.identity.saml2.jaxb.me"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"tadata.OrganizationElementq\u0000~\u0000.sq\u0000~\u0000\u0018q\u0000~\u0000\u0017p\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0018pp"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000sq\u0000~\u0000\u0013ppsq\u0000~\u0000\u001dq\u0000~\u0000\u0017psq\u0000~\u0000 q\u0000~\u0000\u0017pq\u0000~\u0000#q\u0000~\u0000\'q\u0000~\u0000)sq\u0000~\u0000*t\u00005com"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+".sun.identity.saml2.jaxb.metadata.OrganizationTypeq\u0000~\u0000.sq\u0000~\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0013ppsq\u0000~\u0000 q\u0000~\u0000\u0017pq\u0000~\u0000<q\u0000~\u0000Lq\u0000~\u0000)sq\u0000~\u0000*t\u0000\fOrganizationq\u0000~\u0000fq\u0000~\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+")sq\u0000~\u0000\u0013ppsq\u0000~\u0000\u001dq\u0000~\u0000\u0017psq\u0000~\u0000\u0013q\u0000~\u0000\u0017psq\u0000~\u0000\u0018q\u0000~\u0000\u0017p\u0000sq\u0000~\u0000\u0013ppsq\u0000~\u0000\u001d"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"q\u0000~\u0000\u0017psq\u0000~\u0000 q\u0000~\u0000\u0017pq\u0000~\u0000#q\u0000~\u0000\'q\u0000~\u0000)sq\u0000~\u0000*t\u00009com.sun.identity.s"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"aml2.jaxb.metadata.ContactPersonElementq\u0000~\u0000.sq\u0000~\u0000\u0018q\u0000~\u0000\u0017p\u0000sq\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"~\u0000\u0000ppsq\u0000~\u0000\u0018pp\u0000sq\u0000~\u0000\u0013ppsq\u0000~\u0000\u001dq\u0000~\u0000\u0017psq\u0000~\u0000 q\u0000~\u0000\u0017pq\u0000~\u0000#q\u0000~\u0000\'q\u0000~\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+")sq\u0000~\u0000*t\u00000com.sun.identity.saml2.jaxb.metadata.ContactTypeq\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"~\u0000.sq\u0000~\u0000\u0013ppsq\u0000~\u0000 q\u0000~\u0000\u0017pq\u0000~\u0000<q\u0000~\u0000Lq\u0000~\u0000)sq\u0000~\u0000*t\u0000\rContactPerson"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"q\u0000~\u0000fq\u0000~\u0000)sq\u0000~\u0000\u001dppsq\u0000~\u0000\u0013ppsq\u0000~\u0000\u0018pp\u0000sq\u0000~\u0000\u0013ppsq\u0000~\u0000\u001dq\u0000~\u0000\u0017psq\u0000~\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+" q\u0000~\u0000\u0017pq\u0000~\u0000#q\u0000~\u0000\'q\u0000~\u0000)sq\u0000~\u0000*t\u0000<com.sun.identity.saml2.jaxb.m"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"etadata.AttributeServiceElementq\u0000~\u0000.sq\u0000~\u0000\u0018pp\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0018p"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"p\u0000sq\u0000~\u0000\u0013ppsq\u0000~\u0000\u001dq\u0000~\u0000\u0017psq\u0000~\u0000 q\u0000~\u0000\u0017pq\u0000~\u0000#q\u0000~\u0000\'q\u0000~\u0000)sq\u0000~\u0000*t\u00009co"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"m.sun.identity.saml2.jaxb.metadata.AttributeServiceTypeq\u0000~\u0000."
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"sq\u0000~\u0000\u0013ppsq\u0000~\u0000 q\u0000~\u0000\u0017pq\u0000~\u0000<q\u0000~\u0000Lq\u0000~\u0000)sq\u0000~\u0000*t\u0000\u0010AttributeService"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"q\u0000~\u0000fsq\u0000~\u0000\u0013ppsq\u0000~\u0000\u001dq\u0000~\u0000\u0017psq\u0000~\u0000\u0013q\u0000~\u0000\u0017psq\u0000~\u0000\u0018q\u0000~\u0000\u0017p\u0000sq\u0000~\u0000\u0013ppsq"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000~\u0000\u001dq\u0000~\u0000\u0017psq\u0000~\u0000 q\u0000~\u0000\u0017pq\u0000~\u0000#q\u0000~\u0000\'q\u0000~\u0000)sq\u0000~\u0000*t\u0000Ecom.sun.identi"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ty.saml2.jaxb.metadata.AssertionIDRequestServiceElementq\u0000~\u0000."
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"sq\u0000~\u0000\u0018q\u0000~\u0000\u0017p\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0018pp\u0000sq\u0000~\u0000\u0013ppsq\u0000~\u0000\u001dq\u0000~\u0000\u0017psq\u0000~\u0000 q\u0000~\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0017pq\u0000~\u0000#q\u0000~\u0000\'q\u0000~\u0000)sq\u0000~\u0000*t\u00001com.sun.identity.saml2.jaxb.metada"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ta.EndpointTypeq\u0000~\u0000.sq\u0000~\u0000\u0013ppsq\u0000~\u0000 q\u0000~\u0000\u0017pq\u0000~\u0000<q\u0000~\u0000Lq\u0000~\u0000)sq\u0000~\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"*t\u0000\u0019AssertionIDRequestServiceq\u0000~\u0000fq\u0000~\u0000)sq\u0000~\u0000\u0013ppsq\u0000~\u0000\u001dq\u0000~\u0000\u0017ps"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"q\u0000~\u0000\u0018q\u0000~\u0000\u0017p\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u00009q\u0000~\u0000\u0017psr\u0000#com.sun.msv.datatype.xsd"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+".AnyURIType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000>q\u0000~\u0000Ct\u0000\u0006anyURIq\u0000~\u0000Gq\u0000~\u0000Isq\u0000~\u0000Jq\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"~\u0000\u00d5q\u0000~\u0000Csq\u0000~\u0000\u0013ppsq\u0000~\u0000 q\u0000~\u0000\u0017pq\u0000~\u0000<q\u0000~\u0000Lq\u0000~\u0000)sq\u0000~\u0000*t\u0000\fNameIDFo"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"rmatq\u0000~\u0000fq\u0000~\u0000)sq\u0000~\u0000\u0013ppsq\u0000~\u0000\u001dq\u0000~\u0000\u0017psq\u0000~\u0000\u0018q\u0000~\u0000\u0017p\u0000sq\u0000~\u0000\u0000ppq\u0000~\u0000\u00d2"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"sq\u0000~\u0000\u0013ppsq\u0000~\u0000 q\u0000~\u0000\u0017pq\u0000~\u0000<q\u0000~\u0000Lq\u0000~\u0000)sq\u0000~\u0000*t\u0000\u0010AttributeProfile"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"q\u0000~\u0000fq\u0000~\u0000)sq\u0000~\u0000\u0013ppsq\u0000~\u0000\u001dq\u0000~\u0000\u0017psq\u0000~\u0000\u0013q\u0000~\u0000\u0017psq\u0000~\u0000\u0018q\u0000~\u0000\u0017p\u0000sq\u0000~\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0013ppsq\u0000~\u0000\u001dq\u0000~\u0000\u0017psq\u0000~\u0000 q\u0000~\u0000\u0017pq\u0000~\u0000#q\u0000~\u0000\'q\u0000~\u0000)sq\u0000~\u0000*t\u00006com.sun.i"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"dentity.saml2.jaxb.assertion.AttributeElementq\u0000~\u0000.sq\u0000~\u0000\u0018q\u0000~\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0017p\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0018pp\u0000sq\u0000~\u0000\u0013ppsq\u0000~\u0000\u001dq\u0000~\u0000\u0017psq\u0000~\u0000 q\u0000~\u0000\u0017pq\u0000~\u0000#q\u0000~"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000\'q\u0000~\u0000)sq\u0000~\u0000*t\u00003com.sun.identity.saml2.jaxb.assertion.Attrib"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"uteTypeq\u0000~\u0000.sq\u0000~\u0000\u0013ppsq\u0000~\u0000 q\u0000~\u0000\u0017pq\u0000~\u0000<q\u0000~\u0000Lq\u0000~\u0000)sq\u0000~\u0000*t\u0000\tAttr"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ibutet\u0000%urn:oasis:names:tc:SAML:2.0:assertionq\u0000~\u0000)sq\u0000~\u0000\u0013ppsq"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000~\u0000 q\u0000~\u0000\u0017psq\u0000~\u00009ppsr\u0000\u001fcom.sun.msv.datatype.xsd.IDType\u0000\u0000\u0000\u0000\u0000\u0000\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0001\u0002\u0000\u0000xr\u0000#com.sun.msv.datatype.xsd.NcnameType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\"co"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"m.sun.msv.datatype.xsd.TokenType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000#com.sun.msv.d"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"atatype.xsd.StringType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001Z\u0000\risAlwaysValidxq\u0000~\u0000>q\u0000~\u0000C"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"t\u0000\u0002IDq\u0000~\u0000G\u0000q\u0000~\u0000Isq\u0000~\u0000Jq\u0000~\u0001\u0001q\u0000~\u0000Csq\u0000~\u0000*t\u0000\u0002IDt\u0000\u0000q\u0000~\u0000)sq\u0000~\u0000\u0013pps"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"q\u0000~\u0000 q\u0000~\u0000\u0017psq\u0000~\u00009ppsr\u0000%com.sun.msv.datatype.xsd.DurationType"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000>q\u0000~\u0000Ct\u0000\bdurationq\u0000~\u0000Gq\u0000~\u0000Isq\u0000~\u0000Jq\u0000~\u0001\u000bq\u0000~\u0000Cs"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"q\u0000~\u0000*t\u0000\rcacheDurationq\u0000~\u0001\u0005q\u0000~\u0000)sq\u0000~\u0000\u0013ppsq\u0000~\u0000 q\u0000~\u0000\u0017pq\u0000~\u0000\u00d2sq\u0000~"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000*t\u0000\berrorURLq\u0000~\u0001\u0005q\u0000~\u0000)sq\u0000~\u0000 ppsq\u0000~\u00009ppsr\u0000!com.sun.msv.datat"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ype.xsd.ListType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\bitemTypet\u0000)Lcom/sun/msv/dataty"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"pe/xsd/XSDatatypeImpl;xq\u0000~\u0000?q\u0000~\u0000ft\u0000\u000eanyURIListTypeq\u0000~\u0000Gq\u0000~\u0000\u00d4"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"q\u0000~\u0000Ipsq\u0000~\u0000*t\u0000\u001aprotocolSupportEnumerationq\u0000~\u0001\u0005sq\u0000~\u0000\u0013ppsq\u0000~\u0000 "
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"q\u0000~\u0000\u0017psq\u0000~\u00009ppsr\u0000%com.sun.msv.datatype.xsd.DateTimeType\u0000\u0000\u0000\u0000\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000)com.sun.msv.datatype.xsd.DateTimeBaseType\u0014W\u001a@3\u00a5\u00b4\u00e5\u0002"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000\u0000xq\u0000~\u0000>q\u0000~\u0000Ct\u0000\bdateTimeq\u0000~\u0000Gq\u0000~\u0000Isq\u0000~\u0000Jq\u0000~\u0001!q\u0000~\u0000Csq\u0000~\u0000*t\u0000\nv"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"alidUntilq\u0000~\u0001\u0005q\u0000~\u0000)sr\u0000\"com.sun.msv.grammar.ExpressionPool\u0000\u0000\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\bexpTablet\u0000/Lcom/sun/msv/grammar/ExpressionPool$Cl"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"osedHash;xpsr\u0000-com.sun.msv.grammar.ExpressionPool$ClosedHash"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u00d7j\u00d0N\u00ef\u00e8\u00ed\u001c\u0003\u0000\u0003I\u0000\u0005countB\u0000\rstreamVersionL\u0000\u0006parentt\u0000$Lcom/sun/msv/"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"grammar/ExpressionPool;xp\u0000\u0000\u0000^\u0001pq\u0000~\u0000\u0080q\u0000~\u0000tq\u0000~\u0000lq\u0000~\u0000^q\u0000~\u0000Vq\u0000~\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"3q\u0000~\u0000\u001fq\u0000~\u0000\u00c6q\u0000~\u0000\rq\u0000~\u0000\u00ceq\u0000~\u0000\u00dbq\u0000~\u0000\u00e8q\u0000~\u0000\u00f0q\u0000~\u0000\u0005q\u0000~\u0000\u00a5q\u0000~\u0000\u0091q\u0000~\u0000hq\u0000~\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u00baq\u0000~\u0000\u00e4q\u0000~\u0000\tq\u0000~\u0000\bq\u0000~\u0000\u00bdq\u0000~\u0000\u00b0q\u0000~\u0000\u00a8q\u0000~\u0000\u009cq\u0000~\u0000\u0094q\u0000~\u0000\u0087q\u0000~\u0000\u007fq\u0000~\u0000sq\u0000~\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"kq\u0000~\u0000]q\u0000~\u0000Uq\u0000~\u00002q\u0000~\u0000\u001cq\u0000~\u0000\u00c5q\u0000~\u0000\u00e7q\u0000~\u0000\u00efq\u0000~\u0000\u00aeq\u0000~\u0000\u009aq\u0000~\u0000\u0085q\u0000~\u0000qq\u0000~\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"[q\u0000~\u00000q\u0000~\u0000\u00c3q\u0000~\u0000\u00edq\u0000~\u0000\u00f9q\u0000~\u0000|q\u0000~\u0000Rq\u0000~\u0000\u0014q\u0000~\u0000\u0090q\u0000~\u0000gq\u0000~\u0000\u00b9q\u0000~\u0000\u00e3q\u0000~\u0001"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0006q\u0000~\u0000\u00a6q\u0000~\u0000\u0092q\u0000~\u0000}q\u0000~\u0000iq\u0000~\u0000Sq\u0000~\u0000\u0015q\u0000~\u0000\u00bbq\u0000~\u0000\u00e5q\u0000~\u0000\u0007q\u0000~\u0001\u000fq\u0000~\u0000\u000bq\u0000~\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0006q\u0000~\u0000\u000eq\u0000~\u0001\u001bq\u0000~\u0000\u00b5q\u0000~\u0000\u00a1q\u0000~\u0000\u008cq\u0000~\u0000xq\u0000~\u0000bq\u0000~\u00007q\u0000~\u0000\u00caq\u0000~\u0000\u00d7q\u0000~\u0000\fq\u0000~\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u00dfq\u0000~\u0000\u00f4q\u0000~\u0000\u000fq\u0000~\u0000\u0012q\u0000~\u0000\u0010q\u0000~\u0000\nq\u0000~\u0000\u00d1q\u0000~\u0000\u00deq\u0000~\u0000\u0011q\u0000~\u0000\u00cfq\u0000~\u0000\u00dcq\u0000~\u0000\u00beq\u0000~\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u00b1q\u0000~\u0000\u00a9q\u0000~\u0000\u009dq\u0000~\u0000\u0095q\u0000~\u0000\u0088x"));
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.AttributeAuthorityDescriptorTypeImpl.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 14 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "FriendlyName");
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("", "Name");
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 0 :
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 7 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("AssertionIDRequestService" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _getAssertionIDRequestService().add(((com.sun.identity.saml2.jaxb.metadata.impl.AssertionIDRequestServiceElementImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.metadata.impl.AssertionIDRequestServiceElementImpl.class), 7, ___uri, ___local, ___qname, __atts)));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("AssertionIDRequestService" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.pushAttributes(__atts, false);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 5;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("NameIDFormat" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.pushAttributes(__atts, true);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 8;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 10;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 10 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("NameIDFormat" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.pushAttributes(__atts, true);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 8;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("AttributeProfile" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.pushAttributes(__atts, true);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 11;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 13;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 5 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "Binding");
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 13 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("AttributeProfile" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.pushAttributes(__atts, true);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 11;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("Attribute" == ___local)&&("urn:oasis:names:tc:SAML:2.0:assertion" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _getAttribute().add(((com.sun.identity.saml2.jaxb.assertion.impl.AttributeElementImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.assertion.impl.AttributeElementImpl.class), 16, ___uri, ___local, ___qname, __atts)));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("Attribute" == ___local)&&("urn:oasis:names:tc:SAML:2.0:assertion" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.pushAttributes(__atts, false);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 14;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 16;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 1 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("AttributeService" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _getAttributeService().add(((com.sun.identity.saml2.jaxb.metadata.impl.AttributeServiceElementImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.metadata.impl.AttributeServiceElementImpl.class), 4, ___uri, ___local, ___qname, __atts)));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("AttributeService" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.pushAttributes(__atts, false);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 2;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 4 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("AttributeService" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _getAttributeService().add(((com.sun.identity.saml2.jaxb.metadata.impl.AttributeServiceElementImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.metadata.impl.AttributeServiceElementImpl.class), 4, ___uri, ___local, ___qname, __atts)));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("AttributeService" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.pushAttributes(__atts, false);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 2;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("AssertionIDRequestService" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _getAssertionIDRequestService().add(((com.sun.identity.saml2.jaxb.metadata.impl.AssertionIDRequestServiceElementImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.metadata.impl.AssertionIDRequestServiceElementImpl.class), 7, ___uri, ___local, ___qname, __atts)));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("AssertionIDRequestService" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.pushAttributes(__atts, false);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 5;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 7;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 2 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("urn:oasis:names:tc:SAML:metadata:X509:query", "supportsX509Query");
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("urn:oasis:names:tc:SAML:metadata:X509:query", "supportsX509SelfQuery");
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("", "Binding");
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 16 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("Attribute" == ___local)&&("urn:oasis:names:tc:SAML:2.0:assertion" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _getAttribute().add(((com.sun.identity.saml2.jaxb.assertion.impl.AttributeElementImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.assertion.impl.AttributeElementImpl.class), 16, ___uri, ___local, ___qname, __atts)));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("Attribute" == ___local)&&("urn:oasis:names:tc:SAML:2.0:assertion" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.pushAttributes(__atts, false);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 14;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk revertToParentFromEnterElement(___uri, ___local, ___qname, __atts);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk super.enterElement(___uri, ___local, ___qname, __atts);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
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 if (("AssertionIDRequestService" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.popAttributes();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 7;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 9 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("NameIDFormat" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.popAttributes();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 10;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 14 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "FriendlyName");
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("", "Name");
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 0 :
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 7 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 10;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 10 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 13;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 5 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "Binding");
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 13 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 16;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 12 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("AttributeProfile" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.popAttributes();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 13;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 15 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("Attribute" == ___local)&&("urn:oasis:names:tc:SAML:2.0:assertion" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.popAttributes();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 16;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 4 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 7;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 2 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("urn:oasis:names:tc:SAML:metadata:X509:query", "supportsX509Query");
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("urn:oasis:names:tc:SAML:metadata:X509:query", "supportsX509SelfQuery");
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("", "Binding");
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 16 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk revertToParentFromLeaveElement(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 3 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("AttributeService" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.popAttributes();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 4;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
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 14 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("FriendlyName" == ___local)&&("" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _getAttribute().add(((com.sun.identity.saml2.jaxb.assertion.impl.AttributeTypeImpl) spawnChildFromEnterAttribute((com.sun.identity.saml2.jaxb.assertion.impl.AttributeTypeImpl.class), 15, ___uri, ___local, ___qname)));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("Name" == ___local)&&("" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _getAttribute().add(((com.sun.identity.saml2.jaxb.assertion.impl.AttributeTypeImpl) spawnChildFromEnterAttribute((com.sun.identity.saml2.jaxb.assertion.impl.AttributeTypeImpl.class), 15, ___uri, ___local, ___qname)));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 0 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("ID" == ___local)&&("" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk spawnHandlerFromEnterAttribute((((com.sun.identity.saml2.jaxb.metadata.impl.RoleDescriptorTypeImpl)com.sun.identity.saml2.jaxb.metadata.impl.AttributeAuthorityDescriptorTypeImpl.this).new Unmarshaller(context)), 1, ___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("cacheDuration" == ___local)&&("" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk spawnHandlerFromEnterAttribute((((com.sun.identity.saml2.jaxb.metadata.impl.RoleDescriptorTypeImpl)com.sun.identity.saml2.jaxb.metadata.impl.AttributeAuthorityDescriptorTypeImpl.this).new Unmarshaller(context)), 1, ___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("errorURL" == ___local)&&("" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk spawnHandlerFromEnterAttribute((((com.sun.identity.saml2.jaxb.metadata.impl.RoleDescriptorTypeImpl)com.sun.identity.saml2.jaxb.metadata.impl.AttributeAuthorityDescriptorTypeImpl.this).new Unmarshaller(context)), 1, ___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("protocolSupportEnumeration" == ___local)&&("" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk spawnHandlerFromEnterAttribute((((com.sun.identity.saml2.jaxb.metadata.impl.RoleDescriptorTypeImpl)com.sun.identity.saml2.jaxb.metadata.impl.AttributeAuthorityDescriptorTypeImpl.this).new Unmarshaller(context)), 1, ___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 7 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 10;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 10 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 13;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 5 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("Binding" == ___local)&&("" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _getAssertionIDRequestService().add(((com.sun.identity.saml2.jaxb.metadata.impl.EndpointTypeImpl) spawnChildFromEnterAttribute((com.sun.identity.saml2.jaxb.metadata.impl.EndpointTypeImpl.class), 6, ___uri, ___local, ___qname)));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 13 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 16;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 4 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 7;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 2 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("supportsX509Query" == ___local)&&("urn:oasis:names:tc:SAML:metadata:X509:query" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _getAttributeService().add(((com.sun.identity.saml2.jaxb.metadata.impl.AttributeServiceTypeImpl) spawnChildFromEnterAttribute((com.sun.identity.saml2.jaxb.metadata.impl.AttributeServiceTypeImpl.class), 3, ___uri, ___local, ___qname)));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("supportsX509SelfQuery" == ___local)&&("urn:oasis:names:tc:SAML:metadata:X509:query" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _getAttributeService().add(((com.sun.identity.saml2.jaxb.metadata.impl.AttributeServiceTypeImpl) spawnChildFromEnterAttribute((com.sun.identity.saml2.jaxb.metadata.impl.AttributeServiceTypeImpl.class), 3, ___uri, ___local, ___qname)));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("Binding" == ___local)&&("" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _getAttributeService().add(((com.sun.identity.saml2.jaxb.metadata.impl.AttributeServiceTypeImpl) spawnChildFromEnterAttribute((com.sun.identity.saml2.jaxb.metadata.impl.AttributeServiceTypeImpl.class), 3, ___uri, ___local, ___qname)));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 16 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk revertToParentFromEnterAttribute(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
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 14 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "FriendlyName");
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("", "Name");
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 0 :
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 7 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 10;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 10 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 13;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 5 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "Binding");
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 13 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 16;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 4 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 7;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 2 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("urn:oasis:names:tc:SAML:metadata:X509:query", "supportsX509Query");
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("urn:oasis:names:tc:SAML:metadata:X509:query", "supportsX509SelfQuery");
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("", "Binding");
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 16 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk revertToParentFromLeaveAttribute(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
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 14 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "FriendlyName");
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("", "Name");
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 0 :
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 7 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 10;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 10 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 13;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 5 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "Binding");
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 13 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 16;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 4 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 7;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 2 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("urn:oasis:names:tc:SAML:metadata:X509:query", "supportsX509Query");
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("urn:oasis:names:tc:SAML:metadata:X509:query", "supportsX509SelfQuery");
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("", "Binding");
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 11 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 12;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk eatText1(value);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 16 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk revertToParentFromText(value);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 8 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 9;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk eatText2(value);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
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
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk private void eatText1(final java.lang.String value)
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk throws org.xml.sax.SAXException
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk try {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _getAttributeProfile().add(com.sun.xml.bind.WhiteSpaceProcessor.collapse(value));
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 _getNameIDFormat().add(com.sun.xml.bind.WhiteSpaceProcessor.collapse(value));
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk } catch (java.lang.Exception e) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk handleParseConversionException(e);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk}