|
Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1.1) E14650-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JpsLdapBootstrap
| 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 |
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 |
|---|
void createJpsBootstrapInLdapStore(java.io.File schemaFile)
throws JpsException
schemaFile -JpsException
void createJpsBootstrapInLdapStore(java.io.InputStream schema)
throws JpsException
schema -JpsException
void checkJpsLdapSchema(java.io.InputStream schema)
throws JpsException
schema - InputStream of the schema fileJpsException
void deleteJpsBootstrapInLdapStore()
throws JpsException
JpsException
void createJpsFarmInLdapStore(java.lang.String farmName)
throws JpsException
farmName - the name of a domainJpsException
void deleteJpsFarmInLdapStore(java.lang.String farmName)
throws JpsException
farmName -JpsException
void createJpsCredentailStoreInLdap(java.lang.String domain)
throws JpsException
domain - the name of a domainJpsException
void createJpsPolicyStoreInLdap(java.lang.String domain)
throws JpsException
domain - the name of a domainJpsException
void setJpsContextInLdapStore()
throws JpsException
JpsException
|
Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1.1) E14650-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||