Skip navigation links


oracle.iam.config.jaxb
Class SSLConfig

java.lang.Object
  extended by oracle.iam.config.jaxb.SSLConfig


public class SSLConfig
extends java.lang.Object

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

SSLConfig

public SSLConfig()

Method Detail

getDBTrustStore

public java.lang.String getDBTrustStore()
Gets the value of the dbTrustStore property.
Returns:
possible object is String

setDBTrustStore

public void setDBTrustStore(java.lang.String value)
Sets the value of the dbTrustStore property.
Parameters:
value - allowed object is String

getDBTrustStoreType

public java.lang.String getDBTrustStoreType()
Gets the value of the dbTrustStoreType property.
Returns:
possible object is String

setDBTrustStoreType

public void setDBTrustStoreType(java.lang.String value)
Sets the value of the dbTrustStoreType property.
Parameters:
value - allowed object is String

getDBTrustStorePasswordKey

public java.lang.String getDBTrustStorePasswordKey()
Gets the value of the dbTrustStorePasswordKey property.
Returns:
possible object is String

setDBTrustStorePasswordKey

public void setDBTrustStorePasswordKey(java.lang.String value)
Sets the value of the dbTrustStorePasswordKey property.
Parameters:
value - allowed object is String

Skip navigation links


Copyright © 2014, Oracle and/or its affiliates. All rights reserved.