|
Oracle Containers for J2EE Security Java API Reference 10g Release 3 (10.1.3.1.0) B32115-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.security.jazn.JAZNIDMHelper
Field Summary | |
static java.lang.String |
CREDENTIAL Key for the Admin user password |
static java.lang.String |
DEF_REALM_NAME Key for the default Realm name |
static java.lang.String |
LDAP_FACTORY_NAME Key for the name of the class that will be used for the LDAP Factory |
static java.lang.String |
LDAP_PROTOCOL Key for the protocol that LDAP is to use |
static java.lang.String |
PRINCIPAL Key for the Admin user name |
static java.lang.String |
URL Key for the URL |
static java.lang.String |
XML_FILE_PATH Key for the XML File Path |
Constructor Summary | |
JAZNIDMHelper() |
Method Summary | |
static java.lang.String |
getApplicationName() Helper function to return the Name of the Application which is making this call |
static java.util.Map |
getDetailsForCustomLdapProvider(javax.management.MBeanServerConnection mbsc, javax.management.ObjectName objName, java.lang.String strAppName) Function to get the details for a Custom LDAP Provider |
static java.util.Map |
getDetailsForOID() Function which will return the details needed for the OID connection |
static java.util.Map |
getDetailsForXMLProvider(javax.management.MBeanServerConnection mbsc, javax.management.ObjectName objName) Function to return the XML configuration values |
static java.util.Map |
getUserCredToConnectToMBeanServer() Function which returns the User information that should be used to connect to the MBean Server |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String PRINCIPAL
public static final java.lang.String CREDENTIAL
public static final java.lang.String URL
public static final java.lang.String LDAP_PROTOCOL
public static final java.lang.String LDAP_FACTORY_NAME
public static final java.lang.String XML_FILE_PATH
public static final java.lang.String DEF_REALM_NAME
Constructor Detail |
public JAZNIDMHelper()
Method Detail |
public static java.util.Map getUserCredToConnectToMBeanServer() throws JAZNException
JAZNException
- Exception thrown for internal or configuration problemspublic static java.lang.String getApplicationName()
public static java.util.Map getDetailsForXMLProvider(javax.management.MBeanServerConnection mbsc, javax.management.ObjectName objName)
mbsc
- The MBean Server Connection ObjectobjName
- The Name of the Object on which the method has to be calledpublic static java.util.Map getDetailsForCustomLdapProvider(javax.management.MBeanServerConnection mbsc, javax.management.ObjectName objName, java.lang.String strAppName)
mbsc
- The MBean Server Connection ObjectobjName
- The Name of the Object on which the method has to be calledstrAppName
- The Name of the Applicationpublic static java.util.Map getDetailsForOID() throws java.lang.Exception
java.lang.Exception
|
Oracle Containers for J2EE Security Java API Reference 10g Release 3 (10.1.3.1.0) B32115-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |