public void serializeAttributes(
     com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializer context)
     throws org.xml.sax.SAXException {
   if (_IssueInstant != null) {
     context.startAttribute("", "IssueInstant");
     try {
       context.text(
           com.sun.msv.datatype.xsd.DateTimeType.theInstance.serializeJavaObject(
               ((java.util.Calendar) _IssueInstant), null),
           "IssueInstant");
     } catch (java.lang.Exception e) {
       com.sun.identity.federation.jaxb.entityconfig.impl.runtime.Util
           .handlePrintConversionException(this, e, context);
     }
     context.endAttribute();
   }
   if (_Nonce != null) {
     context.startAttribute("", "Nonce");
     try {
       context.text(((java.lang.String) _Nonce), "Nonce");
     } catch (java.lang.Exception e) {
       com.sun.identity.federation.jaxb.entityconfig.impl.runtime.Util
           .handlePrintConversionException(this, e, context);
     }
     context.endAttribute();
   }
   super.serializeAttributes(context);
 }
Exemplo n.º 2
0
 public void serializeAttributes(
     com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializer context)
     throws org.xml.sax.SAXException {
   if (_Id != null) {
     context.startAttribute("", "id");
     try {
       context.text(context.onID(this, ((java.lang.String) _Id)), "Id");
     } catch (java.lang.Exception e) {
       com.sun.identity.federation.jaxb.entityconfig.impl.runtime.Util
           .handlePrintConversionException(this, e, context);
     }
     context.endAttribute();
   }
   context.startAttribute("", "maxProcessingTime");
   try {
     context.text(
         javax.xml.bind.DatatypeConverter.printInteger(
             ((java.math.BigInteger) _MaxProcessingTime)),
         "MaxProcessingTime");
   } catch (java.lang.Exception e) {
     com.sun.identity.federation.jaxb.entityconfig.impl.runtime.Util
         .handlePrintConversionException(this, e, context);
   }
   context.endAttribute();
   if (_Actor != null) {
     context.startAttribute("http://schemas.xmlsoap.org/soap/envelope/", "actor");
     try {
       context.text(((java.lang.String) _Actor), "Actor");
     } catch (java.lang.Exception e) {
       com.sun.identity.federation.jaxb.entityconfig.impl.runtime.Util
           .handlePrintConversionException(this, e, context);
     }
     context.endAttribute();
   }
   if (has_MustUnderstand) {
     context.startAttribute("http://schemas.xmlsoap.org/soap/envelope/", "mustUnderstand");
     try {
       context.text(
           javax.xml.bind.DatatypeConverter.printBoolean(((boolean) _MustUnderstand)),
           "MustUnderstand");
     } catch (java.lang.Exception e) {
       com.sun.identity.federation.jaxb.entityconfig.impl.runtime.Util
           .handlePrintConversionException(this, e, context);
     }
     context.endAttribute();
   }
 }
Exemplo n.º 3
0
 public void serializeAttributes(
     com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializer context)
     throws org.xml.sax.SAXException {
   if (_Id != null) {
     context.startAttribute("", "Id");
     try {
       context.text(context.onID(this, ((java.lang.String) _Id)), "Id");
     } catch (java.lang.Exception e) {
       com.sun.identity.federation.jaxb.entityconfig.impl.runtime.Util
           .handlePrintConversionException(this, e, context);
     }
     context.endAttribute();
   }
   if (_Type != null) {
     context.startAttribute("", "Type");
     try {
       context.text(((java.lang.String) _Type), "Type");
     } catch (java.lang.Exception e) {
       com.sun.identity.federation.jaxb.entityconfig.impl.runtime.Util
           .handlePrintConversionException(this, e, context);
     }
     context.endAttribute();
   }
   if (_URI != null) {
     context.startAttribute("", "URI");
     try {
       context.text(((java.lang.String) _URI), "URI");
     } catch (java.lang.Exception e) {
       com.sun.identity.federation.jaxb.entityconfig.impl.runtime.Util
           .handlePrintConversionException(this, e, context);
     }
     context.endAttribute();
   }
   if (_Transforms != null) {
     if (_Transforms instanceof javax.xml.bind.Element) {
       context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _Transforms), "Transforms");
     }
   }
   if (_DigestMethod instanceof javax.xml.bind.Element) {
     context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _DigestMethod), "DigestMethod");
   }
 }
Exemplo n.º 4
0
 public void serializeBody(
     com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializer context)
     throws org.xml.sax.SAXException {
   int idx1 = 0;
   final int len1 = ((_SPKISexpAndAny == null) ? 0 : _SPKISexpAndAny.size());
   while (idx1 != len1) {
     {
       java.lang.Object o = _SPKISexpAndAny.get(idx1);
       if (o instanceof com.sun.xml.bind.JAXBObject) {
         context.childAsBody(
             ((com.sun.xml.bind.JAXBObject) _SPKISexpAndAny.get(idx1++)), "SPKISexpAndAny");
       } else {
         if (o instanceof java.lang.Object) {
           context.childAsBody(
               ((com.sun.xml.bind.JAXBObject) _SPKISexpAndAny.get(idx1++)), "SPKISexpAndAny");
         } else {
           com.sun.identity.federation.jaxb.entityconfig.impl.runtime.Util.handleTypeMismatchError(
               context, this, "SPKISexpAndAny", o);
         }
       }
     }
     for (int _0 = 1; ((_0 > 0) && (idx1 != len1)); _0--) {
       {
         java.lang.Object o = _SPKISexpAndAny.get(idx1);
         if (o instanceof com.sun.xml.bind.JAXBObject) {
           context.childAsBody(
               ((com.sun.xml.bind.JAXBObject) _SPKISexpAndAny.get(idx1++)), "SPKISexpAndAny");
         } else {
           if (o instanceof java.lang.Object) {
             context.childAsBody(
                 ((com.sun.xml.bind.JAXBObject) _SPKISexpAndAny.get(idx1++)), "SPKISexpAndAny");
           } else {
             com.sun.identity.federation.jaxb.entityconfig.impl.runtime.Util
                 .handleTypeMismatchError(context, this, "SPKISexpAndAny", o);
           }
         }
       }
     }
   }
 }
Exemplo n.º 5
0
 public void serializeBody(
     com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializer context)
     throws org.xml.sax.SAXException {
   context.startElement("http://www.w3.org/2000/09/xmldsig#", "SPKISexp");
   context.endNamespaceDecls();
   context.endAttributes();
   try {
     context.text(com.sun.msv.datatype.xsd.Base64BinaryType.save(((byte[]) _Value)), "Value");
   } catch (java.lang.Exception e) {
     com.sun.identity.federation.jaxb.entityconfig.impl.runtime.Util
         .handlePrintConversionException(this, e, context);
   }
   context.endElement();
 }
Exemplo n.º 6
0
 public void serializeAttributes(
     com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializer context)
     throws org.xml.sax.SAXException {
   if (_DNSAddress != null) {
     context.startAttribute("", "DNSAddress");
     try {
       context.text(((java.lang.String) _DNSAddress), "DNSAddress");
     } catch (java.lang.Exception e) {
       com.sun.identity.federation.jaxb.entityconfig.impl.runtime.Util
           .handlePrintConversionException(this, e, context);
     }
     context.endAttribute();
   }
   if (_IPAddress != null) {
     context.startAttribute("", "IPAddress");
     try {
       context.text(((java.lang.String) _IPAddress), "IPAddress");
     } catch (java.lang.Exception e) {
       com.sun.identity.federation.jaxb.entityconfig.impl.runtime.Util
           .handlePrintConversionException(this, e, context);
     }
     context.endAttribute();
   }
 }
Exemplo n.º 7
0
 public void serializeAttributes(
     com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializer context)
     throws org.xml.sax.SAXException {
   int idx1 = 0;
   final int len1 = ((_Any == null) ? 0 : _Any.size());
   context.startAttribute("", "URI");
   try {
     context.text(((java.lang.String) _URI), "URI");
   } catch (java.lang.Exception e) {
     com.sun.identity.federation.jaxb.entityconfig.impl.runtime.Util
         .handlePrintConversionException(this, e, context);
   }
   context.endAttribute();
   while (idx1 != len1) {
     idx1 += 1;
   }
 }
 public void serializeBody(
     com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializer context)
     throws org.xml.sax.SAXException {
   super.serializeBody(context);
   context.startElement("urn:liberty:sec:2003-08", "NumberOfUses");
   context.endNamespaceDecls();
   context.endAttributes();
   try {
     context.text(
         javax.xml.bind.DatatypeConverter.printInteger(((java.math.BigInteger) _NumberOfUses)),
         "NumberOfUses");
   } catch (java.lang.Exception e) {
     com.sun.identity.federation.jaxb.entityconfig.impl.runtime.Util
         .handlePrintConversionException(this, e, context);
   }
   context.endElement();
 }
Exemplo n.º 9
0
 public void serializeBody(
     com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializer context)
     throws org.xml.sax.SAXException {
   if (_Transforms != null) {
     if (_Transforms instanceof javax.xml.bind.Element) {
       context.childAsBody(((com.sun.xml.bind.JAXBObject) _Transforms), "Transforms");
     } else {
       context.startElement("http://www.w3.org/2000/09/xmldsig#", "Transforms");
       context.childAsURIs(((com.sun.xml.bind.JAXBObject) _Transforms), "Transforms");
       context.endNamespaceDecls();
       context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _Transforms), "Transforms");
       context.endAttributes();
       context.childAsBody(((com.sun.xml.bind.JAXBObject) _Transforms), "Transforms");
       context.endElement();
     }
   }
   if (_DigestMethod instanceof javax.xml.bind.Element) {
     context.childAsBody(((com.sun.xml.bind.JAXBObject) _DigestMethod), "DigestMethod");
   } else {
     context.startElement("http://www.w3.org/2000/09/xmldsig#", "DigestMethod");
     context.childAsURIs(((com.sun.xml.bind.JAXBObject) _DigestMethod), "DigestMethod");
     context.endNamespaceDecls();
     context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _DigestMethod), "DigestMethod");
     context.endAttributes();
     context.childAsBody(((com.sun.xml.bind.JAXBObject) _DigestMethod), "DigestMethod");
     context.endElement();
   }
   context.startElement("http://www.w3.org/2000/09/xmldsig#", "DigestValue");
   context.endNamespaceDecls();
   context.endAttributes();
   try {
     context.text(
         com.sun.msv.datatype.xsd.Base64BinaryType.save(((byte[]) _DigestValue)), "DigestValue");
   } catch (java.lang.Exception e) {
     com.sun.identity.federation.jaxb.entityconfig.impl.runtime.Util
         .handlePrintConversionException(this, e, context);
   }
   context.endElement();
 }