public final class Server
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getHostName()
Gets the hostname from the Server object
|
javax.naming.ldap.LdapContext |
getLdapContextFromServerPlugin()
Connects the plug-in back to the Oracle directory server.
|
javax.naming.ldap.LdapContext |
getNonSSLLdapContextFromServerPlugin()
Connect the plug-in back to in the Oracle directory server using
a non-SSL port.
|
java.lang.String |
getPortNumber()
Gets the port number from the Server object
|
javax.naming.ldap.LdapContext |
getSSLLdapContextFromServerPlugin()
Connects the plug-in back to the Oracle directory server using an SSL
port.
|
javax.naming.ldap.LdapContext |
getSSLLdapContextFromServerPlugin(java.lang.String sslSocketFactory)
Connects the plug-in back to the Oracle directory server using an SSL
port.
|
public java.lang.String getHostName()
public java.lang.String getPortNumber()
public javax.naming.ldap.LdapContext getLdapContextFromServerPlugin() throws javax.naming.NamingException
javax.naming.NamingException
public javax.naming.ldap.LdapContext getNonSSLLdapContextFromServerPlugin() throws javax.naming.NamingException
javax.naming.NamingException
public javax.naming.ldap.LdapContext getSSLLdapContextFromServerPlugin() throws javax.naming.NamingException
javax.naming.NamingException
public javax.naming.ldap.LdapContext getSSLLdapContextFromServerPlugin(java.lang.String sslSocketFactory) throws javax.naming.NamingException
sslSocketFactory
- - SSL Socket Factoryjavax.naming.NamingException