public class OidInfo extends Object
Constructor and Description |
---|
OidInfo(String oidHost,
String oidPort,
String oidUser,
String oidPassword,
String oidRealm,
String oidConnect,
Boolean oidIsSSL,
String oidRootOracleContext)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getConnect()
Returns the OiD server's connect string.
|
String |
getHost()
Returns the OiD server's host.
|
String |
getPassword()
Returns the password to connect the OiD server.
|
String |
getPort()
Returns the OiD server's port.
|
String |
getRealm()
Returns the OiD server's realm.
|
String |
getRootOracleContext()
Returns the OiD server's root Oracle context.
|
String |
getUser()
Returns the user to connect the OiD server.
|
Boolean |
isSSL()
Returns whether to use SSL to connect to the OiD server.
|
public OidInfo(String oidHost, String oidPort, String oidUser, String oidPassword, String oidRealm, String oidConnect, Boolean oidIsSSL, String oidRootOracleContext)
oidHost
- the OiD server's hostoidPort
- the OiD server's portoidUser
- the user to connect to the OiD serveroidPassword
- the password to connect to the OiD serveroidRealm
- the OiD server's realmoidConnect
- the OiD server's connect stringoidIsSSL
- whether use SSL to connect to the OiD serveroidRootOracleContext
- the OiD server's root Oracle contextpublic String getHost()
public String getPort()
public String getUser()
public String getPassword()
public String getRealm()
public String getConnect()
public Boolean isSSL()
public String getRootOracleContext()
Copyright © 2023. All rights reserved.