Skip navigation links


oracle.iam.config.jaxb
Class RemoteManagerConfig

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


public class RemoteManagerConfig
extends java.lang.Object

Java class for RemoteManagerConfig complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="RemoteManagerConfig">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="SSLContextAlgorithm" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="KeyManagerFactory" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Constructor Summary
RemoteManagerConfig()
           

 

Method Summary
 java.lang.String getKeyManagerFactory()
          Gets the value of the keyManagerFactory property.
 java.lang.String getSSLContextAlgorithm()
          Gets the value of the sslContextAlgorithm property.
 void setKeyManagerFactory(java.lang.String value)
          Sets the value of the keyManagerFactory property.
 void setSSLContextAlgorithm(java.lang.String value)
          Sets the value of the sslContextAlgorithm property.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

RemoteManagerConfig

public RemoteManagerConfig()

Method Detail

getSSLContextAlgorithm

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

setSSLContextAlgorithm

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

getKeyManagerFactory

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

setKeyManagerFactory

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

Skip navigation links


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