public class DtoSslContext
extends java.lang.Object
implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<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="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>
| Modifier and Type | Class and Description |
|---|---|
static class |
DtoSslContext.KeyManagers
Java class for anonymous complex type.
|
static class |
DtoSslContext.SecureRandom
Java class for anonymous complex type.
|
static class |
DtoSslContext.SSLContext
Java class for anonymous complex type.
|
static class |
DtoSslContext.TrustManagers
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
id |
protected java.lang.String |
keyStore |
protected java.lang.String |
keyStoreAlgorithm |
protected java.lang.String |
keyStoreKeyPassword |
protected java.lang.String |
keyStorePassword |
protected java.lang.String |
keyStoreType |
protected java.lang.String |
protocol |
protected java.lang.String |
provider |
protected java.lang.String |
secureRandom |
protected java.lang.String |
secureRandomAlgorithm |
protected java.lang.String |
sslContext |
protected java.util.List<java.lang.Object> |
sslContextOrKeyManagersOrSecureRandom |
protected java.lang.String |
trustStore |
protected java.lang.String |
trustStoreAlgorithm |
protected java.lang.String |
trustStorePassword |
protected java.lang.String |
trustStoreType |
| Constructor and Description |
|---|
DtoSslContext() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
java.lang.StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
java.lang.String |
getId()
Gets the value of the id property.
|
java.lang.String |
getKeyStore()
Gets the value of the keyStore property.
|
java.lang.String |
getKeyStoreAlgorithm()
Gets the value of the keyStoreAlgorithm property.
|
java.lang.String |
getKeyStoreKeyPassword()
Gets the value of the keyStoreKeyPassword property.
|
java.lang.String |
getKeyStorePassword()
Gets the value of the keyStorePassword property.
|
java.lang.String |
getKeyStoreType()
Gets the value of the keyStoreType property.
|
java.util.Map<javax.xml.namespace.QName,java.lang.String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
java.lang.String |
getProtocol()
Gets the value of the protocol property.
|
java.lang.String |
getProvider()
Gets the value of the provider property.
|
java.lang.String |
getSecureRandom()
Gets the value of the secureRandom property.
|
java.lang.String |
getSecureRandomAlgorithm()
Gets the value of the secureRandomAlgorithm property.
|
java.lang.String |
getSSLContext()
Gets the value of the sslContext property.
|
java.util.List<java.lang.Object> |
getSSLContextOrKeyManagersOrSecureRandom()
Gets the value of the sslContextOrKeyManagersOrSecureRandom property.
|
java.lang.String |
getTrustStore()
Gets the value of the trustStore property.
|
java.lang.String |
getTrustStoreAlgorithm()
Gets the value of the trustStoreAlgorithm property.
|
java.lang.String |
getTrustStorePassword()
Gets the value of the trustStorePassword property.
|
java.lang.String |
getTrustStoreType()
Gets the value of the trustStoreType property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setKeyStore(java.lang.String value)
Sets the value of the keyStore property.
|
void |
setKeyStoreAlgorithm(java.lang.String value)
Sets the value of the keyStoreAlgorithm property.
|
void |
setKeyStoreKeyPassword(java.lang.String value)
Sets the value of the keyStoreKeyPassword property.
|
void |
setKeyStorePassword(java.lang.String value)
Sets the value of the keyStorePassword property.
|
void |
setKeyStoreType(java.lang.String value)
Sets the value of the keyStoreType property.
|
void |
setProtocol(java.lang.String value)
Sets the value of the protocol property.
|
void |
setProvider(java.lang.String value)
Sets the value of the provider property.
|
void |
setSecureRandom(java.lang.String value)
Sets the value of the secureRandom property.
|
void |
setSecureRandomAlgorithm(java.lang.String value)
Sets the value of the secureRandomAlgorithm property.
|
void |
setSSLContext(java.lang.String value)
Sets the value of the sslContext property.
|
void |
setTrustStore(java.lang.String value)
Sets the value of the trustStore property.
|
void |
setTrustStoreAlgorithm(java.lang.String value)
Sets the value of the trustStoreAlgorithm property.
|
void |
setTrustStorePassword(java.lang.String value)
Sets the value of the trustStorePassword property.
|
void |
setTrustStoreType(java.lang.String value)
Sets the value of the trustStoreType property.
|
java.lang.String |
toString() |
protected java.util.List<java.lang.Object> sslContextOrKeyManagersOrSecureRandom
protected java.lang.String sslContext
protected java.lang.String keyStore
protected java.lang.String keyStoreAlgorithm
protected java.lang.String keyStoreKeyPassword
protected java.lang.String keyStorePassword
protected java.lang.String keyStoreType
protected java.lang.String protocol
protected java.lang.String provider
protected java.lang.String secureRandom
protected java.lang.String secureRandomAlgorithm
protected java.lang.String trustStore
protected java.lang.String trustStoreAlgorithm
protected java.lang.String trustStorePassword
protected java.lang.String trustStoreType
protected java.lang.String id
public java.util.List<java.lang.Object> getSSLContextOrKeyManagersOrSecureRandom()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the sslContextOrKeyManagersOrSecureRandom property.
For example, to add a new item, do as follows:
getSSLContextOrKeyManagersOrSecureRandom().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<DtoSslContext.SSLContext>
JAXBElement<DtoSslContext.TrustManagers>
JAXBElement<DtoSslContext.KeyManagers>
JAXBElement<DtoSslContext.SecureRandom>
Object
public java.lang.String getSSLContext()
Stringpublic void setSSLContext(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getKeyStore()
Stringpublic void setKeyStore(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getKeyStoreAlgorithm()
Stringpublic void setKeyStoreAlgorithm(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getKeyStoreKeyPassword()
Stringpublic void setKeyStoreKeyPassword(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getKeyStorePassword()
Stringpublic void setKeyStorePassword(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getKeyStoreType()
Stringpublic void setKeyStoreType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getProtocol()
Stringpublic void setProtocol(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getProvider()
Stringpublic void setProvider(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSecureRandom()
Stringpublic void setSecureRandom(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSecureRandomAlgorithm()
Stringpublic void setSecureRandomAlgorithm(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTrustStore()
Stringpublic void setTrustStore(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTrustStoreAlgorithm()
Stringpublic void setTrustStoreAlgorithm(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTrustStorePassword()
Stringpublic void setTrustStorePassword(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTrustStoreType()
Stringpublic void setTrustStoreType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
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.
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic java.lang.StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.ObjectCopyright © 2005-2016 Red Hat, Inc.. All Rights Reserved.