IDPSSODescriptorElementImpl.java revision 5b64d5d44892834ba97f003080f3467299b7c5c5
7da0a5ddc6fcc9d6d7a216bb666064d2398f453eAutomatic Updater//
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.6-b27-fcs
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater// Any modifications to this file will be lost upon recompilation of the source schema.
7c74e180c206e6ed99e8beb820da5f399d845c3eDavid Lawrence// Generated on: 2012.06.11 at 10:34:07 AM PDT
7c74e180c206e6ed99e8beb820da5f399d845c3eDavid Lawrence//
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrewspackage com.sun.identity.saml2.jaxb.metadata.impl;
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrewspublic class IDPSSODescriptorElementImpl
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews extends com.sun.identity.saml2.jaxb.metadata.impl.IDPSSODescriptorTypeImpl
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews implements com.sun.identity.saml2.jaxb.metadata.IDPSSODescriptorElement, com.sun.xml.bind.RIElement, 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
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews{
9c3531d72aeaad6c5f01efe6a1c82023e1379e4dDavid Lawrence
866d106459313499d0ca7bfccb4b2d23d5e4377cDavid Lawrence public final static Class version = (com.sun.identity.saml2.jaxb.metadata.impl.JAXBVersion.class);
74cb99072c4b0ebd2ccafcfa284288fa760f7a1aMark Andrews private static com.sun.msv.grammar.Grammar schemaFragment;
866d106459313499d0ca7bfccb4b2d23d5e4377cDavid Lawrence
866d106459313499d0ca7bfccb4b2d23d5e4377cDavid Lawrence private final static Class PRIMARY_INTERFACE_CLASS() {
7c74e180c206e6ed99e8beb820da5f399d845c3eDavid Lawrence return (com.sun.identity.saml2.jaxb.metadata.IDPSSODescriptorElement.class);
37dee1ff94960a61243f611c0f87f8c316815c53Mark Andrews }
ea31416b4fcdf23732355a8002f93f29e3b3d2dbAndreas Gustafsson
866d106459313499d0ca7bfccb4b2d23d5e4377cDavid Lawrence public String ____jaxb_ri____getNamespaceURI() {
03e200df5dc283f24a6a349f0b31d3eab26da893Mark Andrews return "urn:oasis:names:tc:SAML:2.0:metadata";
a5d43b72413db3edd6b36a58f9bdf2cf6ff692f2Bob Halley }
a5d43b72413db3edd6b36a58f9bdf2cf6ff692f2Bob Halley
a5d43b72413db3edd6b36a58f9bdf2cf6ff692f2Bob Halley public String ____jaxb_ri____getLocalName() {
a5d43b72413db3edd6b36a58f9bdf2cf6ff692f2Bob Halley return "IDPSSODescriptor";
a5d43b72413db3edd6b36a58f9bdf2cf6ff692f2Bob Halley }
ccdac53c027e8964753b36c4d8c7b0e98af501c2Michael Graff
f4ea363e3acc321b24ffe95a64a583e8041d6fd5Mark Andrews public com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallingEventHandler createUnmarshaller(com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallingContext context) {
f4ea363e3acc321b24ffe95a64a583e8041d6fd5Mark Andrews return new com.sun.identity.saml2.jaxb.metadata.impl.IDPSSODescriptorElementImpl.Unmarshaller(context);
f4ea363e3acc321b24ffe95a64a583e8041d6fd5Mark Andrews }
f4ea363e3acc321b24ffe95a64a583e8041d6fd5Mark Andrews
f4ea363e3acc321b24ffe95a64a583e8041d6fd5Mark Andrews public void serializeBody(com.sun.identity.saml2.jaxb.assertion.impl.runtime.XMLSerializer context)
f4ea363e3acc321b24ffe95a64a583e8041d6fd5Mark Andrews throws org.xml.sax.SAXException
f4ea363e3acc321b24ffe95a64a583e8041d6fd5Mark Andrews {
f4ea363e3acc321b24ffe95a64a583e8041d6fd5Mark Andrews context.startElement("urn:oasis:names:tc:SAML:2.0:metadata", "IDPSSODescriptor");
f4ea363e3acc321b24ffe95a64a583e8041d6fd5Mark Andrews super.serializeURIs(context);
f4ea363e3acc321b24ffe95a64a583e8041d6fd5Mark Andrews context.endNamespaceDecls();
f4ea363e3acc321b24ffe95a64a583e8041d6fd5Mark Andrews super.serializeAttributes(context);
f4ea363e3acc321b24ffe95a64a583e8041d6fd5Mark Andrews context.endAttributes();
f4ea363e3acc321b24ffe95a64a583e8041d6fd5Mark Andrews super.serializeBody(context);
914eeb33149a0008e26741d9e7d89dcd6f8b6d0bMark Andrews context.endElement();
ccdac53c027e8964753b36c4d8c7b0e98af501c2Michael Graff }
a903095bf4512dae561c7f6fc7854a51bebf334aMark Andrews
ccdac53c027e8964753b36c4d8c7b0e98af501c2Michael Graff public void serializeAttributes(com.sun.identity.saml2.jaxb.assertion.impl.runtime.XMLSerializer context)
ccdac53c027e8964753b36c4d8c7b0e98af501c2Michael Graff throws org.xml.sax.SAXException
ccdac53c027e8964753b36c4d8c7b0e98af501c2Michael Graff {
ccdac53c027e8964753b36c4d8c7b0e98af501c2Michael Graff }
3d776d762914d1b675b4fd49728ce353ccf6f77eBrian Wellington
ccdac53c027e8964753b36c4d8c7b0e98af501c2Michael Graff public void serializeURIs(com.sun.identity.saml2.jaxb.assertion.impl.runtime.XMLSerializer context)
11dbf2fc38eea8c5d3fe7123718bf197a8bb2e6bMark Andrews throws org.xml.sax.SAXException
11dbf2fc38eea8c5d3fe7123718bf197a8bb2e6bMark Andrews {
11dbf2fc38eea8c5d3fe7123718bf197a8bb2e6bMark Andrews }
11dbf2fc38eea8c5d3fe7123718bf197a8bb2e6bMark Andrews
11dbf2fc38eea8c5d3fe7123718bf197a8bb2e6bMark Andrews public Class getPrimaryInterface() {
11dbf2fc38eea8c5d3fe7123718bf197a8bb2e6bMark Andrews return (com.sun.identity.saml2.jaxb.metadata.IDPSSODescriptorElement.class);
11dbf2fc38eea8c5d3fe7123718bf197a8bb2e6bMark Andrews }
11dbf2fc38eea8c5d3fe7123718bf197a8bb2e6bMark Andrews
11dbf2fc38eea8c5d3fe7123718bf197a8bb2e6bMark Andrews public com.sun.msv.verifier.DocumentDeclaration createRawValidator() {
11dbf2fc38eea8c5d3fe7123718bf197a8bb2e6bMark Andrews if (schemaFragment == null) {
11dbf2fc38eea8c5d3fe7123718bf197a8bb2e6bMark Andrews schemaFragment = com.sun.xml.bind.validator.SchemaDeserializer.deserialize((
11dbf2fc38eea8c5d3fe7123718bf197a8bb2e6bMark Andrews "\u00ac\u00ed\u0000\u0005sr\u0000\'com.sun.msv.grammar.trex.ElementPattern\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000"
03e200df5dc283f24a6a349f0b31d3eab26da893Mark Andrews+"\tnameClasst\u0000\u001fLcom/sun/msv/grammar/NameClass;xr\u0000\u001ecom.sun.msv."
03e200df5dc283f24a6a349f0b31d3eab26da893Mark Andrews+"grammar.ElementExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002Z\u0000\u001aignoreUndeclaredAttributesL\u0000"
03e200df5dc283f24a6a349f0b31d3eab26da893Mark Andrews+"\fcontentModelt\u0000 Lcom/sun/msv/grammar/Expression;xr\u0000\u001ecom.sun."
323a9f3430abf186f8f84d795549391a8ed7f274Francis Dupont+"msv.grammar.Expression\u00f8\u0018\u0082\u00e8N5~O\u0002\u0000\u0002L\u0000\u0013epsilonReducibilityt\u0000\u0013Lj"
03e200df5dc283f24a6a349f0b31d3eab26da893Mark Andrews+"ava/lang/Boolean;L\u0000\u000bexpandedExpq\u0000~\u0000\u0003xppp\u0000sr\u0000\u001fcom.sun.msv.gra"
03e200df5dc283f24a6a349f0b31d3eab26da893Mark Andrews+"mmar.SequenceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.sun.msv.grammar.BinaryExp"
03e200df5dc283f24a6a349f0b31d3eab26da893Mark Andrews+"\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0004exp1q\u0000~\u0000\u0003L\u0000\u0004exp2q\u0000~\u0000\u0003xq\u0000~\u0000\u0004ppsq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0007pps"
75a4dd0d377dca2f85cea44e28bf110314c1fe8cDavid Lawrence+"q\u0000~\u0000\u0007ppsq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0007ppsq\u0000~\u0000"
75a4dd0d377dca2f85cea44e28bf110314c1fe8cDavid Lawrence+"\u0007ppsq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0007pps"
75a4dd0d377dca2f85cea44e28bf110314c1fe8cDavid Lawrence+"q\u0000~\u0000\u0007ppsq\u0000~\u0000\u0007ppsr\u0000\u001dcom.sun.msv.grammar.ChoiceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000x"
75a4dd0d377dca2f85cea44e28bf110314c1fe8cDavid Lawrence+"q\u0000~\u0000\bppsq\u0000~\u0000\u001dsr\u0000\u0011java.lang.Boolean\u00cd r\u0080\u00d5\u009c\u00fa\u00ee\u0002\u0000\u0001Z\u0000\u0005valuexp\u0000psq\u0000"
75a4dd0d377dca2f85cea44e28bf110314c1fe8cDavid Lawrence+"~\u0000\u0000q\u0000~\u0000!p\u0000sq\u0000~\u0000\u001dppsr\u0000 com.sun.msv.grammar.OneOrMoreExp\u0000\u0000\u0000\u0000\u0000\u0000"
91306d962f9d147d94b82fb14edb28f8d907cae7Andreas Gustafsson+"\u0000\u0001\u0002\u0000\u0000xr\u0000\u001ccom.sun.msv.grammar.UnaryExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\u0003expq\u0000~\u0000\u0003x"
91306d962f9d147d94b82fb14edb28f8d907cae7Andreas Gustafsson+"q\u0000~\u0000\u0004q\u0000~\u0000!psr\u0000 com.sun.msv.grammar.AttributeExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000"
91306d962f9d147d94b82fb14edb28f8d907cae7Andreas Gustafsson+"\u0003expq\u0000~\u0000\u0003L\u0000\tnameClassq\u0000~\u0000\u0001xq\u0000~\u0000\u0004q\u0000~\u0000!psr\u00002com.sun.msv.gramma"
91306d962f9d147d94b82fb14edb28f8d907cae7Andreas Gustafsson+"r.Expression$AnyStringExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0004sq\u0000~\u0000 \u0001q\u0000~\u0000"
91306d962f9d147d94b82fb14edb28f8d907cae7Andreas Gustafsson+"*sr\u0000 com.sun.msv.grammar.AnyNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.sun."
e893dce91279d7313a579f72caae3941f6dc5a27David Lawrence+"msv.grammar.NameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr\u00000com.sun.msv.grammar.Ex"
e893dce91279d7313a579f72caae3941f6dc5a27David Lawrence+"pression$EpsilonExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0004q\u0000~\u0000+q\u0000~\u00000sr\u0000#com"
e893dce91279d7313a579f72caae3941f6dc5a27David Lawrence+".sun.msv.grammar.SimpleNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\tlocalNamet\u0000\u0012Lj"
e893dce91279d7313a579f72caae3941f6dc5a27David Lawrence+"ava/lang/String;L\u0000\fnamespaceURIq\u0000~\u00002xq\u0000~\u0000-t\u00003com.sun.identit"
e893dce91279d7313a579f72caae3941f6dc5a27David Lawrence+"y.saml2.jaxb.xmlsig.SignatureElementt\u0000+http://java.sun.com/j"
e893dce91279d7313a579f72caae3941f6dc5a27David Lawrence+"axb/xjc/dummy-elementssq\u0000~\u0000\u0000q\u0000~\u0000!p\u0000sq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0000pp\u0000sq\u0000~\u0000\u001dpp"
e893dce91279d7313a579f72caae3941f6dc5a27David Lawrence+"sq\u0000~\u0000$q\u0000~\u0000!psq\u0000~\u0000\'q\u0000~\u0000!pq\u0000~\u0000*q\u0000~\u0000.q\u0000~\u00000sq\u0000~\u00001t\u00000com.sun.iden"
e893dce91279d7313a579f72caae3941f6dc5a27David Lawrence+"tity.saml2.jaxb.xmlsig.SignatureTypeq\u0000~\u00005sq\u0000~\u0000\u001dppsq\u0000~\u0000\'q\u0000~\u0000!"
e893dce91279d7313a579f72caae3941f6dc5a27David Lawrence+"psr\u0000\u001bcom.sun.msv.grammar.DataExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\u0002dtt\u0000\u001fLorg/rela"
e893dce91279d7313a579f72caae3941f6dc5a27David Lawrence+"xng/datatype/Datatype;L\u0000\u0006exceptq\u0000~\u0000\u0003L\u0000\u0004namet\u0000\u001dLcom/sun/msv/u"
3b77946b751f39bd4db5a7d1fe48a81e6b1e7a28Bob Halley+"til/StringPair;xq\u0000~\u0000\u0004ppsr\u0000\"com.sun.msv.datatype.xsd.QnameTyp"
3b77946b751f39bd4db5a7d1fe48a81e6b1e7a28Bob Halley+"e\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000*com.sun.msv.datatype.xsd.BuiltinAtomicType\u0000\u0000"
3b77946b751f39bd4db5a7d1fe48a81e6b1e7a28Bob Halley+"\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000%com.sun.msv.datatype.xsd.ConcreteType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000"
8e06cea14c857429ab7e7299af2dce5eeeaa5ff0Michael Graff+"\u0000xr\u0000\'com.sun.msv.datatype.xsd.XSDatatypeImpl\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\fna"
ce8c568e0d6106bb87069453505e09bc66754b40Andreas Gustafsson+"mespaceUriq\u0000~\u00002L\u0000\btypeNameq\u0000~\u00002L\u0000\nwhiteSpacet\u0000.Lcom/sun/msv/"
3b77946b751f39bd4db5a7d1fe48a81e6b1e7a28Bob Halley+"datatype/xsd/WhiteSpaceProcessor;xpt\u0000 http://www.w3.org/2001"
3b77946b751f39bd4db5a7d1fe48a81e6b1e7a28Bob Halley+"/XMLSchemat\u0000\u0005QNamesr\u00005com.sun.msv.datatype.xsd.WhiteSpacePro"
3b77946b751f39bd4db5a7d1fe48a81e6b1e7a28Bob Halley+"cessor$Collapse\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000,com.sun.msv.datatype.xsd.White"
3b77946b751f39bd4db5a7d1fe48a81e6b1e7a28Bob Halley+"SpaceProcessor\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr\u00000com.sun.msv.grammar.Expressio"
3b77946b751f39bd4db5a7d1fe48a81e6b1e7a28Bob Halley+"n$NullSetExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0004q\u0000~\u0000!psr\u0000\u001bcom.sun.msv.ut"
3b77946b751f39bd4db5a7d1fe48a81e6b1e7a28Bob Halley+"il.StringPair\u00d0t\u001ejB\u008f\u008d\u00a0\u0002\u0000\u0002L\u0000\tlocalNameq\u0000~\u00002L\u0000\fnamespaceURIq\u0000~\u0000"
3b77946b751f39bd4db5a7d1fe48a81e6b1e7a28Bob Halley+"2xpq\u0000~\u0000Kq\u0000~\u0000Jsq\u0000~\u00001t\u0000\u0004typet\u0000)http://www.w3.org/2001/XMLSchem"
3b77946b751f39bd4db5a7d1fe48a81e6b1e7a28Bob Halley+"a-instanceq\u0000~\u00000sq\u0000~\u00001t\u0000\tSignaturet\u0000\"http://www.w3.org/2000/0"
3b77946b751f39bd4db5a7d1fe48a81e6b1e7a28Bob Halley+"9/xmldsig#q\u0000~\u00000sq\u0000~\u0000\u001dppsq\u0000~\u0000\u001dq\u0000~\u0000!psq\u0000~\u0000\u0000q\u0000~\u0000!p\u0000sq\u0000~\u0000\u001dppsq\u0000~"
3b77946b751f39bd4db5a7d1fe48a81e6b1e7a28Bob Halley+"\u0000$q\u0000~\u0000!psq\u0000~\u0000\'q\u0000~\u0000!pq\u0000~\u0000*q\u0000~\u0000.q\u0000~\u00000sq\u0000~\u00001t\u00006com.sun.identity"
3b77946b751f39bd4db5a7d1fe48a81e6b1e7a28Bob Halley+".saml2.jaxb.metadata.ExtensionsElementq\u0000~\u00005sq\u0000~\u0000\u0000q\u0000~\u0000!p\u0000sq\u0000~"
3b77946b751f39bd4db5a7d1fe48a81e6b1e7a28Bob Halley+"\u0000\u0007ppsq\u0000~\u0000\u0000pp\u0000sq\u0000~\u0000\u001dppsq\u0000~\u0000$q\u0000~\u0000!psq\u0000~\u0000\'q\u0000~\u0000!pq\u0000~\u0000*q\u0000~\u0000.q\u0000~\u00000"
3b77946b751f39bd4db5a7d1fe48a81e6b1e7a28Bob Halley+"sq\u0000~\u00001t\u00003com.sun.identity.saml2.jaxb.metadata.ExtensionsType"
8e06cea14c857429ab7e7299af2dce5eeeaa5ff0Michael Graff+"q\u0000~\u00005sq\u0000~\u0000\u001dppsq\u0000~\u0000\'q\u0000~\u0000!pq\u0000~\u0000Cq\u0000~\u0000Sq\u0000~\u00000sq\u0000~\u00001t\u0000\nExtensionst"
8e06cea14c857429ab7e7299af2dce5eeeaa5ff0Michael Graff+"\u0000$urn:oasis:names:tc:SAML:2.0:metadataq\u0000~\u00000sq\u0000~\u0000\u001dppsq\u0000~\u0000$q\u0000~"
3ecf3394e37dc2848a09ffc643565d454e9e6974Andreas Gustafsson+"\u0000!psq\u0000~\u0000\u001dq\u0000~\u0000!psq\u0000~\u0000\u0000q\u0000~\u0000!p\u0000sq\u0000~\u0000\u001dppsq\u0000~\u0000$q\u0000~\u0000!psq\u0000~\u0000\'q\u0000~\u0000!p"
3ecf3394e37dc2848a09ffc643565d454e9e6974Andreas Gustafsson+"q\u0000~\u0000*q\u0000~\u0000.q\u0000~\u00000sq\u0000~\u00001t\u00009com.sun.identity.saml2.jaxb.metadata"
a27fe4c990f96bd792f2a07ca4d38c78d5b9df2cTatuya JINMEI 神明達哉+".KeyDescriptorElementq\u0000~\u00005sq\u0000~\u0000\u0000q\u0000~\u0000!p\u0000sq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0000pp\u0000sq\u0000~"
a27fe4c990f96bd792f2a07ca4d38c78d5b9df2cTatuya JINMEI 神明達哉+"\u0000\u001dppsq\u0000~\u0000$q\u0000~\u0000!psq\u0000~\u0000\'q\u0000~\u0000!pq\u0000~\u0000*q\u0000~\u0000.q\u0000~\u00000sq\u0000~\u00001t\u00006com.sun."
3ecf3394e37dc2848a09ffc643565d454e9e6974Andreas Gustafsson+"identity.saml2.jaxb.metadata.KeyDescriptorTypeq\u0000~\u00005sq\u0000~\u0000\u001dpps"
3ecf3394e37dc2848a09ffc643565d454e9e6974Andreas Gustafsson+"q\u0000~\u0000\'q\u0000~\u0000!pq\u0000~\u0000Cq\u0000~\u0000Sq\u0000~\u00000sq\u0000~\u00001t\u0000\rKeyDescriptorq\u0000~\u0000mq\u0000~\u00000sq"
3ecf3394e37dc2848a09ffc643565d454e9e6974Andreas Gustafsson+"\u0000~\u0000\u001dppsq\u0000~\u0000\u001dq\u0000~\u0000!psq\u0000~\u0000\u0000q\u0000~\u0000!p\u0000sq\u0000~\u0000\u001dppsq\u0000~\u0000$q\u0000~\u0000!psq\u0000~\u0000\'q\u0000~"
3ecf3394e37dc2848a09ffc643565d454e9e6974Andreas Gustafsson+"\u0000!pq\u0000~\u0000*q\u0000~\u0000.q\u0000~\u00000sq\u0000~\u00001t\u00008com.sun.identity.saml2.jaxb.metad"
df3c4c7988b9bae7d121a8ac9ed17a23366a948dDavid Lawrence+"ata.OrganizationElementq\u0000~\u00005sq\u0000~\u0000\u0000q\u0000~\u0000!p\u0000sq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0000pp\u0000sq"
df3c4c7988b9bae7d121a8ac9ed17a23366a948dDavid Lawrence+"\u0000~\u0000\u001dppsq\u0000~\u0000$q\u0000~\u0000!psq\u0000~\u0000\'q\u0000~\u0000!pq\u0000~\u0000*q\u0000~\u0000.q\u0000~\u00000sq\u0000~\u00001t\u00005com.su"
df3c4c7988b9bae7d121a8ac9ed17a23366a948dDavid Lawrence+"n.identity.saml2.jaxb.metadata.OrganizationTypeq\u0000~\u00005sq\u0000~\u0000\u001dpp"
b587e1d83f007ce68a9ae93097c461d8eb7aa373Mark Andrews+"sq\u0000~\u0000\'q\u0000~\u0000!pq\u0000~\u0000Cq\u0000~\u0000Sq\u0000~\u00000sq\u0000~\u00001t\u0000\fOrganizationq\u0000~\u0000mq\u0000~\u00000sq"
df3c4c7988b9bae7d121a8ac9ed17a23366a948dDavid Lawrence+"\u0000~\u0000\u001dppsq\u0000~\u0000$q\u0000~\u0000!psq\u0000~\u0000\u001dq\u0000~\u0000!psq\u0000~\u0000\u0000q\u0000~\u0000!p\u0000sq\u0000~\u0000\u001dppsq\u0000~\u0000$q\u0000~"
df3c4c7988b9bae7d121a8ac9ed17a23366a948dDavid Lawrence+"\u0000!psq\u0000~\u0000\'q\u0000~\u0000!pq\u0000~\u0000*q\u0000~\u0000.q\u0000~\u00000sq\u0000~\u00001t\u00009com.sun.identity.saml"
df3c4c7988b9bae7d121a8ac9ed17a23366a948dDavid Lawrence+"2.jaxb.metadata.ContactPersonElementq\u0000~\u00005sq\u0000~\u0000\u0000q\u0000~\u0000!p\u0000sq\u0000~\u0000\u0007"
df3c4c7988b9bae7d121a8ac9ed17a23366a948dDavid Lawrence+"ppsq\u0000~\u0000\u0000pp\u0000sq\u0000~\u0000\u001dppsq\u0000~\u0000$q\u0000~\u0000!psq\u0000~\u0000\'q\u0000~\u0000!pq\u0000~\u0000*q\u0000~\u0000.q\u0000~\u00000sq"
df3c4c7988b9bae7d121a8ac9ed17a23366a948dDavid Lawrence+"\u0000~\u00001t\u00000com.sun.identity.saml2.jaxb.metadata.ContactTypeq\u0000~\u00005"
df3c4c7988b9bae7d121a8ac9ed17a23366a948dDavid Lawrence+"sq\u0000~\u0000\u001dppsq\u0000~\u0000\'q\u0000~\u0000!pq\u0000~\u0000Cq\u0000~\u0000Sq\u0000~\u00000sq\u0000~\u00001t\u0000\rContactPersonq\u0000~"
df3c4c7988b9bae7d121a8ac9ed17a23366a948dDavid Lawrence+"\u0000mq\u0000~\u00000sq\u0000~\u0000\u001dppsq\u0000~\u0000$q\u0000~\u0000!psq\u0000~\u0000\u001dq\u0000~\u0000!psq\u0000~\u0000\u0000q\u0000~\u0000!p\u0000sq\u0000~\u0000\u001dpp"
df3c4c7988b9bae7d121a8ac9ed17a23366a948dDavid Lawrence+"sq\u0000~\u0000$q\u0000~\u0000!psq\u0000~\u0000\'q\u0000~\u0000!pq\u0000~\u0000*q\u0000~\u0000.q\u0000~\u00000sq\u0000~\u00001t\u0000Ecom.sun.iden"
df3c4c7988b9bae7d121a8ac9ed17a23366a948dDavid Lawrence+"tity.saml2.jaxb.metadata.ArtifactResolutionServiceElementq\u0000~"
df3c4c7988b9bae7d121a8ac9ed17a23366a948dDavid Lawrence+"\u00005sq\u0000~\u0000\u0000q\u0000~\u0000!p\u0000sq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0000pp\u0000sq\u0000~\u0000\u001dppsq\u0000~\u0000$q\u0000~\u0000!psq\u0000~\u0000\'q\u0000"
df3c4c7988b9bae7d121a8ac9ed17a23366a948dDavid Lawrence+"~\u0000!pq\u0000~\u0000*q\u0000~\u0000.q\u0000~\u00000sq\u0000~\u00001t\u00008com.sun.identity.saml2.jaxb.meta"
df3c4c7988b9bae7d121a8ac9ed17a23366a948dDavid Lawrence+"data.IndexedEndpointTypeq\u0000~\u00005sq\u0000~\u0000\u001dppsq\u0000~\u0000\'q\u0000~\u0000!pq\u0000~\u0000Cq\u0000~\u0000Sq"
df3c4c7988b9bae7d121a8ac9ed17a23366a948dDavid Lawrence+"\u0000~\u00000sq\u0000~\u00001t\u0000\u0019ArtifactResolutionServiceq\u0000~\u0000mq\u0000~\u00000sq\u0000~\u0000\u001dppsq\u0000~"
df3c4c7988b9bae7d121a8ac9ed17a23366a948dDavid Lawrence+"\u0000$q\u0000~\u0000!psq\u0000~\u0000\u001dq\u0000~\u0000!psq\u0000~\u0000\u0000q\u0000~\u0000!p\u0000sq\u0000~\u0000\u001dppsq\u0000~\u0000$q\u0000~\u0000!psq\u0000~\u0000\'q"
df3c4c7988b9bae7d121a8ac9ed17a23366a948dDavid Lawrence+"\u0000~\u0000!pq\u0000~\u0000*q\u0000~\u0000.q\u0000~\u00000sq\u0000~\u00001t\u0000?com.sun.identity.saml2.jaxb.met"
df3c4c7988b9bae7d121a8ac9ed17a23366a948dDavid Lawrence+"adata.SingleLogoutServiceElementq\u0000~\u00005sq\u0000~\u0000\u0000q\u0000~\u0000!p\u0000sq\u0000~\u0000\u0007ppsq"
ae4cbb69eef32ced103fe4561e8d2031ee4c3497David Lawrence+"\u0000~\u0000\u0000pp\u0000sq\u0000~\u0000\u001dppsq\u0000~\u0000$q\u0000~\u0000!psq\u0000~\u0000\'q\u0000~\u0000!pq\u0000~\u0000*q\u0000~\u0000.q\u0000~\u00000sq\u0000~\u00001"
289ae548d52bc8f982d9823af64cafda7bd92232Mark Andrews+"t\u00001com.sun.identity.saml2.jaxb.metadata.EndpointTypeq\u0000~\u00005sq\u0000"
289ae548d52bc8f982d9823af64cafda7bd92232Mark Andrews+"~\u0000\u001dppsq\u0000~\u0000\'q\u0000~\u0000!pq\u0000~\u0000Cq\u0000~\u0000Sq\u0000~\u00000sq\u0000~\u00001t\u0000\u0013SingleLogoutService"
289ae548d52bc8f982d9823af64cafda7bd92232Mark Andrews+"q\u0000~\u0000mq\u0000~\u00000sq\u0000~\u0000\u001dppsq\u0000~\u0000$q\u0000~\u0000!psq\u0000~\u0000\u001dq\u0000~\u0000!psq\u0000~\u0000\u0000q\u0000~\u0000!p\u0000sq\u0000~\u0000"
289ae548d52bc8f982d9823af64cafda7bd92232Mark Andrews+"\u001dppsq\u0000~\u0000$q\u0000~\u0000!psq\u0000~\u0000\'q\u0000~\u0000!pq\u0000~\u0000*q\u0000~\u0000.q\u0000~\u00000sq\u0000~\u00001t\u0000?com.sun.i"
289ae548d52bc8f982d9823af64cafda7bd92232Mark Andrews+"dentity.saml2.jaxb.metadata.ManageNameIDServiceElementq\u0000~\u00005s"
289ae548d52bc8f982d9823af64cafda7bd92232Mark Andrews+"q\u0000~\u0000\u0000q\u0000~\u0000!p\u0000sq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0000pp\u0000sq\u0000~\u0000\u001dppsq\u0000~\u0000$q\u0000~\u0000!psq\u0000~\u0000\'q\u0000~\u0000!"
289ae548d52bc8f982d9823af64cafda7bd92232Mark Andrews+"pq\u0000~\u0000*q\u0000~\u0000.q\u0000~\u00000sq\u0000~\u00001q\u0000~\u0000\u00d1q\u0000~\u00005sq\u0000~\u0000\u001dppsq\u0000~\u0000\'q\u0000~\u0000!pq\u0000~\u0000Cq\u0000~"
289ae548d52bc8f982d9823af64cafda7bd92232Mark Andrews+"\u0000Sq\u0000~\u00000sq\u0000~\u00001t\u0000\u0013ManageNameIDServiceq\u0000~\u0000mq\u0000~\u00000sq\u0000~\u0000\u001dppsq\u0000~\u0000$q"
289ae548d52bc8f982d9823af64cafda7bd92232Mark Andrews+"\u0000~\u0000!psq\u0000~\u0000\u0000q\u0000~\u0000!p\u0000sq\u0000~\u0000\u0007ppsq\u0000~\u0000@q\u0000~\u0000!psr\u0000#com.sun.msv.dataty"
289ae548d52bc8f982d9823af64cafda7bd92232Mark Andrews+"pe.xsd.AnyURIType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000Eq\u0000~\u0000Jt\u0000\u0006anyURIq\u0000~\u0000Nq\u0000~\u0000Psq"
289ae548d52bc8f982d9823af64cafda7bd92232Mark Andrews+"\u0000~\u0000Qq\u0000~\u0000\u00f1q\u0000~\u0000Jsq\u0000~\u0000\u001dppsq\u0000~\u0000\'q\u0000~\u0000!pq\u0000~\u0000Cq\u0000~\u0000Sq\u0000~\u00000sq\u0000~\u00001t\u0000\fNa"
289ae548d52bc8f982d9823af64cafda7bd92232Mark Andrews+"meIDFormatq\u0000~\u0000mq\u0000~\u00000sq\u0000~\u0000$ppsq\u0000~\u0000\u001dppsq\u0000~\u0000\u0000pp\u0000sq\u0000~\u0000\u001dppsq\u0000~\u0000$q"
ae4cbb69eef32ced103fe4561e8d2031ee4c3497David Lawrence+"\u0000~\u0000!psq\u0000~\u0000\'q\u0000~\u0000!pq\u0000~\u0000*q\u0000~\u0000.q\u0000~\u00000sq\u0000~\u00001t\u0000?com.sun.identity.sa"
ae4cbb69eef32ced103fe4561e8d2031ee4c3497David Lawrence+"ml2.jaxb.metadata.SingleSignOnServiceElementq\u0000~\u00005sq\u0000~\u0000\u0000pp\u0000sq"
df3c4c7988b9bae7d121a8ac9ed17a23366a948dDavid Lawrence+"\u0000~\u0000\u0007ppsq\u0000~\u0000\u0000pp\u0000sq\u0000~\u0000\u001dppsq\u0000~\u0000$q\u0000~\u0000!psq\u0000~\u0000\'q\u0000~\u0000!pq\u0000~\u0000*q\u0000~\u0000.q\u0000~"
df3c4c7988b9bae7d121a8ac9ed17a23366a948dDavid Lawrence+"\u00000sq\u0000~\u00001q\u0000~\u0000\u00d1q\u0000~\u00005sq\u0000~\u0000\u001dppsq\u0000~\u0000\'q\u0000~\u0000!pq\u0000~\u0000Cq\u0000~\u0000Sq\u0000~\u00000sq\u0000~\u00001t"
df3c4c7988b9bae7d121a8ac9ed17a23366a948dDavid Lawrence+"\u0000\u0013SingleSignOnServiceq\u0000~\u0000msq\u0000~\u0000\u001dppsq\u0000~\u0000$q\u0000~\u0000!psq\u0000~\u0000\u001dq\u0000~\u0000!psq"
df3c4c7988b9bae7d121a8ac9ed17a23366a948dDavid Lawrence+"\u0000~\u0000\u0000q\u0000~\u0000!p\u0000sq\u0000~\u0000\u001dppsq\u0000~\u0000$q\u0000~\u0000!psq\u0000~\u0000\'q\u0000~\u0000!pq\u0000~\u0000*q\u0000~\u0000.q\u0000~\u00000sq"
df3c4c7988b9bae7d121a8ac9ed17a23366a948dDavid Lawrence+"\u0000~\u00001t\u0000@com.sun.identity.saml2.jaxb.metadata.NameIDMappingSer"
df3c4c7988b9bae7d121a8ac9ed17a23366a948dDavid Lawrence+"viceElementq\u0000~\u00005sq\u0000~\u0000\u0000q\u0000~\u0000!p\u0000sq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0000pp\u0000sq\u0000~\u0000\u001dppsq\u0000~\u0000$"
df3c4c7988b9bae7d121a8ac9ed17a23366a948dDavid Lawrence+"q\u0000~\u0000!psq\u0000~\u0000\'q\u0000~\u0000!pq\u0000~\u0000*q\u0000~\u0000.q\u0000~\u00000sq\u0000~\u00001q\u0000~\u0000\u00d1q\u0000~\u00005sq\u0000~\u0000\u001dppsq\u0000"
df3c4c7988b9bae7d121a8ac9ed17a23366a948dDavid Lawrence+"~\u0000\'q\u0000~\u0000!pq\u0000~\u0000Cq\u0000~\u0000Sq\u0000~\u00000sq\u0000~\u00001t\u0000\u0014NameIDMappingServiceq\u0000~\u0000mq\u0000"
0293ad13207aa29bd5844cdc87d085ffc009d749David Lawrence+"~\u00000sq\u0000~\u0000\u001dppsq\u0000~\u0000$q\u0000~\u0000!psq\u0000~\u0000\u001dq\u0000~\u0000!psq\u0000~\u0000\u0000q\u0000~\u0000!p\u0000sq\u0000~\u0000\u001dppsq\u0000~"
0293ad13207aa29bd5844cdc87d085ffc009d749David Lawrence+"\u0000$q\u0000~\u0000!psq\u0000~\u0000\'q\u0000~\u0000!pq\u0000~\u0000*q\u0000~\u0000.q\u0000~\u00000sq\u0000~\u00001t\u0000Ecom.sun.identity"
289ae548d52bc8f982d9823af64cafda7bd92232Mark Andrews+".saml2.jaxb.metadata.AssertionIDRequestServiceElementq\u0000~\u00005sq"
289ae548d52bc8f982d9823af64cafda7bd92232Mark Andrews+"\u0000~\u0000\u0000q\u0000~\u0000!p\u0000sq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0000pp\u0000sq\u0000~\u0000\u001dppsq\u0000~\u0000$q\u0000~\u0000!psq\u0000~\u0000\'q\u0000~\u0000!p"
289ae548d52bc8f982d9823af64cafda7bd92232Mark Andrews+"q\u0000~\u0000*q\u0000~\u0000.q\u0000~\u00000sq\u0000~\u00001q\u0000~\u0000\u00d1q\u0000~\u00005sq\u0000~\u0000\u001dppsq\u0000~\u0000\'q\u0000~\u0000!pq\u0000~\u0000Cq\u0000~\u0000"
289ae548d52bc8f982d9823af64cafda7bd92232Mark Andrews+"Sq\u0000~\u00000sq\u0000~\u00001t\u0000\u0019AssertionIDRequestServiceq\u0000~\u0000mq\u0000~\u00000sq\u0000~\u0000\u001dppsq"
289ae548d52bc8f982d9823af64cafda7bd92232Mark Andrews+"\u0000~\u0000$q\u0000~\u0000!psq\u0000~\u0000\u0000q\u0000~\u0000!p\u0000sq\u0000~\u0000\u0007ppq\u0000~\u0000\u00eesq\u0000~\u0000\u001dppsq\u0000~\u0000\'q\u0000~\u0000!pq\u0000~\u0000"
289ae548d52bc8f982d9823af64cafda7bd92232Mark Andrews+"Cq\u0000~\u0000Sq\u0000~\u00000sq\u0000~\u00001t\u0000\u0010AttributeProfileq\u0000~\u0000mq\u0000~\u00000sq\u0000~\u0000\u001dppsq\u0000~\u0000$"
289ae548d52bc8f982d9823af64cafda7bd92232Mark Andrews+"q\u0000~\u0000!psq\u0000~\u0000\u001dq\u0000~\u0000!psq\u0000~\u0000\u0000q\u0000~\u0000!p\u0000sq\u0000~\u0000\u001dppsq\u0000~\u0000$q\u0000~\u0000!psq\u0000~\u0000\'q\u0000~"
289ae548d52bc8f982d9823af64cafda7bd92232Mark Andrews+"\u0000!pq\u0000~\u0000*q\u0000~\u0000.q\u0000~\u00000sq\u0000~\u00001t\u00006com.sun.identity.saml2.jaxb.asser"
289ae548d52bc8f982d9823af64cafda7bd92232Mark Andrews+"tion.AttributeElementq\u0000~\u00005sq\u0000~\u0000\u0000q\u0000~\u0000!p\u0000sq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0000pp\u0000sq\u0000~"
289ae548d52bc8f982d9823af64cafda7bd92232Mark Andrews+"\u0000\u001dppsq\u0000~\u0000$q\u0000~\u0000!psq\u0000~\u0000\'q\u0000~\u0000!pq\u0000~\u0000*q\u0000~\u0000.q\u0000~\u00000sq\u0000~\u00001t\u00003com.sun."
289ae548d52bc8f982d9823af64cafda7bd92232Mark Andrews+"identity.saml2.jaxb.assertion.AttributeTypeq\u0000~\u00005sq\u0000~\u0000\u001dppsq\u0000~"
289ae548d52bc8f982d9823af64cafda7bd92232Mark Andrews+"\u0000\'q\u0000~\u0000!pq\u0000~\u0000Cq\u0000~\u0000Sq\u0000~\u00000sq\u0000~\u00001t\u0000\tAttributet\u0000%urn:oasis:names:"
289ae548d52bc8f982d9823af64cafda7bd92232Mark Andrews+"tc:SAML:2.0:assertionq\u0000~\u00000sq\u0000~\u0000\u001dppsq\u0000~\u0000\'q\u0000~\u0000!psq\u0000~\u0000@ppsr\u0000\u001fco"
289ae548d52bc8f982d9823af64cafda7bd92232Mark Andrews+"m.sun.msv.datatype.xsd.IDType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000#com.sun.msv.data"
0293ad13207aa29bd5844cdc87d085ffc009d749David Lawrence+"type.xsd.NcnameType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\"com.sun.msv.datatype.xsd.T"
0293ad13207aa29bd5844cdc87d085ffc009d749David Lawrence+"okenType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000#com.sun.msv.datatype.xsd.StringType\u0000\u0000"
df3c4c7988b9bae7d121a8ac9ed17a23366a948dDavid Lawrence+"\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001Z\u0000\risAlwaysValidxq\u0000~\u0000Eq\u0000~\u0000Jt\u0000\u0002IDq\u0000~\u0000N\u0000q\u0000~\u0000Psq\u0000~\u0000Qq\u0000"
df3c4c7988b9bae7d121a8ac9ed17a23366a948dDavid Lawrence+"~\u0001Xq\u0000~\u0000Jsq\u0000~\u00001t\u0000\u0002IDt\u0000\u0000q\u0000~\u00000sq\u0000~\u0000\u001dppsq\u0000~\u0000\'q\u0000~\u0000!psq\u0000~\u0000@ppsr\u0000%c"
df3c4c7988b9bae7d121a8ac9ed17a23366a948dDavid Lawrence+"om.sun.msv.datatype.xsd.DurationType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000Eq\u0000~\u0000Jt\u0000"
df3c4c7988b9bae7d121a8ac9ed17a23366a948dDavid Lawrence+"\bdurationq\u0000~\u0000Nq\u0000~\u0000Psq\u0000~\u0000Qq\u0000~\u0001bq\u0000~\u0000Jsq\u0000~\u00001t\u0000\rcacheDurationq\u0000~"
df3c4c7988b9bae7d121a8ac9ed17a23366a948dDavid Lawrence+"\u0001\\q\u0000~\u00000sq\u0000~\u0000\u001dppsq\u0000~\u0000\'q\u0000~\u0000!pq\u0000~\u0000\u00eesq\u0000~\u00001t\u0000\berrorURLq\u0000~\u0001\\q\u0000~\u00000s"
df3c4c7988b9bae7d121a8ac9ed17a23366a948dDavid Lawrence+"q\u0000~\u0000\'ppsq\u0000~\u0000@ppsr\u0000!com.sun.msv.datatype.xsd.ListType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001"
df3c4c7988b9bae7d121a8ac9ed17a23366a948dDavid Lawrence+"\u0002\u0000\u0001L\u0000\bitemTypet\u0000)Lcom/sun/msv/datatype/xsd/XSDatatypeImpl;xq"
df3c4c7988b9bae7d121a8ac9ed17a23366a948dDavid Lawrence+"\u0000~\u0000Fq\u0000~\u0000mt\u0000\u000eanyURIListTypeq\u0000~\u0000Nq\u0000~\u0000\u00f0q\u0000~\u0000Ppsq\u0000~\u00001t\u0000\u001aprotocolS"
657ce0b9d84fbd66514df53d61a087e8f1161187Michael Graff+"upportEnumerationq\u0000~\u0001\\sq\u0000~\u0000\u001dppsq\u0000~\u0000\'q\u0000~\u0000!psq\u0000~\u0000@ppsr\u0000%com.su"
657ce0b9d84fbd66514df53d61a087e8f1161187Michael Graff+"n.msv.datatype.xsd.DateTimeType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000)com.sun.msv.da"
657ce0b9d84fbd66514df53d61a087e8f1161187Michael Graff+"tatype.xsd.DateTimeBaseType\u0014W\u001a@3\u00a5\u00b4\u00e5\u0002\u0000\u0000xq\u0000~\u0000Eq\u0000~\u0000Jt\u0000\bdateTime"
657ce0b9d84fbd66514df53d61a087e8f1161187Michael Graff+"q\u0000~\u0000Nq\u0000~\u0000Psq\u0000~\u0000Qq\u0000~\u0001xq\u0000~\u0000Jsq\u0000~\u00001t\u0000\nvalidUntilq\u0000~\u0001\\q\u0000~\u00000sq\u0000~\u0000"
657ce0b9d84fbd66514df53d61a087e8f1161187Michael Graff+"\u001dppsq\u0000~\u0000\'q\u0000~\u0000!psq\u0000~\u0000@ppsr\u0000$com.sun.msv.datatype.xsd.BooleanT"
1ce985ab3c6670662d555c108b35fed84a6a1001David Lawrence+"ype\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000Eq\u0000~\u0000Jt\u0000\u0007booleanq\u0000~\u0000Nq\u0000~\u0000Psq\u0000~\u0000Qq\u0000~\u0001\u0081q\u0000~\u0000"
289ae548d52bc8f982d9823af64cafda7bd92232Mark Andrews+"Jsq\u0000~\u00001t\u0000\u0017WantAuthnRequestsSignedq\u0000~\u0001\\q\u0000~\u00000sq\u0000~\u0000\u001dppsq\u0000~\u0000\'q\u0000~"
289ae548d52bc8f982d9823af64cafda7bd92232Mark Andrews+"\u0000!pq\u0000~\u0000Cq\u0000~\u0000Sq\u0000~\u00000sq\u0000~\u00001t\u0000\u0010IDPSSODescriptorq\u0000~\u0000msr\u0000\"com.sun."
289ae548d52bc8f982d9823af64cafda7bd92232Mark Andrews+"msv.grammar.ExpressionPool\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\bexpTablet\u0000/Lcom/sun/"
289ae548d52bc8f982d9823af64cafda7bd92232Mark Andrews+"msv/grammar/ExpressionPool$ClosedHash;xpsr\u0000-com.sun.msv.gram"
289ae548d52bc8f982d9823af64cafda7bd92232Mark Andrews+"mar.ExpressionPool$ClosedHash\u00d7j\u00d0N\u00ef\u00e8\u00ed\u001c\u0003\u0000\u0003I\u0000\u0005countB\u0000\rstreamVer"
289ae548d52bc8f982d9823af64cafda7bd92232Mark Andrews+"sionL\u0000\u0006parentt\u0000$Lcom/sun/msv/grammar/ExpressionPool;xp\u0000\u0000\u0000\u008a\u0001p"
4bcaefbcd3ced942139fdc830e007c6ea2b8d2feDavid Lawrence+"q\u0000~\u0000\u00b1q\u0000~\u0000\u00b9q\u0000~\u0000\u00c6q\u0000~\u0000\u0083q\u0000~\u0001\u000eq\u0000~\u0001\u0002q\u0000~\u0000\u00faq\u0000~\u0000\u00e2q\u0000~\u0000\u00daq\u0000~\u0000\u00cdq\u0000~\u0000\u00c5q\u0000~\u0000#"
4bcaefbcd3ced942139fdc830e007c6ea2b8d2feDavid Lawrence+"q\u0000~\u00009q\u0000~\u0000\\q\u0000~\u0000dq\u0000~\u0000rq\u0000~\u0000zq\u0000~\u0000\u0086q\u0000~\u0000\u008eq\u0000~\u0000\u009bq\u0000~\u0000\u00a3q\u0000~\u0000\u00b0q\u0000~\u0000\u00b8q\u0000~\u0001+"
4bcaefbcd3ced942139fdc830e007c6ea2b8d2feDavid Lawrence+"q\u0000~\u0001#q\u0000~\u0001\u0017q\u0000~\u0001\u000fq\u0000~\u0000\u0019q\u0000~\u0001\u0003q\u0000~\u0000\u00fbq\u0000~\u0000\u00e3q\u0000~\u0000\u00dbq\u0000~\u0000\u00ceq\u0000~\u0000&q\u0000~\u0000:q\u0000~\u0000]"
4bcaefbcd3ced942139fdc830e007c6ea2b8d2feDavid Lawrence+"q\u0000~\u0000eq\u0000~\u0000sq\u0000~\u0000{q\u0000~\u0000\u0087q\u0000~\u0001?q\u0000~\u0001>q\u0000~\u0001Gq\u0000~\u0001Fq\u0000~\u0000\u000bq\u0000~\u0001rq\u0000~\u0000\u001aq\u0000~\u0001]"
4bcaefbcd3ced942139fdc830e007c6ea2b8d2feDavid Lawrence+"q\u0000~\u00012q\u0000~\u0000\u00eaq\u0000~\u0000\u0014q\u0000~\u0000\u0011q\u0000~\u0001Pq\u0000~\u0000\nq\u0000~\u0000\fq\u0000~\u0001|q\u0000~\u0000\u000fq\u0000~\u0000\u001bq\u0000~\u0000\u0013q\u0000~\u0000\r"
4bcaefbcd3ced942139fdc830e007c6ea2b8d2feDavid Lawrence+"q\u0000~\u0000\tq\u0000~\u0000\u0012q\u0000~\u00015q\u0000~\u0000\u00edq\u0000~\u0000\u000eq\u0000~\u00013q\u0000~\u0000\u00ebq\u0000~\u0000\u0010q\u0000~\u0001fq\u0000~\u0000\u001cq\u0000~\u0001\u001fq\u0000~\u0001\u000b"
4bcaefbcd3ced942139fdc830e007c6ea2b8d2feDavid Lawrence+"q\u0000~\u0001(q\u0000~\u0001\u0014q\u0000~\u0001\u0000q\u0000~\u0000\u00e0q\u0000~\u0000\u00cbq\u0000~\u00007q\u0000~\u00016q\u0000~\u0001.q\u0000~\u0001\u001aq\u0000~\u0001\u0006q\u0000~\u0000\u00f3q\u0000~\u0000\u00e6"
4bcaefbcd3ced942139fdc830e007c6ea2b8d2feDavid Lawrence+"q\u0000~\u0000\u00d2q\u0000~\u0000>q\u0000~\u0000iq\u0000~\u0000\u007fq\u0000~\u0000\u0093q\u0000~\u0000\u00a8q\u0000~\u0000\u00bdq\u0000~\u0000bq\u0000~\u0000xq\u0000~\u0000\u008cq\u0000~\u0000\u00a1q\u0000~\u0000\u00b6"
4bcaefbcd3ced942139fdc830e007c6ea2b8d2feDavid Lawrence+"q\u0000~\u0000\u00f7q\u0000~\u0000\u00d7q\u0000~\u0000\u00c2q\u0000~\u0000oq\u0000~\u0000\u0098q\u0000~\u0000\u00adq\u0000~\u0001Kq\u0000~\u0001Dq\u0000~\u0001;q\u0000~\u0001\u0085q\u0000~\u0000\u0018q\u0000~\u0000\u0015"
4bcaefbcd3ced942139fdc830e007c6ea2b8d2feDavid Lawrence+"q\u0000~\u0001 q\u0000~\u0001\fq\u0000~\u0000\u00f8q\u0000~\u0000\u00d8q\u0000~\u0000\u00c3q\u0000~\u0000\u001fq\u0000~\u0000Zq\u0000~\u0000pq\u0000~\u0000\u0084q\u0000~\u0000\u0099q\u0000~\u0000\u00aeq\u0000~\u0001<"
4bcaefbcd3ced942139fdc830e007c6ea2b8d2feDavid Lawrence+"q\u0000~\u0000\u0017q\u0000~\u0001\u001eq\u0000~\u0001\nq\u0000~\u0000\u00d6q\u0000~\u0000\u00c1q\u0000~\u0000nq\u0000~\u0000\u0097q\u0000~\u0000\u00acq\u0000~\u0001:q\u0000~\u0000\u0016q\u0000~\u0001*q\u0000~\u0001\""
4bcaefbcd3ced942139fdc830e007c6ea2b8d2feDavid Lawrence+"q\u0000~\u0001\u0016q\u0000~\u0000\u001eq\u0000~\u0000Yq\u0000~\u0000\u008fq\u0000~\u0000\u009cq\u0000~\u0000\u00a4x"));
4bcaefbcd3ced942139fdc830e007c6ea2b8d2feDavid Lawrence }
4bcaefbcd3ced942139fdc830e007c6ea2b8d2feDavid Lawrence return new com.sun.msv.verifier.regexp.REDocumentDeclaration(schemaFragment);
4bcaefbcd3ced942139fdc830e007c6ea2b8d2feDavid Lawrence }
4bcaefbcd3ced942139fdc830e007c6ea2b8d2feDavid Lawrence
657ce0b9d84fbd66514df53d61a087e8f1161187Michael Graff public class Unmarshaller
657ce0b9d84fbd66514df53d61a087e8f1161187Michael Graff extends com.sun.identity.saml2.jaxb.assertion.impl.runtime.AbstractUnmarshallingEventHandlerImpl
657ce0b9d84fbd66514df53d61a087e8f1161187Michael Graff {
657ce0b9d84fbd66514df53d61a087e8f1161187Michael Graff
657ce0b9d84fbd66514df53d61a087e8f1161187Michael Graff
657ce0b9d84fbd66514df53d61a087e8f1161187Michael Graff public Unmarshaller(com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallingContext context) {
657ce0b9d84fbd66514df53d61a087e8f1161187Michael Graff super(context, "----");
657ce0b9d84fbd66514df53d61a087e8f1161187Michael Graff }
657ce0b9d84fbd66514df53d61a087e8f1161187Michael Graff
657ce0b9d84fbd66514df53d61a087e8f1161187Michael Graff protected Unmarshaller(com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallingContext context, int startState) {
5ff133b82082d82f0ba89b7c999c6b62b6298e46Andreas Gustafsson this(context);
5ff133b82082d82f0ba89b7c999c6b62b6298e46Andreas Gustafsson state = startState;
641da3ca1184d9951d5cf91538524a345bf5f271Mark Andrews }
641da3ca1184d9951d5cf91538524a345bf5f271Mark Andrews
641da3ca1184d9951d5cf91538524a345bf5f271Mark Andrews public Object owner() {
641da3ca1184d9951d5cf91538524a345bf5f271Mark Andrews return com.sun.identity.saml2.jaxb.metadata.impl.IDPSSODescriptorElementImpl.this;
641da3ca1184d9951d5cf91538524a345bf5f271Mark Andrews }
80badf38c74c326a694e24281ee258aa26984171Mark Andrews
641da3ca1184d9951d5cf91538524a345bf5f271Mark Andrews public void enterElement(String ___uri, String ___local, String ___qname, org.xml.sax.Attributes __atts)
641da3ca1184d9951d5cf91538524a345bf5f271Mark Andrews throws org.xml.sax.SAXException
641da3ca1184d9951d5cf91538524a345bf5f271Mark Andrews {
641da3ca1184d9951d5cf91538524a345bf5f271Mark Andrews int attIdx;
641da3ca1184d9951d5cf91538524a345bf5f271Mark Andrews outer:
9fe28a624c659e380d47dbf45527637dab03b998Mark Andrews while (true) {
774c3a62d9adca187b44fe90919bb409a43a2f2aMark Andrews switch (state) {
9fe28a624c659e380d47dbf45527637dab03b998Mark Andrews case 3 :
9fe28a624c659e380d47dbf45527637dab03b998Mark Andrews revertToParentFromEnterElement(___uri, ___local, ___qname, __atts);
323a9f3430abf186f8f84d795549391a8ed7f274Francis Dupont return ;
774c3a62d9adca187b44fe90919bb409a43a2f2aMark Andrews case 1 :
9fe28a624c659e380d47dbf45527637dab03b998Mark Andrews attIdx = context.getAttribute("", "WantAuthnRequestsSigned");
9fe28a624c659e380d47dbf45527637dab03b998Mark Andrews if (attIdx >= 0) {
9fe28a624c659e380d47dbf45527637dab03b998Mark Andrews context.consumeAttribute(attIdx);
9fe28a624c659e380d47dbf45527637dab03b998Mark Andrews context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
774c3a62d9adca187b44fe90919bb409a43a2f2aMark Andrews return ;
774c3a62d9adca187b44fe90919bb409a43a2f2aMark Andrews }
774c3a62d9adca187b44fe90919bb409a43a2f2aMark Andrews attIdx = context.getAttribute("", "ID");
774c3a62d9adca187b44fe90919bb409a43a2f2aMark Andrews if (attIdx >= 0) {
774c3a62d9adca187b44fe90919bb409a43a2f2aMark Andrews context.consumeAttribute(attIdx);
774c3a62d9adca187b44fe90919bb409a43a2f2aMark Andrews context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
774c3a62d9adca187b44fe90919bb409a43a2f2aMark Andrews return ;
774c3a62d9adca187b44fe90919bb409a43a2f2aMark Andrews }
774c3a62d9adca187b44fe90919bb409a43a2f2aMark Andrews attIdx = context.getAttribute("", "cacheDuration");
774c3a62d9adca187b44fe90919bb409a43a2f2aMark Andrews if (attIdx >= 0) {
774c3a62d9adca187b44fe90919bb409a43a2f2aMark Andrews context.consumeAttribute(attIdx);
d7896edb4e93c4785a9281ea86afba86b758e813Mark Andrews context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
d7896edb4e93c4785a9281ea86afba86b758e813Mark Andrews return ;
d7896edb4e93c4785a9281ea86afba86b758e813Mark Andrews }
d7896edb4e93c4785a9281ea86afba86b758e813Mark Andrews attIdx = context.getAttribute("", "errorURL");
d7896edb4e93c4785a9281ea86afba86b758e813Mark Andrews if (attIdx >= 0) {
d7896edb4e93c4785a9281ea86afba86b758e813Mark Andrews context.consumeAttribute(attIdx);
d7896edb4e93c4785a9281ea86afba86b758e813Mark Andrews context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
d7896edb4e93c4785a9281ea86afba86b758e813Mark Andrews return ;
d7896edb4e93c4785a9281ea86afba86b758e813Mark Andrews }
9fe28a624c659e380d47dbf45527637dab03b998Mark Andrews attIdx = context.getAttribute("", "protocolSupportEnumeration");
9fe28a624c659e380d47dbf45527637dab03b998Mark Andrews if (attIdx >= 0) {
5ff133b82082d82f0ba89b7c999c6b62b6298e46Andreas Gustafsson context.consumeAttribute(attIdx);
5ff133b82082d82f0ba89b7c999c6b62b6298e46Andreas Gustafsson context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
31b7a2fed64e388db772a74742a4adc95d1a21e6Mark Andrews return ;
6342df69b05f2f62d060fd4affdf536e51504084Mark Andrews }
6342df69b05f2f62d060fd4affdf536e51504084Mark Andrews break;
6342df69b05f2f62d060fd4affdf536e51504084Mark Andrews case 0 :
6342df69b05f2f62d060fd4affdf536e51504084Mark Andrews if (("IDPSSODescriptor" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
6342df69b05f2f62d060fd4affdf536e51504084Mark Andrews context.pushAttributes(__atts, false);
5ff133b82082d82f0ba89b7c999c6b62b6298e46Andreas Gustafsson state = 1;
5ff133b82082d82f0ba89b7c999c6b62b6298e46Andreas Gustafsson return ;
5ff133b82082d82f0ba89b7c999c6b62b6298e46Andreas Gustafsson }
8486ce1efa5deded85415d21d5696e5a51c63357Mark Andrews break;
c654449ccf403ccd2b81be2038b1013d6fbb06ccMark Andrews }
5b02fc32d693bb811199308a40143df0adf818c1Mark Andrews super.enterElement(___uri, ___local, ___qname, __atts);
6fcb2f0faad67a6d2cb2e30ec57157d75fbfe58fAndreas Gustafsson break;
38cd4d14cc341c2663e574035074788bb6f0fce2Evan Hunt }
38cd4d14cc341c2663e574035074788bb6f0fce2Evan Hunt }
38cd4d14cc341c2663e574035074788bb6f0fce2Evan Hunt
38cd4d14cc341c2663e574035074788bb6f0fce2Evan Hunt public void leaveElement(String ___uri, String ___local, String ___qname)
38cd4d14cc341c2663e574035074788bb6f0fce2Evan Hunt throws org.xml.sax.SAXException
38cd4d14cc341c2663e574035074788bb6f0fce2Evan Hunt {
6fcb2f0faad67a6d2cb2e30ec57157d75fbfe58fAndreas Gustafsson int attIdx;
6fcb2f0faad67a6d2cb2e30ec57157d75fbfe58fAndreas Gustafsson outer:
6fcb2f0faad67a6d2cb2e30ec57157d75fbfe58fAndreas Gustafsson while (true) {
6fcb2f0faad67a6d2cb2e30ec57157d75fbfe58fAndreas Gustafsson switch (state) {
6fcb2f0faad67a6d2cb2e30ec57157d75fbfe58fAndreas Gustafsson case 3 :
47fd46791da765e3dbedd987e9b263b3bee25986Brian Wellington revertToParentFromLeaveElement(___uri, ___local, ___qname);
47fd46791da765e3dbedd987e9b263b3bee25986Brian Wellington return ;
47fd46791da765e3dbedd987e9b263b3bee25986Brian Wellington case 1 :
47fd46791da765e3dbedd987e9b263b3bee25986Brian Wellington attIdx = context.getAttribute("", "WantAuthnRequestsSigned");
47fd46791da765e3dbedd987e9b263b3bee25986Brian Wellington if (attIdx >= 0) {
47fd46791da765e3dbedd987e9b263b3bee25986Brian Wellington context.consumeAttribute(attIdx);
47fd46791da765e3dbedd987e9b263b3bee25986Brian Wellington context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
47fd46791da765e3dbedd987e9b263b3bee25986Brian Wellington return ;
47fd46791da765e3dbedd987e9b263b3bee25986Brian Wellington }
47fd46791da765e3dbedd987e9b263b3bee25986Brian Wellington attIdx = context.getAttribute("", "ID");
47fd46791da765e3dbedd987e9b263b3bee25986Brian Wellington if (attIdx >= 0) {
6fcb2f0faad67a6d2cb2e30ec57157d75fbfe58fAndreas Gustafsson context.consumeAttribute(attIdx);
6fcb2f0faad67a6d2cb2e30ec57157d75fbfe58fAndreas Gustafsson context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
289ae548d52bc8f982d9823af64cafda7bd92232Mark Andrews return ;
6fcb2f0faad67a6d2cb2e30ec57157d75fbfe58fAndreas Gustafsson }
5ff133b82082d82f0ba89b7c999c6b62b6298e46Andreas Gustafsson attIdx = context.getAttribute("", "cacheDuration");
8f3dd8f8e73e4465221a5297819db70e6b383138Mark Andrews if (attIdx >= 0) {
6e9efadbea9febb0494e713e54dfea6f7ef70383Mark Andrews context.consumeAttribute(attIdx);
43fe2897fc80bbec2115310ca79d432a252f3ea4Mark Andrews context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
43fe2897fc80bbec2115310ca79d432a252f3ea4Mark Andrews return ;
43fe2897fc80bbec2115310ca79d432a252f3ea4Mark Andrews }
43fe2897fc80bbec2115310ca79d432a252f3ea4Mark Andrews attIdx = context.getAttribute("", "errorURL");
43fe2897fc80bbec2115310ca79d432a252f3ea4Mark Andrews if (attIdx >= 0) {
43fe2897fc80bbec2115310ca79d432a252f3ea4Mark Andrews context.consumeAttribute(attIdx);
43fe2897fc80bbec2115310ca79d432a252f3ea4Mark Andrews context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
43fe2897fc80bbec2115310ca79d432a252f3ea4Mark Andrews return ;
43fe2897fc80bbec2115310ca79d432a252f3ea4Mark Andrews }
43fe2897fc80bbec2115310ca79d432a252f3ea4Mark Andrews attIdx = context.getAttribute("", "protocolSupportEnumeration");
43fe2897fc80bbec2115310ca79d432a252f3ea4Mark Andrews if (attIdx >= 0) {
43fe2897fc80bbec2115310ca79d432a252f3ea4Mark Andrews context.consumeAttribute(attIdx);
43fe2897fc80bbec2115310ca79d432a252f3ea4Mark Andrews context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
43fe2897fc80bbec2115310ca79d432a252f3ea4Mark Andrews return ;
43fe2897fc80bbec2115310ca79d432a252f3ea4Mark Andrews }
43fe2897fc80bbec2115310ca79d432a252f3ea4Mark Andrews break;
43fe2897fc80bbec2115310ca79d432a252f3ea4Mark Andrews case 2 :
5ff133b82082d82f0ba89b7c999c6b62b6298e46Andreas Gustafsson if (("IDPSSODescriptor" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
754cca729dd82ae8363917dc00ad44f9d900635bMark Andrews context.popAttributes();
754cca729dd82ae8363917dc00ad44f9d900635bMark Andrews state = 3;
754cca729dd82ae8363917dc00ad44f9d900635bMark Andrews return ;
754cca729dd82ae8363917dc00ad44f9d900635bMark Andrews }
754cca729dd82ae8363917dc00ad44f9d900635bMark Andrews break;
754cca729dd82ae8363917dc00ad44f9d900635bMark Andrews }
754cca729dd82ae8363917dc00ad44f9d900635bMark Andrews super.leaveElement(___uri, ___local, ___qname);
5ff133b82082d82f0ba89b7c999c6b62b6298e46Andreas Gustafsson break;
debd489a44363870f96f75818e89ec27d3cab736Francis Dupont }
debd489a44363870f96f75818e89ec27d3cab736Francis Dupont }
debd489a44363870f96f75818e89ec27d3cab736Francis Dupont
debd489a44363870f96f75818e89ec27d3cab736Francis Dupont public void enterAttribute(String ___uri, String ___local, String ___qname)
debd489a44363870f96f75818e89ec27d3cab736Francis Dupont throws org.xml.sax.SAXException
debd489a44363870f96f75818e89ec27d3cab736Francis Dupont {
debd489a44363870f96f75818e89ec27d3cab736Francis Dupont int attIdx;
debd489a44363870f96f75818e89ec27d3cab736Francis Dupont outer:
debd489a44363870f96f75818e89ec27d3cab736Francis Dupont while (true) {
debd489a44363870f96f75818e89ec27d3cab736Francis Dupont switch (state) {
339c130823ff00cdfa70d1f0a8922199aa37f33cMark Andrews case 3 :
debd489a44363870f96f75818e89ec27d3cab736Francis Dupont revertToParentFromEnterAttribute(___uri, ___local, ___qname);
debd489a44363870f96f75818e89ec27d3cab736Francis Dupont return ;
debd489a44363870f96f75818e89ec27d3cab736Francis Dupont case 1 :
40dd9cb8cc240c33d820fe79f176ed51e4c06a1aMark Andrews if (("WantAuthnRequestsSigned" == ___local)&&("" == ___uri)) {
40dd9cb8cc240c33d820fe79f176ed51e4c06a1aMark Andrews spawnHandlerFromEnterAttribute((((com.sun.identity.saml2.jaxb.metadata.impl.IDPSSODescriptorTypeImpl)com.sun.identity.saml2.jaxb.metadata.impl.IDPSSODescriptorElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname);
40dd9cb8cc240c33d820fe79f176ed51e4c06a1aMark Andrews return ;
40dd9cb8cc240c33d820fe79f176ed51e4c06a1aMark Andrews }
40dd9cb8cc240c33d820fe79f176ed51e4c06a1aMark Andrews if (("ID" == ___local)&&("" == ___uri)) {
40dd9cb8cc240c33d820fe79f176ed51e4c06a1aMark Andrews spawnHandlerFromEnterAttribute((((com.sun.identity.saml2.jaxb.metadata.impl.IDPSSODescriptorTypeImpl)com.sun.identity.saml2.jaxb.metadata.impl.IDPSSODescriptorElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname);
40dd9cb8cc240c33d820fe79f176ed51e4c06a1aMark Andrews return ;
40dd9cb8cc240c33d820fe79f176ed51e4c06a1aMark Andrews }
40dd9cb8cc240c33d820fe79f176ed51e4c06a1aMark Andrews if (("cacheDuration" == ___local)&&("" == ___uri)) {
40dd9cb8cc240c33d820fe79f176ed51e4c06a1aMark Andrews spawnHandlerFromEnterAttribute((((com.sun.identity.saml2.jaxb.metadata.impl.IDPSSODescriptorTypeImpl)com.sun.identity.saml2.jaxb.metadata.impl.IDPSSODescriptorElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname);
40dd9cb8cc240c33d820fe79f176ed51e4c06a1aMark Andrews return ;
40dd9cb8cc240c33d820fe79f176ed51e4c06a1aMark Andrews }
40dd9cb8cc240c33d820fe79f176ed51e4c06a1aMark Andrews if (("errorURL" == ___local)&&("" == ___uri)) {
40dd9cb8cc240c33d820fe79f176ed51e4c06a1aMark Andrews spawnHandlerFromEnterAttribute((((com.sun.identity.saml2.jaxb.metadata.impl.IDPSSODescriptorTypeImpl)com.sun.identity.saml2.jaxb.metadata.impl.IDPSSODescriptorElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname);
40dd9cb8cc240c33d820fe79f176ed51e4c06a1aMark Andrews return ;
40dd9cb8cc240c33d820fe79f176ed51e4c06a1aMark Andrews }
40dd9cb8cc240c33d820fe79f176ed51e4c06a1aMark Andrews if (("protocolSupportEnumeration" == ___local)&&("" == ___uri)) {
40dd9cb8cc240c33d820fe79f176ed51e4c06a1aMark Andrews spawnHandlerFromEnterAttribute((((com.sun.identity.saml2.jaxb.metadata.impl.IDPSSODescriptorTypeImpl)com.sun.identity.saml2.jaxb.metadata.impl.IDPSSODescriptorElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname);
40dd9cb8cc240c33d820fe79f176ed51e4c06a1aMark Andrews return ;
40dd9cb8cc240c33d820fe79f176ed51e4c06a1aMark Andrews }
386d3a99c190bad55edf44d076e6bd087e230ab8Tatuya JINMEI 神明達哉 break;
386d3a99c190bad55edf44d076e6bd087e230ab8Tatuya JINMEI 神明達哉 }
386d3a99c190bad55edf44d076e6bd087e230ab8Tatuya JINMEI 神明達哉 super.enterAttribute(___uri, ___local, ___qname);
3dfa202e4fea6b985bcf8761e2d11c176baa40d1Mark Andrews break;
3dfa202e4fea6b985bcf8761e2d11c176baa40d1Mark Andrews }
3dfa202e4fea6b985bcf8761e2d11c176baa40d1Mark Andrews }
3dfa202e4fea6b985bcf8761e2d11c176baa40d1Mark Andrews
386d3a99c190bad55edf44d076e6bd087e230ab8Tatuya JINMEI 神明達哉 public void leaveAttribute(String ___uri, String ___local, String ___qname)
3dfa202e4fea6b985bcf8761e2d11c176baa40d1Mark Andrews throws org.xml.sax.SAXException
3dfa202e4fea6b985bcf8761e2d11c176baa40d1Mark Andrews {
3dfa202e4fea6b985bcf8761e2d11c176baa40d1Mark Andrews int attIdx;
3dfa202e4fea6b985bcf8761e2d11c176baa40d1Mark Andrews outer:
3dfa202e4fea6b985bcf8761e2d11c176baa40d1Mark Andrews while (true) {
3dfa202e4fea6b985bcf8761e2d11c176baa40d1Mark Andrews switch (state) {
3dfa202e4fea6b985bcf8761e2d11c176baa40d1Mark Andrews case 3 :
3dfa202e4fea6b985bcf8761e2d11c176baa40d1Mark Andrews revertToParentFromLeaveAttribute(___uri, ___local, ___qname);
3dfa202e4fea6b985bcf8761e2d11c176baa40d1Mark Andrews return ;
386d3a99c190bad55edf44d076e6bd087e230ab8Tatuya JINMEI 神明達哉 case 1 :
386d3a99c190bad55edf44d076e6bd087e230ab8Tatuya JINMEI 神明達哉 attIdx = context.getAttribute("", "WantAuthnRequestsSigned");
386d3a99c190bad55edf44d076e6bd087e230ab8Tatuya JINMEI 神明達哉 if (attIdx >= 0) {
386d3a99c190bad55edf44d076e6bd087e230ab8Tatuya JINMEI 神明達哉 context.consumeAttribute(attIdx);
386d3a99c190bad55edf44d076e6bd087e230ab8Tatuya JINMEI 神明達哉 context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
386d3a99c190bad55edf44d076e6bd087e230ab8Tatuya JINMEI 神明達哉 return ;
386d3a99c190bad55edf44d076e6bd087e230ab8Tatuya JINMEI 神明達哉 }
386d3a99c190bad55edf44d076e6bd087e230ab8Tatuya JINMEI 神明達哉 attIdx = context.getAttribute("", "ID");
3dfa202e4fea6b985bcf8761e2d11c176baa40d1Mark Andrews if (attIdx >= 0) {
3dfa202e4fea6b985bcf8761e2d11c176baa40d1Mark Andrews context.consumeAttribute(attIdx);
386d3a99c190bad55edf44d076e6bd087e230ab8Tatuya JINMEI 神明達哉 context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
3dfa202e4fea6b985bcf8761e2d11c176baa40d1Mark Andrews return ;
ddb35cf2f301ae1c3fa601792034f6d349efc8c5Mark Andrews }
ddb35cf2f301ae1c3fa601792034f6d349efc8c5Mark Andrews attIdx = context.getAttribute("", "cacheDuration");
3dfa202e4fea6b985bcf8761e2d11c176baa40d1Mark Andrews if (attIdx >= 0) {
ddb35cf2f301ae1c3fa601792034f6d349efc8c5Mark Andrews context.consumeAttribute(attIdx);
3dfa202e4fea6b985bcf8761e2d11c176baa40d1Mark Andrews context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
3dfa202e4fea6b985bcf8761e2d11c176baa40d1Mark Andrews return ;
3dfa202e4fea6b985bcf8761e2d11c176baa40d1Mark Andrews }
3dfa202e4fea6b985bcf8761e2d11c176baa40d1Mark Andrews attIdx = context.getAttribute("", "errorURL");
3dfa202e4fea6b985bcf8761e2d11c176baa40d1Mark Andrews if (attIdx >= 0) {
3dfa202e4fea6b985bcf8761e2d11c176baa40d1Mark Andrews context.consumeAttribute(attIdx);
3dfa202e4fea6b985bcf8761e2d11c176baa40d1Mark Andrews context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
3dfa202e4fea6b985bcf8761e2d11c176baa40d1Mark Andrews return ;
3dfa202e4fea6b985bcf8761e2d11c176baa40d1Mark Andrews }
3dfa202e4fea6b985bcf8761e2d11c176baa40d1Mark Andrews attIdx = context.getAttribute("", "protocolSupportEnumeration");
3dfa202e4fea6b985bcf8761e2d11c176baa40d1Mark Andrews if (attIdx >= 0) {
3dfa202e4fea6b985bcf8761e2d11c176baa40d1Mark Andrews context.consumeAttribute(attIdx);
3dfa202e4fea6b985bcf8761e2d11c176baa40d1Mark Andrews context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
386d3a99c190bad55edf44d076e6bd087e230ab8Tatuya JINMEI 神明達哉 return ;
ddb35cf2f301ae1c3fa601792034f6d349efc8c5Mark Andrews }
ddb35cf2f301ae1c3fa601792034f6d349efc8c5Mark Andrews break;
ddb35cf2f301ae1c3fa601792034f6d349efc8c5Mark Andrews }
386d3a99c190bad55edf44d076e6bd087e230ab8Tatuya JINMEI 神明達哉 super.leaveAttribute(___uri, ___local, ___qname);
386d3a99c190bad55edf44d076e6bd087e230ab8Tatuya JINMEI 神明達哉 break;
386d3a99c190bad55edf44d076e6bd087e230ab8Tatuya JINMEI 神明達哉 }
386d3a99c190bad55edf44d076e6bd087e230ab8Tatuya JINMEI 神明達哉 }
386d3a99c190bad55edf44d076e6bd087e230ab8Tatuya JINMEI 神明達哉
386d3a99c190bad55edf44d076e6bd087e230ab8Tatuya JINMEI 神明達哉 public void handleText(final String value)
386d3a99c190bad55edf44d076e6bd087e230ab8Tatuya JINMEI 神明達哉 throws org.xml.sax.SAXException
386d3a99c190bad55edf44d076e6bd087e230ab8Tatuya JINMEI 神明達哉 {
386d3a99c190bad55edf44d076e6bd087e230ab8Tatuya JINMEI 神明達哉 int attIdx;
3dfa202e4fea6b985bcf8761e2d11c176baa40d1Mark Andrews outer:
3dfa202e4fea6b985bcf8761e2d11c176baa40d1Mark Andrews while (true) {
3dfa202e4fea6b985bcf8761e2d11c176baa40d1Mark Andrews try {
3dfa202e4fea6b985bcf8761e2d11c176baa40d1Mark Andrews switch (state) {
3dfa202e4fea6b985bcf8761e2d11c176baa40d1Mark Andrews case 3 :
c0a76b3c0b42a110e14eb56103973944900400c4Mark Andrews revertToParentFromText(value);
3dfa202e4fea6b985bcf8761e2d11c176baa40d1Mark Andrews return ;
3dfa202e4fea6b985bcf8761e2d11c176baa40d1Mark Andrews case 1 :
3dfa202e4fea6b985bcf8761e2d11c176baa40d1Mark Andrews attIdx = context.getAttribute("", "WantAuthnRequestsSigned");
3dfa202e4fea6b985bcf8761e2d11c176baa40d1Mark Andrews if (attIdx >= 0) {
3dfa202e4fea6b985bcf8761e2d11c176baa40d1Mark Andrews context.consumeAttribute(attIdx);
3dfa202e4fea6b985bcf8761e2d11c176baa40d1Mark Andrews context.getCurrentHandler().text(value);
3dfa202e4fea6b985bcf8761e2d11c176baa40d1Mark Andrews return ;
3dfa202e4fea6b985bcf8761e2d11c176baa40d1Mark Andrews }
3dfa202e4fea6b985bcf8761e2d11c176baa40d1Mark Andrews attIdx = context.getAttribute("", "ID");
386d3a99c190bad55edf44d076e6bd087e230ab8Tatuya JINMEI 神明達哉 if (attIdx >= 0) {
40dd9cb8cc240c33d820fe79f176ed51e4c06a1aMark Andrews context.consumeAttribute(attIdx);
5ff133b82082d82f0ba89b7c999c6b62b6298e46Andreas Gustafsson context.getCurrentHandler().text(value);
5ff133b82082d82f0ba89b7c999c6b62b6298e46Andreas Gustafsson return ;
5ff133b82082d82f0ba89b7c999c6b62b6298e46Andreas Gustafsson }
5ff133b82082d82f0ba89b7c999c6b62b6298e46Andreas Gustafsson attIdx = context.getAttribute("", "cacheDuration");
5ff133b82082d82f0ba89b7c999c6b62b6298e46Andreas Gustafsson if (attIdx >= 0) {
963c48ba4d06a112c70d50328e827749e95f58dbMark Andrews context.consumeAttribute(attIdx);
5ff133b82082d82f0ba89b7c999c6b62b6298e46Andreas Gustafsson context.getCurrentHandler().text(value);
963c48ba4d06a112c70d50328e827749e95f58dbMark Andrews return ;
5ff133b82082d82f0ba89b7c999c6b62b6298e46Andreas Gustafsson }
5ff133b82082d82f0ba89b7c999c6b62b6298e46Andreas Gustafsson attIdx = context.getAttribute("", "errorURL");
5ff133b82082d82f0ba89b7c999c6b62b6298e46Andreas Gustafsson if (attIdx >= 0) {
5ff133b82082d82f0ba89b7c999c6b62b6298e46Andreas Gustafsson context.consumeAttribute(attIdx);
5ff133b82082d82f0ba89b7c999c6b62b6298e46Andreas Gustafsson context.getCurrentHandler().text(value);
5ff133b82082d82f0ba89b7c999c6b62b6298e46Andreas Gustafsson return ;
a1898260ad19d02e88ab76c1855d33c67add9defMark Andrews }
5ff133b82082d82f0ba89b7c999c6b62b6298e46Andreas Gustafsson attIdx = context.getAttribute("", "protocolSupportEnumeration");
289ae548d52bc8f982d9823af64cafda7bd92232Mark Andrews if (attIdx >= 0) {
5ff133b82082d82f0ba89b7c999c6b62b6298e46Andreas Gustafsson context.consumeAttribute(attIdx);
5ff133b82082d82f0ba89b7c999c6b62b6298e46Andreas Gustafsson context.getCurrentHandler().text(value);
5ff133b82082d82f0ba89b7c999c6b62b6298e46Andreas Gustafsson return ;
5ff133b82082d82f0ba89b7c999c6b62b6298e46Andreas Gustafsson }
5ff133b82082d82f0ba89b7c999c6b62b6298e46Andreas Gustafsson break;
5ff133b82082d82f0ba89b7c999c6b62b6298e46Andreas Gustafsson }
5ff133b82082d82f0ba89b7c999c6b62b6298e46Andreas Gustafsson } catch (RuntimeException e) {
5ff133b82082d82f0ba89b7c999c6b62b6298e46Andreas Gustafsson handleUnexpectedTextException(value, e);
5ff133b82082d82f0ba89b7c999c6b62b6298e46Andreas Gustafsson }
a1898260ad19d02e88ab76c1855d33c67add9defMark Andrews break;
5ff133b82082d82f0ba89b7c999c6b62b6298e46Andreas Gustafsson }
289ae548d52bc8f982d9823af64cafda7bd92232Mark Andrews }
5ff133b82082d82f0ba89b7c999c6b62b6298e46Andreas Gustafsson
5ff133b82082d82f0ba89b7c999c6b62b6298e46Andreas Gustafsson }
5ff133b82082d82f0ba89b7c999c6b62b6298e46Andreas Gustafsson
5ff133b82082d82f0ba89b7c999c6b62b6298e46Andreas Gustafsson}
5ff133b82082d82f0ba89b7c999c6b62b6298e46Andreas Gustafsson