Skip navigation links

Oracle Access Manager Access SDK Java API Reference
11g Release 1 (11.1.1)

E22472-01


com.oblix.access
Class ObDiagnostic

java.lang.Object
  extended by com.oblix.access.ObDiagnostic


Deprecated. Implements methods that allow applications to get OAM server and Directory diagnostic info

public class ObDiagnostic
extends java.lang.Object

Implements ObDiagnostic Class.


Constructor Summary
ObDiagnostic()
          Deprecated.  

 

Method Summary
static java.util.Hashtable getClientDiagnosticInfo()
          Deprecated. Returns the diagnostic information about the connectivity to OAM servers including host, port, time since when the connection is established and the server state.
static java.util.Hashtable getDirectoryDiagnosticInfo()
          Deprecated. Returns the diagnostic information from the OAM server about the Directory Servers used to store User, Policy, Config information.
static java.util.Hashtable getServerDiagnosticInfo()
          Deprecated. Returns the diagnostic information from the OAM server containing server health, host, port, number of connections.

 

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

 

Constructor Detail

ObDiagnostic

public ObDiagnostic()
Deprecated. 

Method Detail

getServerDiagnosticInfo

public static final java.util.Hashtable getServerDiagnosticInfo()
                                                         throws ObAccessException
Deprecated. 
Returns the diagnostic information from the OAM server containing server health, host, port, number of connections.
Returns:
Hashtable containing server diagnostic information in name/value pairs of String type.
Throws:
ObAccessException - If OAM server fails to return the information

getDirectoryDiagnosticInfo

public static final java.util.Hashtable getDirectoryDiagnosticInfo()
                                                            throws ObAccessException
Deprecated. 
Returns the diagnostic information from the OAM server about the Directory Servers used to store User, Policy, Config information. The information includes host, port, bind credentials, search base.
Returns:
Hashtable containing directory diagnostic information in name/value pairs of String type.
Throws:
ObAccessException - If OAM server fails to return the information

getClientDiagnosticInfo

public static final java.util.Hashtable getClientDiagnosticInfo()
                                                         throws ObAccessException
Deprecated. 
Returns the diagnostic information about the connectivity to OAM servers including host, port, time since when the connection is established and the server state.
Returns:
Hashtable containing diagnostic information about the connectivity in name/value pairs of String type.
Throws:
ObAccessException - If OAM server fails to return the information

Skip navigation links

Oracle Access Manager Access SDK Java API Reference
11g Release 1 (11.1.1)

E22472-01


Copyright © 2000,2011, Oracle® and/or its affiliates. All rights reserved.