Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 1 (11.1.1)

E22649-02 ESAPI


oracle.security.jps.util
Interface JpsLdapBootstrap


public interface JpsLdapBootstrap
Since:
release specific (what release of product did this appear in)
Version:
$Header: jazn/jps/src/jps-api/oracle/security/jps/util/JpsLdapBootstrap.java /main/5 2010/04/14 04:18:22 miqi Exp $
Author:
hsastry

Method Summary
 void checkJpsLdapSchema(java.io.InputStream schema)
          checks the LDAP server if the schema exists.
 void createJpsBootstrapInLdapStore(java.io.File schemaFile)
          Seeds JPS schema in the LDAP server.
 void createJpsBootstrapInLdapStore(java.io.InputStream schema)
          Seeds JPS schema in the LDAP server.
 void createJpsCredentailStoreInLdap(java.lang.String domain)
          Creates a LDAP node CredentialStore under a domain node for storing LDAP credential store data.
 void createJpsFarmInLdapStore(java.lang.String farmName)
          Creates LDAP nodes CredentialStore and SystemPolicy under a farm node for storing LDAP credential and system policy store data.
 void createJpsKeyStoreInLdap(java.lang.String domain)
          Creates a LDAP node FarmKeyStore under a domain node, and KeyStores and Policy node under FarmKeyStore for storing domain wide keys and policies.
 void createJpsPolicyStoreInLdap(java.lang.String domain)
          Creates a LDAP node SystemPolicy under a domain node for storing domain wide authorization policies.
 void deleteJpsBootstrapInLdapStore()
          Deletes LDAP node JPSContext and all sub-nodes.
 void deleteJpsFarmInLdapStore(java.lang.String farmName)
          Deletes LDAP node for a farm data store.
 void setJpsContextInLdapStore()
          add cn=JPSContext in LDAP if it does not exist

 

Method Detail

createJpsBootstrapInLdapStore

void createJpsBootstrapInLdapStore(java.io.File schemaFile)
                                   throws JpsException
Seeds JPS schema in the LDAP server.
Parameters:
schemaFile -
Throws:
JpsException

createJpsBootstrapInLdapStore

void createJpsBootstrapInLdapStore(java.io.InputStream schema)
                                   throws JpsException
Seeds JPS schema in the LDAP server.
Parameters:
schema -
Throws:
JpsException

checkJpsLdapSchema

void checkJpsLdapSchema(java.io.InputStream schema)
                        throws JpsException
checks the LDAP server if the schema exists.
Parameters:
schema - InputStream of the schema file
Throws:
JpsException

deleteJpsBootstrapInLdapStore

void deleteJpsBootstrapInLdapStore()
                                   throws JpsException
Deletes LDAP node JPSContext and all sub-nodes.
Throws:
JpsException

createJpsFarmInLdapStore

void createJpsFarmInLdapStore(java.lang.String farmName)
                              throws JpsException
Creates LDAP nodes CredentialStore and SystemPolicy under a farm node for storing LDAP credential and system policy store data.
Parameters:
farmName - the name of a domain
Throws:
JpsException

deleteJpsFarmInLdapStore

void deleteJpsFarmInLdapStore(java.lang.String farmName)
                              throws JpsException
Deletes LDAP node for a farm data store.
Parameters:
farmName -
Throws:
JpsException

createJpsCredentailStoreInLdap

void createJpsCredentailStoreInLdap(java.lang.String domain)
                                    throws JpsException
Creates a LDAP node CredentialStore under a domain node for storing LDAP credential store data.
Parameters:
domain - the name of a domain
Throws:
JpsException

createJpsPolicyStoreInLdap

void createJpsPolicyStoreInLdap(java.lang.String domain)
                                throws JpsException
Creates a LDAP node SystemPolicy under a domain node for storing domain wide authorization policies.
Parameters:
domain - the name of a domain
Throws:
JpsException

createJpsKeyStoreInLdap

void createJpsKeyStoreInLdap(java.lang.String domain)
                             throws JpsException
Creates a LDAP node FarmKeyStore under a domain node, and KeyStores and Policy node under FarmKeyStore for storing domain wide keys and policies.
Parameters:
domain - the name of a domain
Throws:
JpsException

setJpsContextInLdapStore

void setJpsContextInLdapStore()
                              throws JpsException
add cn=JPSContext in LDAP if it does not exist
Throws:
JpsException

Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 1 (11.1.1)

E22649-02 ESAPI


Copyright © 2011, Oracle. All rights reserved.