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="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>
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 |
crlPath |
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 |
getCrlPath()
Gets the value of the crlPath property.
|
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 |
setCrlPath(String value)
Sets the value of the crlPath property.
|
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 List<Object> sslContextOrKeyManagersOrSecureRandom
protected String sslContext
protected String keyStoreAlgorithm
protected String keyStoreKeyPassword
protected String keyStorePassword
protected String keyStoreType
protected String secureRandom
protected String secureRandomAlgorithm
protected String trustStore
protected String trustStoreAlgorithm
protected String trustStorePassword
protected String trustStoreType
public DtoSslContext()
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.TrustManagers
>
JAXBElement
<
DtoSslContext.KeyManagers
>
JAXBElement
<
DtoSslContext.SSLContext
>
JAXBElement
<
DtoSslContext.SecureRandom
>
Object
public String getSSLContext()
String
public void setSSLContext(String value)
value
- allowed object is
String
public String getCrlPath()
String
public void setCrlPath(String value)
value
- allowed object is
String
public String getKeyStore()
String
public void setKeyStore(String value)
value
- allowed object is
String
public String getKeyStoreAlgorithm()
String
public void setKeyStoreAlgorithm(String value)
value
- allowed object is
String
public String getKeyStoreKeyPassword()
String
public void setKeyStoreKeyPassword(String value)
value
- allowed object is
String
public String getKeyStorePassword()
String
public void setKeyStorePassword(String value)
value
- allowed object is
String
public String getKeyStoreType()
String
public void setKeyStoreType(String value)
value
- allowed object is
String
public String getProtocol()
String
public void setProtocol(String value)
value
- allowed object is
String
public String getProvider()
String
public void setProvider(String value)
value
- allowed object is
String
public String getSecureRandom()
String
public void setSecureRandom(String value)
value
- allowed object is
String
public String getSecureRandomAlgorithm()
String
public void setSecureRandomAlgorithm(String value)
value
- allowed object is
String
public String getTrustStore()
String
public void setTrustStore(String value)
value
- allowed object is
String
public String getTrustStoreAlgorithm()
String
public void setTrustStoreAlgorithm(String value)
value
- allowed object is
String
public String getTrustStorePassword()
String
public void setTrustStorePassword(String value)
value
- allowed object is
String
public String getTrustStoreType()
String
public void setTrustStoreType(String value)
value
- allowed object is
String
public void setId(String value)
value
- allowed object is
String
public 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.ToString
public 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.ToString
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode
public 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.Equals
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.