|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.iam.config.jaxb.SSLConfig
public class SSLConfig
Java class for SSLConfig complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SSLConfig">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="dBTrustStore" type="{http://www.w3.org/2001/XMLSchema}string" default="default-keystore.jks" />
<attribute name="dBTrustStoreType" type="{http://www.w3.org/2001/XMLSchema}string" default="JKS" />
<attribute name="dBTrustStorePasswordKey" type="{http://www.w3.org/2001/XMLSchema}string" default="default-keystore.jks" />
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
SSLConfig() |
|
| Method Summary | |
|---|---|
java.lang.String |
getDBTrustStore()Gets the value of the dbTrustStore property. |
java.lang.String |
getDBTrustStorePasswordKey()Gets the value of the dbTrustStorePasswordKey property. |
java.lang.String |
getDBTrustStoreType()Gets the value of the dbTrustStoreType property. |
void |
setDBTrustStore(java.lang.String value)Sets the value of the dbTrustStore property. |
void |
setDBTrustStorePasswordKey(java.lang.String value)Sets the value of the dbTrustStorePasswordKey property. |
void |
setDBTrustStoreType(java.lang.String value)Sets the value of the dbTrustStoreType property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SSLConfig()
| Method Detail |
|---|
public java.lang.String getDBTrustStore()
Stringpublic void setDBTrustStore(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getDBTrustStoreType()
Stringpublic void setDBTrustStoreType(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getDBTrustStorePasswordKey()
Stringpublic void setDBTrustStorePasswordKey(java.lang.String value)
value - allowed object is String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||