public class DtoSslContext extends 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 String |
id |
protected String |
keyStore |
protected String |
keyStoreAlgorithm |
protected String |
keyStoreKeyPassword |
protected String |
keyStorePassword |
protected String |
keyStoreType |
protected String |
protocol |
protected String |
provider |
protected String |
secureRandom |
protected String |
secureRandomAlgorithm |
protected String |
sslContext |
protected List<Object> |
sslContextOrKeyManagersOrSecureRandom |
protected String |
trustStore |
protected String |
trustStoreAlgorithm |
protected String |
trustStorePassword |
protected String |
trustStoreType |
| Constructor and Description |
|---|
DtoSslContext() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
String |
getId()
Gets the value of the id property.
|
String |
getKeyStore()
Gets the value of the keyStore property.
|
String |
getKeyStoreAlgorithm()
Gets the value of the keyStoreAlgorithm property.
|
String |
getKeyStoreKeyPassword()
Gets the value of the keyStoreKeyPassword property.
|
String |
getKeyStorePassword()
Gets the value of the keyStorePassword property.
|
String |
getKeyStoreType()
Gets the value of the keyStoreType property.
|
Map<QName,String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
String |
getProtocol()
Gets the value of the protocol property.
|
String |
getProvider()
Gets the value of the provider property.
|
String |
getSecureRandom()
Gets the value of the secureRandom property.
|
String |
getSecureRandomAlgorithm()
Gets the value of the secureRandomAlgorithm property.
|
String |
getSSLContext()
Gets the value of the sslContext property.
|
List<Object> |
getSSLContextOrKeyManagersOrSecureRandom()
Gets the value of the sslContextOrKeyManagersOrSecureRandom property.
|
String |
getTrustStore()
Gets the value of the trustStore property.
|
String |
getTrustStoreAlgorithm()
Gets the value of the trustStoreAlgorithm property.
|
String |
getTrustStorePassword()
Gets the value of the trustStorePassword property.
|
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(String value)
Sets the value of the id property.
|
void |
setKeyStore(String value)
Sets the value of the keyStore property.
|
void |
setKeyStoreAlgorithm(String value)
Sets the value of the keyStoreAlgorithm property.
|
void |
setKeyStoreKeyPassword(String value)
Sets the value of the keyStoreKeyPassword property.
|
void |
setKeyStorePassword(String value)
Sets the value of the keyStorePassword property.
|
void |
setKeyStoreType(String value)
Sets the value of the keyStoreType property.
|
void |
setProtocol(String value)
Sets the value of the protocol property.
|
void |
setProvider(String value)
Sets the value of the provider property.
|
void |
setSecureRandom(String value)
Sets the value of the secureRandom property.
|
void |
setSecureRandomAlgorithm(String value)
Sets the value of the secureRandomAlgorithm property.
|
void |
setSSLContext(String value)
Sets the value of the sslContext property.
|
void |
setTrustStore(String value)
Sets the value of the trustStore property.
|
void |
setTrustStoreAlgorithm(String value)
Sets the value of the trustStoreAlgorithm property.
|
void |
setTrustStorePassword(String value)
Sets the value of the trustStorePassword property.
|
void |
setTrustStoreType(String value)
Sets the value of the trustStoreType property.
|
String |
toString() |
protected String sslContext
protected String keyStore
protected String keyStoreAlgorithm
protected String keyStoreKeyPassword
protected String keyStorePassword
protected String keyStoreType
protected String protocol
protected String provider
protected String secureRandom
protected String secureRandomAlgorithm
protected String trustStore
protected String trustStoreAlgorithm
protected String trustStorePassword
protected String trustStoreType
protected String id
public List<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.SecureRandom>
Object
JAXBElement<DtoSslContext.SSLContext>
JAXBElement<DtoSslContext.TrustManagers>
JAXBElement<DtoSslContext.KeyManagers>
public String getSSLContext()
Stringpublic void setSSLContext(String value)
value - allowed object is
Stringpublic String getKeyStore()
Stringpublic void setKeyStore(String value)
value - allowed object is
Stringpublic String getKeyStoreAlgorithm()
Stringpublic void setKeyStoreAlgorithm(String value)
value - allowed object is
Stringpublic String getKeyStoreKeyPassword()
Stringpublic void setKeyStoreKeyPassword(String value)
value - allowed object is
Stringpublic String getKeyStorePassword()
Stringpublic void setKeyStorePassword(String value)
value - allowed object is
Stringpublic String getKeyStoreType()
Stringpublic void setKeyStoreType(String value)
value - allowed object is
Stringpublic String getProtocol()
Stringpublic void setProtocol(String value)
value - allowed object is
Stringpublic String getProvider()
Stringpublic void setProvider(String value)
value - allowed object is
Stringpublic String getSecureRandom()
Stringpublic void setSecureRandom(String value)
value - allowed object is
Stringpublic String getSecureRandomAlgorithm()
Stringpublic void setSecureRandomAlgorithm(String value)
value - allowed object is
Stringpublic String getTrustStore()
Stringpublic void setTrustStore(String value)
value - allowed object is
Stringpublic String getTrustStoreAlgorithm()
Stringpublic void setTrustStoreAlgorithm(String value)
value - allowed object is
Stringpublic String getTrustStorePassword()
Stringpublic void setTrustStorePassword(String value)
value - allowed object is
Stringpublic String getTrustStoreType()
Stringpublic void setTrustStoreType(String value)
value - allowed object is
Stringpublic void setId(String value)
value - allowed object is
Stringpublic Map<QName,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 StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, 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 boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.EqualsCopyright © 2005-2014 The Apache Software Foundation. All Rights Reserved.