Class DtoSslContext

  • All Implemented Interfaces:
    org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

    public class DtoSslContext
    extends Object
    implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

    Classe Java pour anonymous complex type.

    Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <choice maxOccurs="unbounded" minOccurs="0">
             <choice>
               <element name="SSLContext" minOccurs="0">
                 <complexType>
                   <complexContent>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                       <sequence minOccurs="0">
                         <any maxOccurs="unbounded" minOccurs="0"/>
                       </sequence>
                     </restriction>
                   </complexContent>
                 </complexType>
               </element>
               <element name="keyManagers" maxOccurs="unbounded" minOccurs="0">
                 <complexType>
                   <complexContent>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                       <sequence maxOccurs="unbounded" minOccurs="0">
                         <any maxOccurs="unbounded" minOccurs="0"/>
                       </sequence>
                     </restriction>
                   </complexContent>
                 </complexType>
               </element>
               <element name="secureRandom" minOccurs="0">
                 <complexType>
                   <complexContent>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                       <sequence minOccurs="0">
                         <any maxOccurs="unbounded" minOccurs="0"/>
                       </sequence>
                     </restriction>
                   </complexContent>
                 </complexType>
               </element>
               <element name="trustManagers" maxOccurs="unbounded" minOccurs="0">
                 <complexType>
                   <complexContent>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                       <sequence maxOccurs="unbounded" minOccurs="0">
                         <any maxOccurs="unbounded" minOccurs="0"/>
                       </sequence>
                     </restriction>
                   </complexContent>
                 </complexType>
               </element>
               <any namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
             </choice>
           </choice>
           <attribute name="SSLContext" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="crlPath" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="keyStore" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="keyStoreAlgorithm" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="keyStoreKeyPassword" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="keyStorePassword" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="keyStoreType" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="protocol" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="provider" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="secureRandom" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="secureRandomAlgorithm" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="trustStore" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="trustStoreAlgorithm" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="trustStorePassword" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="trustStoreType" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • sslContextOrKeyManagersOrSecureRandom

        protected List<Object> sslContextOrKeyManagersOrSecureRandom
      • sslContext

        protected String sslContext
      • crlPath

        protected String crlPath
      • keyStore

        protected String keyStore
      • keyStoreAlgorithm

        protected String keyStoreAlgorithm
      • keyStoreKeyPassword

        protected String keyStoreKeyPassword
      • keyStorePassword

        protected String keyStorePassword
      • keyStoreType

        protected String keyStoreType
      • protocol

        protected String protocol
      • provider

        protected String provider
      • secureRandom

        protected String secureRandom
      • secureRandomAlgorithm

        protected String secureRandomAlgorithm
      • trustStore

        protected String trustStore
      • trustStoreAlgorithm

        protected String trustStoreAlgorithm
      • trustStorePassword

        protected String trustStorePassword
      • trustStoreType

        protected String trustStoreType
    • Constructor Detail

      • DtoSslContext

        public DtoSslContext()
    • Method Detail

      • getSSLContext

        public String getSSLContext()
        Obtient la valeur de la propriété sslContext.
        Returns:
        possible object is String
      • setSSLContext

        public void setSSLContext​(String value)
        Définit la valeur de la propriété sslContext.
        Parameters:
        value - allowed object is String
      • getCrlPath

        public String getCrlPath()
        Obtient la valeur de la propriété crlPath.
        Returns:
        possible object is String
      • setCrlPath

        public void setCrlPath​(String value)
        Définit la valeur de la propriété crlPath.
        Parameters:
        value - allowed object is String
      • getKeyStore

        public String getKeyStore()
        Obtient la valeur de la propriété keyStore.
        Returns:
        possible object is String
      • setKeyStore

        public void setKeyStore​(String value)
        Définit la valeur de la propriété keyStore.
        Parameters:
        value - allowed object is String
      • getKeyStoreAlgorithm

        public String getKeyStoreAlgorithm()
        Obtient la valeur de la propriété keyStoreAlgorithm.
        Returns:
        possible object is String
      • setKeyStoreAlgorithm

        public void setKeyStoreAlgorithm​(String value)
        Définit la valeur de la propriété keyStoreAlgorithm.
        Parameters:
        value - allowed object is String
      • getKeyStoreKeyPassword

        public String getKeyStoreKeyPassword()
        Obtient la valeur de la propriété keyStoreKeyPassword.
        Returns:
        possible object is String
      • setKeyStoreKeyPassword

        public void setKeyStoreKeyPassword​(String value)
        Définit la valeur de la propriété keyStoreKeyPassword.
        Parameters:
        value - allowed object is String
      • getKeyStorePassword

        public String getKeyStorePassword()
        Obtient la valeur de la propriété keyStorePassword.
        Returns:
        possible object is String
      • setKeyStorePassword

        public void setKeyStorePassword​(String value)
        Définit la valeur de la propriété keyStorePassword.
        Parameters:
        value - allowed object is String
      • getKeyStoreType

        public String getKeyStoreType()
        Obtient la valeur de la propriété keyStoreType.
        Returns:
        possible object is String
      • setKeyStoreType

        public void setKeyStoreType​(String value)
        Définit la valeur de la propriété keyStoreType.
        Parameters:
        value - allowed object is String
      • getProtocol

        public String getProtocol()
        Obtient la valeur de la propriété protocol.
        Returns:
        possible object is String
      • setProtocol

        public void setProtocol​(String value)
        Définit la valeur de la propriété protocol.
        Parameters:
        value - allowed object is String
      • getProvider

        public String getProvider()
        Obtient la valeur de la propriété provider.
        Returns:
        possible object is String
      • setProvider

        public void setProvider​(String value)
        Définit la valeur de la propriété provider.
        Parameters:
        value - allowed object is String
      • getSecureRandom

        public String getSecureRandom()
        Obtient la valeur de la propriété secureRandom.
        Returns:
        possible object is String
      • setSecureRandom

        public void setSecureRandom​(String value)
        Définit la valeur de la propriété secureRandom.
        Parameters:
        value - allowed object is String
      • getSecureRandomAlgorithm

        public String getSecureRandomAlgorithm()
        Obtient la valeur de la propriété secureRandomAlgorithm.
        Returns:
        possible object is String
      • setSecureRandomAlgorithm

        public void setSecureRandomAlgorithm​(String value)
        Définit la valeur de la propriété secureRandomAlgorithm.
        Parameters:
        value - allowed object is String
      • getTrustStore

        public String getTrustStore()
        Obtient la valeur de la propriété trustStore.
        Returns:
        possible object is String
      • setTrustStore

        public void setTrustStore​(String value)
        Définit la valeur de la propriété trustStore.
        Parameters:
        value - allowed object is String
      • getTrustStoreAlgorithm

        public String getTrustStoreAlgorithm()
        Obtient la valeur de la propriété trustStoreAlgorithm.
        Returns:
        possible object is String
      • setTrustStoreAlgorithm

        public void setTrustStoreAlgorithm​(String value)
        Définit la valeur de la propriété trustStoreAlgorithm.
        Parameters:
        value - allowed object is String
      • getTrustStorePassword

        public String getTrustStorePassword()
        Obtient la valeur de la propriété trustStorePassword.
        Returns:
        possible object is String
      • setTrustStorePassword

        public void setTrustStorePassword​(String value)
        Définit la valeur de la propriété trustStorePassword.
        Parameters:
        value - allowed object is String
      • getTrustStoreType

        public String getTrustStoreType()
        Obtient la valeur de la propriété trustStoreType.
        Returns:
        possible object is String
      • setTrustStoreType

        public void setTrustStoreType​(String value)
        Définit la valeur de la propriété trustStoreType.
        Parameters:
        value - allowed object is String
      • getId

        public String getId()
        Obtient la valeur de la propriété id.
        Returns:
        possible object is String
      • setId

        public void setId​(String value)
        Définit la valeur de la propriété id.
        Parameters:
        value - allowed object is String
      • getOtherAttributes

        public Map<QName,​String> getOtherAttributes()
        Gets a map that contains attributes that aren't bound to any typed property on this class.

        the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.

        Returns:
        always non-null
      • append

        public StringBuilder append​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                    StringBuilder buffer,
                                    org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
        Specified by:
        append in interface org.jvnet.jaxb2_commons.lang.ToString2
      • appendFields

        public StringBuilder appendFields​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                          StringBuilder buffer,
                                          org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
        Specified by:
        appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2
      • hashCode

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public boolean equals​(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                              org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                              Object object,
                              org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
        Specified by:
        equals in interface org.jvnet.jaxb2_commons.lang.Equals2