Source Code Cross Referenced for SubjectTypeImpl.java in  » 6.0-JDK-Modules-com.sun » xws-security » com » sun » xml » wss » saml » internal » saml11 » jaxb10 » impl » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » 6.0 JDK Modules com.sun » xws security » com.sun.xml.wss.saml.internal.saml11.jaxb10.impl 
Source Cross Referenced  Class Diagram Java Document (Java Doc) 


001:        //
002:        // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.5-b16-fcs 
003:        // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
004:        // Any modifications to this file will be lost upon recompilation of the source schema. 
005:        // Generated on: 2005.09.05 at 03:09:41 PM IST 
006:        //
007:
008:        package com.sun.xml.wss.saml.internal.saml11.jaxb10.impl;
009:
010:        public class SubjectTypeImpl
011:                implements 
012:                com.sun.xml.wss.saml.internal.saml11.jaxb10.SubjectType,
013:                com.sun.xml.bind.JAXBObject,
014:                com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.runtime.UnmarshallableObject,
015:                com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.runtime.XMLSerializable,
016:                com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.runtime.ValidatableObject {
017:
018:            protected com.sun.xml.wss.saml.internal.saml11.jaxb10.SubjectConfirmationType _SubjectConfirmation;
019:            protected com.sun.xml.wss.saml.internal.saml11.jaxb10.NameIdentifierType _NameIdentifier;
020:            public final static java.lang.Class version = (com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.JAXBVersion.class);
021:            private static com.sun.msv.grammar.Grammar schemaFragment;
022:
023:            private final static java.lang.Class PRIMARY_INTERFACE_CLASS() {
024:                return (com.sun.xml.wss.saml.internal.saml11.jaxb10.SubjectType.class);
025:            }
026:
027:            public com.sun.xml.wss.saml.internal.saml11.jaxb10.SubjectConfirmationType getSubjectConfirmation() {
028:                return _SubjectConfirmation;
029:            }
030:
031:            public void setSubjectConfirmation(
032:                    com.sun.xml.wss.saml.internal.saml11.jaxb10.SubjectConfirmationType value) {
033:                _SubjectConfirmation = value;
034:            }
035:
036:            public com.sun.xml.wss.saml.internal.saml11.jaxb10.NameIdentifierType getNameIdentifier() {
037:                return _NameIdentifier;
038:            }
039:
040:            public void setNameIdentifier(
041:                    com.sun.xml.wss.saml.internal.saml11.jaxb10.NameIdentifierType value) {
042:                _NameIdentifier = value;
043:            }
044:
045:            public com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.runtime.UnmarshallingEventHandler createUnmarshaller(
046:                    com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.runtime.UnmarshallingContext context) {
047:                return new com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.SubjectTypeImpl.Unmarshaller(
048:                        context);
049:            }
050:
051:            public void serializeBody(
052:                    com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.runtime.XMLSerializer context)
053:                    throws org.xml.sax.SAXException {
054:                if (_NameIdentifier != null) {
055:                    if (_NameIdentifier instanceof  javax.xml.bind.Element) {
056:                        context
057:                                .childAsBody(
058:                                        ((com.sun.xml.bind.JAXBObject) _NameIdentifier),
059:                                        "NameIdentifier");
060:                    } else {
061:                        context.startElement(
062:                                "urn:oasis:names:tc:SAML:1.0:assertion",
063:                                "NameIdentifier");
064:                        context
065:                                .childAsURIs(
066:                                        ((com.sun.xml.bind.JAXBObject) _NameIdentifier),
067:                                        "NameIdentifier");
068:                        context.endNamespaceDecls();
069:                        context
070:                                .childAsAttributes(
071:                                        ((com.sun.xml.bind.JAXBObject) _NameIdentifier),
072:                                        "NameIdentifier");
073:                        context.endAttributes();
074:                        context
075:                                .childAsBody(
076:                                        ((com.sun.xml.bind.JAXBObject) _NameIdentifier),
077:                                        "NameIdentifier");
078:                        context.endElement();
079:                    }
080:                    if (_SubjectConfirmation != null) {
081:                        if (_SubjectConfirmation instanceof  javax.xml.bind.Element) {
082:                            context
083:                                    .childAsBody(
084:                                            ((com.sun.xml.bind.JAXBObject) _SubjectConfirmation),
085:                                            "SubjectConfirmation");
086:                        } else {
087:                            context.startElement(
088:                                    "urn:oasis:names:tc:SAML:1.0:assertion",
089:                                    "SubjectConfirmation");
090:                            context
091:                                    .childAsURIs(
092:                                            ((com.sun.xml.bind.JAXBObject) _SubjectConfirmation),
093:                                            "SubjectConfirmation");
094:                            context.endNamespaceDecls();
095:                            context
096:                                    .childAsAttributes(
097:                                            ((com.sun.xml.bind.JAXBObject) _SubjectConfirmation),
098:                                            "SubjectConfirmation");
099:                            context.endAttributes();
100:                            context
101:                                    .childAsBody(
102:                                            ((com.sun.xml.bind.JAXBObject) _SubjectConfirmation),
103:                                            "SubjectConfirmation");
104:                            context.endElement();
105:                        }
106:                    }
107:                } else {
108:                    if ((_NameIdentifier == null)
109:                            && (_SubjectConfirmation != null)) {
110:                        if (_SubjectConfirmation instanceof  javax.xml.bind.Element) {
111:                            context
112:                                    .childAsBody(
113:                                            ((com.sun.xml.bind.JAXBObject) _SubjectConfirmation),
114:                                            "SubjectConfirmation");
115:                        } else {
116:                            context.startElement(
117:                                    "urn:oasis:names:tc:SAML:1.0:assertion",
118:                                    "SubjectConfirmation");
119:                            context
120:                                    .childAsURIs(
121:                                            ((com.sun.xml.bind.JAXBObject) _SubjectConfirmation),
122:                                            "SubjectConfirmation");
123:                            context.endNamespaceDecls();
124:                            context
125:                                    .childAsAttributes(
126:                                            ((com.sun.xml.bind.JAXBObject) _SubjectConfirmation),
127:                                            "SubjectConfirmation");
128:                            context.endAttributes();
129:                            context
130:                                    .childAsBody(
131:                                            ((com.sun.xml.bind.JAXBObject) _SubjectConfirmation),
132:                                            "SubjectConfirmation");
133:                            context.endElement();
134:                        }
135:                    }
136:                }
137:            }
138:
139:            public void serializeAttributes(
140:                    com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.runtime.XMLSerializer context)
141:                    throws org.xml.sax.SAXException {
142:                if (_NameIdentifier != null) {
143:                    if (_NameIdentifier instanceof  javax.xml.bind.Element) {
144:                        context
145:                                .childAsAttributes(
146:                                        ((com.sun.xml.bind.JAXBObject) _NameIdentifier),
147:                                        "NameIdentifier");
148:                    }
149:                    if (_SubjectConfirmation != null) {
150:                        if (_SubjectConfirmation instanceof  javax.xml.bind.Element) {
151:                            context
152:                                    .childAsAttributes(
153:                                            ((com.sun.xml.bind.JAXBObject) _SubjectConfirmation),
154:                                            "SubjectConfirmation");
155:                        }
156:                    }
157:                } else {
158:                    if ((_NameIdentifier == null)
159:                            && (_SubjectConfirmation != null)) {
160:                        if (_SubjectConfirmation instanceof  javax.xml.bind.Element) {
161:                            context
162:                                    .childAsAttributes(
163:                                            ((com.sun.xml.bind.JAXBObject) _SubjectConfirmation),
164:                                            "SubjectConfirmation");
165:                        }
166:                    }
167:                }
168:            }
169:
170:            public void serializeURIs(
171:                    com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.runtime.XMLSerializer context)
172:                    throws org.xml.sax.SAXException {
173:                if (_NameIdentifier != null) {
174:                    if (_NameIdentifier instanceof  javax.xml.bind.Element) {
175:                        context
176:                                .childAsURIs(
177:                                        ((com.sun.xml.bind.JAXBObject) _NameIdentifier),
178:                                        "NameIdentifier");
179:                    }
180:                    if (_SubjectConfirmation != null) {
181:                        if (_SubjectConfirmation instanceof  javax.xml.bind.Element) {
182:                            context
183:                                    .childAsURIs(
184:                                            ((com.sun.xml.bind.JAXBObject) _SubjectConfirmation),
185:                                            "SubjectConfirmation");
186:                        }
187:                    }
188:                } else {
189:                    if ((_NameIdentifier == null)
190:                            && (_SubjectConfirmation != null)) {
191:                        if (_SubjectConfirmation instanceof  javax.xml.bind.Element) {
192:                            context
193:                                    .childAsURIs(
194:                                            ((com.sun.xml.bind.JAXBObject) _SubjectConfirmation),
195:                                            "SubjectConfirmation");
196:                        }
197:                    }
198:                }
199:            }
200:
201:            public java.lang.Class getPrimaryInterface() {
202:                return (com.sun.xml.wss.saml.internal.saml11.jaxb10.SubjectType.class);
203:            }
204:
205:            public com.sun.msv.verifier.DocumentDeclaration createRawValidator() {
206:                if (schemaFragment == null) {
207:                    schemaFragment = com.sun.xml.bind.validator.SchemaDeserializer
208:                            .deserialize(("\u00ac\u00ed\u0000\u0005sr\u0000\u001dcom.sun.msv.grammar.ChoiceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.sun."
209:                                    + "msv.grammar.BinaryExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0004exp1t\u0000 Lcom/sun/msv/gramm"
210:                                    + "ar/Expression;L\u0000\u0004exp2q\u0000~\u0000\u0002xr\u0000\u001ecom.sun.msv.grammar.Expression"
211:                                    + "\u00f8\u0018\u0082\u00e8N5~O\u0002\u0000\u0002L\u0000\u0013epsilonReducibilityt\u0000\u0013Ljava/lang/Boolean;L\u0000\u000bex"
212:                                    + "pandedExpq\u0000~\u0000\u0002xpppsq\u0000~\u0000\u0000ppsr\u0000\u001fcom.sun.msv.grammar.SequenceEx"
213:                                    + "p\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0001ppsq\u0000~\u0000\u0000ppsr\u0000\'com.sun.msv.grammar.trex.Ele"
214:                                    + "mentPattern\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\tnameClasst\u0000\u001fLcom/sun/msv/grammar/Na"
215:                                    + "meClass;xr\u0000\u001ecom.sun.msv.grammar.ElementExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002Z\u0000\u001aigno"
216:                                    + "reUndeclaredAttributesL\u0000\fcontentModelq\u0000~\u0000\u0002xq\u0000~\u0000\u0003pp\u0000sq\u0000~\u0000\u0000pps"
217:                                    + "r\u0000 com.sun.msv.grammar.OneOrMoreExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001ccom.sun.ms"
218:                                    + "v.grammar.UnaryExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\u0003expq\u0000~\u0000\u0002xq\u0000~\u0000\u0003sr\u0000\u0011java.lang."
219:                                    + "Boolean\u00cd r\u0080\u00d5\u009c\u00fa\u00ee\u0002\u0000\u0001Z\u0000\u0005valuexp\u0000psr\u0000 com.sun.msv.grammar.Attrib"
220:                                    + "uteExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0003expq\u0000~\u0000\u0002L\u0000\tnameClassq\u0000~\u0000\u000bxq\u0000~\u0000\u0003q\u0000~\u0000\u0013psr\u0000"
221:                                    + "2com.sun.msv.grammar.Expression$AnyStringExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002"
222:                                    + "\u0000\u0000xq\u0000~\u0000\u0003sq\u0000~\u0000\u0012\u0001q\u0000~\u0000\u0017sr\u0000 com.sun.msv.grammar.AnyNameClass\u0000\u0000\u0000\u0000"
223:                                    + "\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.sun.msv.grammar.NameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr\u00000com"
224:                                    + ".sun.msv.grammar.Expression$EpsilonExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~"
225:                                    + "\u0000\u0003q\u0000~\u0000\u0018q\u0000~\u0000\u001dsr\u0000#com.sun.msv.grammar.SimpleNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002"
226:                                    + "\u0000\u0002L\u0000\tlocalNamet\u0000\u0012Ljava/lang/String;L\u0000\fnamespaceURIq\u0000~\u0000\u001fxq\u0000~\u0000"
227:                                    + "\u001at\u0000:com.sun.xml.wss.saml.internal.saml11.jaxb10.NameIdentifi"
228:                                    + "ert\u0000+http://java.sun.com/jaxb/xjc/dummy-elementssq\u0000~\u0000\npp\u0000sq\u0000"
229:                                    + "~\u0000\u0007ppsq\u0000~\u0000\npp\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u000fq\u0000~\u0000\u0013psq\u0000~\u0000\u0014q\u0000~\u0000\u0013pq\u0000~\u0000\u0017q\u0000~\u0000\u001bq\u0000~\u0000"
230:                                    + "\u001dsq\u0000~\u0000\u001et\u0000>com.sun.xml.wss.saml.internal.saml11.jaxb10.NameId"
231:                                    + "entifierTypeq\u0000~\u0000\"sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0014q\u0000~\u0000\u0013psr\u0000\u001bcom.sun.msv.grammar"
232:                                    + ".DataExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\u0002dtt\u0000\u001fLorg/relaxng/datatype/Datatype;L\u0000"
233:                                    + "\u0006exceptq\u0000~\u0000\u0002L\u0000\u0004namet\u0000\u001dLcom/sun/msv/util/StringPair;xq\u0000~\u0000\u0003pps"
234:                                    + "r\u0000\"com.sun.msv.datatype.xsd.QnameType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000*com.sun."
235:                                    + "msv.datatype.xsd.BuiltinAtomicType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000%com.sun.msv"
236:                                    + ".datatype.xsd.ConcreteType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\'com.sun.msv.datatyp"
237:                                    + "e.xsd.XSDatatypeImpl\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\fnamespaceUriq\u0000~\u0000\u001fL\u0000\btypeNa"
238:                                    + "meq\u0000~\u0000\u001fL\u0000\nwhiteSpacet\u0000.Lcom/sun/msv/datatype/xsd/WhiteSpaceP"
239:                                    + "rocessor;xpt\u0000 http://www.w3.org/2001/XMLSchemat\u0000\u0005QNamesr\u00005co"
240:                                    + "m.sun.msv.datatype.xsd.WhiteSpaceProcessor$Collapse\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002"
241:                                    + "\u0000\u0000xr\u0000,com.sun.msv.datatype.xsd.WhiteSpaceProcessor\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000"
242:                                    + "\u0000xpsr\u00000com.sun.msv.grammar.Expression$NullSetExpression\u0000\u0000\u0000\u0000\u0000"
243:                                    + "\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003q\u0000~\u0000\u0013psr\u0000\u001bcom.sun.msv.util.StringPair\u00d0t\u001ejB\u008f\u008d\u00a0\u0002\u0000\u0002"
244:                                    + "L\u0000\tlocalNameq\u0000~\u0000\u001fL\u0000\fnamespaceURIq\u0000~\u0000\u001fxpq\u0000~\u00008q\u0000~\u00007sq\u0000~\u0000\u001et\u0000\u0004ty"
245:                                    + "pet\u0000)http://www.w3.org/2001/XMLSchema-instanceq\u0000~\u0000\u001dsq\u0000~\u0000\u001et\u0000\u000e"
246:                                    + "NameIdentifiert\u0000%urn:oasis:names:tc:SAML:1.0:assertionsq\u0000~\u0000\u0000"
247:                                    + "ppsq\u0000~\u0000\u0000q\u0000~\u0000\u0013psq\u0000~\u0000\nq\u0000~\u0000\u0013p\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u000fq\u0000~\u0000\u0013psq\u0000~\u0000\u0014q\u0000~\u0000\u0013pq"
248:                                    + "\u0000~\u0000\u0017q\u0000~\u0000\u001bq\u0000~\u0000\u001dsq\u0000~\u0000\u001et\u0000?com.sun.xml.wss.saml.internal.saml11."
249:                                    + "jaxb10.SubjectConfirmationq\u0000~\u0000\"sq\u0000~\u0000\nq\u0000~\u0000\u0013p\u0000sq\u0000~\u0000\u0007ppsq\u0000~\u0000\npp"
250:                                    + "\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u000fq\u0000~\u0000\u0013psq\u0000~\u0000\u0014q\u0000~\u0000\u0013pq\u0000~\u0000\u0017q\u0000~\u0000\u001bq\u0000~\u0000\u001dsq\u0000~\u0000\u001et\u0000Ccom"
251:                                    + ".sun.xml.wss.saml.internal.saml11.jaxb10.SubjectConfirmation"
252:                                    + "Typeq\u0000~\u0000\"sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0014q\u0000~\u0000\u0013pq\u0000~\u00000q\u0000~\u0000@q\u0000~\u0000\u001dsq\u0000~\u0000\u001et\u0000\u0013Subject"
253:                                    + "Confirmationq\u0000~\u0000Eq\u0000~\u0000\u001dsq\u0000~\u0000\npp\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u000fq\u0000~\u0000\u0013psq\u0000~\u0000\u0014q\u0000~"
254:                                    + "\u0000\u0013pq\u0000~\u0000\u0017q\u0000~\u0000\u001bq\u0000~\u0000\u001dsq\u0000~\u0000\u001eq\u0000~\u0000Mq\u0000~\u0000\"sq\u0000~\u0000\npp\u0000sq\u0000~\u0000\u0007ppsq\u0000~\u0000\npp\u0000"
255:                                    + "sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u000fq\u0000~\u0000\u0013psq\u0000~\u0000\u0014q\u0000~\u0000\u0013pq\u0000~\u0000\u0017q\u0000~\u0000\u001bq\u0000~\u0000\u001dsq\u0000~\u0000\u001eq\u0000~\u0000Uq\u0000"
256:                                    + "~\u0000\"sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0014q\u0000~\u0000\u0013pq\u0000~\u00000q\u0000~\u0000@q\u0000~\u0000\u001dsq\u0000~\u0000\u001eq\u0000~\u0000Yq\u0000~\u0000Esr\u0000\"co"
257:                                    + "m.sun.msv.grammar.ExpressionPool\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\bexpTablet\u0000/Lco"
258:                                    + "m/sun/msv/grammar/ExpressionPool$ClosedHash;xpsr\u0000-com.sun.ms"
259:                                    + "v.grammar.ExpressionPool$ClosedHash\u00d7j\u00d0N\u00ef\u00e8\u00ed\u001c\u0003\u0000\u0003I\u0000\u0005countB\u0000\rstr"
260:                                    + "eamVersionL\u0000\u0006parentt\u0000$Lcom/sun/msv/grammar/ExpressionPool;xp"
261:                                    + "\u0000\u0000\u0000\u0018\u0001pq\u0000~\u0000\u0006q\u0000~\u0000\u0005q\u0000~\u0000$q\u0000~\u0000Oq\u0000~\u0000`q\u0000~\u0000\bq\u0000~\u0000\u000eq\u0000~\u0000&q\u0000~\u0000Iq\u0000~\u0000Qq\u0000~\u0000"
262:                                    + "[q\u0000~\u0000bq\u0000~\u0000\u0011q\u0000~\u0000\'q\u0000~\u0000Jq\u0000~\u0000Rq\u0000~\u0000\\q\u0000~\u0000cq\u0000~\u0000+q\u0000~\u0000Vq\u0000~\u0000fq\u0000~\u0000Fq\u0000~\u0000"
263:                                    + "\tq\u0000~\u0000Gx"));
264:                }
265:                return new com.sun.msv.verifier.regexp.REDocumentDeclaration(
266:                        schemaFragment);
267:            }
268:
269:            public class Unmarshaller
270:                    extends
271:                    com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.runtime.AbstractUnmarshallingEventHandlerImpl {
272:
273:                public Unmarshaller(
274:                        com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.runtime.UnmarshallingContext context) {
275:                    super (context, "---------");
276:                }
277:
278:                protected Unmarshaller(
279:                        com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.runtime.UnmarshallingContext context,
280:                        int startState) {
281:                    this (context);
282:                    state = startState;
283:                }
284:
285:                public java.lang.Object owner() {
286:                    return com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.SubjectTypeImpl.this ;
287:                }
288:
289:                public void enterElement(java.lang.String ___uri,
290:                        java.lang.String ___local, java.lang.String ___qname,
291:                        org.xml.sax.Attributes __atts)
292:                        throws org.xml.sax.SAXException {
293:                    int attIdx;
294:                    outer: while (true) {
295:                        switch (state) {
296:                        case 1:
297:                            attIdx = context.getAttribute("", "Format");
298:                            if (attIdx >= 0) {
299:                                context.consumeAttribute(attIdx);
300:                                context.getCurrentHandler().enterElement(
301:                                        ___uri, ___local, ___qname, __atts);
302:                                return;
303:                            }
304:                            attIdx = context.getAttribute("", "NameQualifier");
305:                            if (attIdx >= 0) {
306:                                context.consumeAttribute(attIdx);
307:                                context.getCurrentHandler().enterElement(
308:                                        ___uri, ___local, ___qname, __atts);
309:                                return;
310:                            }
311:                            break;
312:                        case 7:
313:                            if (("ConfirmationMethod" == ___local)
314:                                    && ("urn:oasis:names:tc:SAML:1.0:assertion" == ___uri)) {
315:                                _SubjectConfirmation = ((com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.SubjectConfirmationTypeImpl) spawnChildFromEnterElement(
316:                                        (com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.SubjectConfirmationTypeImpl.class),
317:                                        8, ___uri, ___local, ___qname, __atts));
318:                                return;
319:                            }
320:                            break;
321:                        case 3:
322:                            if (("SubjectConfirmation" == ___local)
323:                                    && ("urn:oasis:names:tc:SAML:1.0:assertion" == ___uri)) {
324:                                _SubjectConfirmation = ((com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.SubjectConfirmationImpl) spawnChildFromEnterElement(
325:                                        (com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.SubjectConfirmationImpl.class),
326:                                        6, ___uri, ___local, ___qname, __atts));
327:                                return;
328:                            }
329:                            if (("SubjectConfirmation" == ___local)
330:                                    && ("urn:oasis:names:tc:SAML:1.0:assertion" == ___uri)) {
331:                                context.pushAttributes(__atts, false);
332:                                state = 4;
333:                                return;
334:                            }
335:                            state = 6;
336:                            continue outer;
337:                        case 0:
338:                            if (("NameIdentifier" == ___local)
339:                                    && ("urn:oasis:names:tc:SAML:1.0:assertion" == ___uri)) {
340:                                _NameIdentifier = ((com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.NameIdentifierImpl) spawnChildFromEnterElement(
341:                                        (com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.NameIdentifierImpl.class),
342:                                        3, ___uri, ___local, ___qname, __atts));
343:                                return;
344:                            }
345:                            if (("NameIdentifier" == ___local)
346:                                    && ("urn:oasis:names:tc:SAML:1.0:assertion" == ___uri)) {
347:                                context.pushAttributes(__atts, true);
348:                                state = 1;
349:                                return;
350:                            }
351:                            if (("SubjectConfirmation" == ___local)
352:                                    && ("urn:oasis:names:tc:SAML:1.0:assertion" == ___uri)) {
353:                                _SubjectConfirmation = ((com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.SubjectConfirmationImpl) spawnChildFromEnterElement(
354:                                        (com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.SubjectConfirmationImpl.class),
355:                                        6, ___uri, ___local, ___qname, __atts));
356:                                return;
357:                            }
358:                            if (("SubjectConfirmation" == ___local)
359:                                    && ("urn:oasis:names:tc:SAML:1.0:assertion" == ___uri)) {
360:                                context.pushAttributes(__atts, false);
361:                                state = 7;
362:                                return;
363:                            }
364:                            break;
365:                        case 4:
366:                            if (("ConfirmationMethod" == ___local)
367:                                    && ("urn:oasis:names:tc:SAML:1.0:assertion" == ___uri)) {
368:                                _SubjectConfirmation = ((com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.SubjectConfirmationTypeImpl) spawnChildFromEnterElement(
369:                                        (com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.SubjectConfirmationTypeImpl.class),
370:                                        5, ___uri, ___local, ___qname, __atts));
371:                                return;
372:                            }
373:                            break;
374:                        case 6:
375:                            revertToParentFromEnterElement(___uri, ___local,
376:                                    ___qname, __atts);
377:                            return;
378:                        }
379:                        super .enterElement(___uri, ___local, ___qname, __atts);
380:                        break;
381:                    }
382:                }
383:
384:                public void leaveElement(java.lang.String ___uri,
385:                        java.lang.String ___local, java.lang.String ___qname)
386:                        throws org.xml.sax.SAXException {
387:                    int attIdx;
388:                    outer: while (true) {
389:                        switch (state) {
390:                        case 1:
391:                            attIdx = context.getAttribute("", "Format");
392:                            if (attIdx >= 0) {
393:                                context.consumeAttribute(attIdx);
394:                                context.getCurrentHandler().leaveElement(
395:                                        ___uri, ___local, ___qname);
396:                                return;
397:                            }
398:                            attIdx = context.getAttribute("", "NameQualifier");
399:                            if (attIdx >= 0) {
400:                                context.consumeAttribute(attIdx);
401:                                context.getCurrentHandler().leaveElement(
402:                                        ___uri, ___local, ___qname);
403:                                return;
404:                            }
405:                            break;
406:                        case 5:
407:                            if (("SubjectConfirmation" == ___local)
408:                                    && ("urn:oasis:names:tc:SAML:1.0:assertion" == ___uri)) {
409:                                context.popAttributes();
410:                                state = 6;
411:                                return;
412:                            }
413:                            break;
414:                        case 3:
415:                            state = 6;
416:                            continue outer;
417:                        case 2:
418:                            if (("NameIdentifier" == ___local)
419:                                    && ("urn:oasis:names:tc:SAML:1.0:assertion" == ___uri)) {
420:                                context.popAttributes();
421:                                state = 3;
422:                                return;
423:                            }
424:                            break;
425:                        case 8:
426:                            if (("SubjectConfirmation" == ___local)
427:                                    && ("urn:oasis:names:tc:SAML:1.0:assertion" == ___uri)) {
428:                                context.popAttributes();
429:                                state = 6;
430:                                return;
431:                            }
432:                            break;
433:                        case 6:
434:                            revertToParentFromLeaveElement(___uri, ___local,
435:                                    ___qname);
436:                            return;
437:                        }
438:                        super .leaveElement(___uri, ___local, ___qname);
439:                        break;
440:                    }
441:                }
442:
443:                public void enterAttribute(java.lang.String ___uri,
444:                        java.lang.String ___local, java.lang.String ___qname)
445:                        throws org.xml.sax.SAXException {
446:                    int attIdx;
447:                    outer: while (true) {
448:                        switch (state) {
449:                        case 1:
450:                            if (("Format" == ___local) && ("" == ___uri)) {
451:                                _NameIdentifier = ((com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.NameIdentifierTypeImpl) spawnChildFromEnterAttribute(
452:                                        (com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.NameIdentifierTypeImpl.class),
453:                                        2, ___uri, ___local, ___qname));
454:                                return;
455:                            }
456:                            if (("NameQualifier" == ___local) && ("" == ___uri)) {
457:                                _NameIdentifier = ((com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.NameIdentifierTypeImpl) spawnChildFromEnterAttribute(
458:                                        (com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.NameIdentifierTypeImpl.class),
459:                                        2, ___uri, ___local, ___qname));
460:                                return;
461:                            }
462:                            break;
463:                        case 3:
464:                            state = 6;
465:                            continue outer;
466:                        case 6:
467:                            revertToParentFromEnterAttribute(___uri, ___local,
468:                                    ___qname);
469:                            return;
470:                        }
471:                        super .enterAttribute(___uri, ___local, ___qname);
472:                        break;
473:                    }
474:                }
475:
476:                public void leaveAttribute(java.lang.String ___uri,
477:                        java.lang.String ___local, java.lang.String ___qname)
478:                        throws org.xml.sax.SAXException {
479:                    int attIdx;
480:                    outer: while (true) {
481:                        switch (state) {
482:                        case 1:
483:                            attIdx = context.getAttribute("", "Format");
484:                            if (attIdx >= 0) {
485:                                context.consumeAttribute(attIdx);
486:                                context.getCurrentHandler().leaveAttribute(
487:                                        ___uri, ___local, ___qname);
488:                                return;
489:                            }
490:                            attIdx = context.getAttribute("", "NameQualifier");
491:                            if (attIdx >= 0) {
492:                                context.consumeAttribute(attIdx);
493:                                context.getCurrentHandler().leaveAttribute(
494:                                        ___uri, ___local, ___qname);
495:                                return;
496:                            }
497:                            break;
498:                        case 3:
499:                            state = 6;
500:                            continue outer;
501:                        case 6:
502:                            revertToParentFromLeaveAttribute(___uri, ___local,
503:                                    ___qname);
504:                            return;
505:                        }
506:                        super .leaveAttribute(___uri, ___local, ___qname);
507:                        break;
508:                    }
509:                }
510:
511:                public void handleText(final java.lang.String value)
512:                        throws org.xml.sax.SAXException {
513:                    int attIdx;
514:                    outer: while (true) {
515:                        try {
516:                            switch (state) {
517:                            case 1:
518:                                attIdx = context.getAttribute("", "Format");
519:                                if (attIdx >= 0) {
520:                                    context.consumeAttribute(attIdx);
521:                                    context.getCurrentHandler().text(value);
522:                                    return;
523:                                }
524:                                attIdx = context.getAttribute("",
525:                                        "NameQualifier");
526:                                if (attIdx >= 0) {
527:                                    context.consumeAttribute(attIdx);
528:                                    context.getCurrentHandler().text(value);
529:                                    return;
530:                                }
531:                                _NameIdentifier = ((com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.NameIdentifierTypeImpl) spawnChildFromText(
532:                                        (com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.NameIdentifierTypeImpl.class),
533:                                        2, value));
534:                                return;
535:                            case 3:
536:                                state = 6;
537:                                continue outer;
538:                            case 6:
539:                                revertToParentFromText(value);
540:                                return;
541:                            }
542:                        } catch (java.lang.RuntimeException e) {
543:                            handleUnexpectedTextException(value, e);
544:                        }
545:                        break;
546:                    }
547:                }
548:
549:            }
550:
551:        }
ww___w_.__j___a___v_a2_s.c___o_m | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.