Skip navigation links


oracle.iam.oimtoldap.api
Interface SeedOIMDataInLDAP


public interface SeedOIMDataInLDAP

Method Summary
 void addRoleHierarchyInLDAP(java.lang.String parentRoleKey, java.lang.String subRoleKey, boolean skipOOTBData)
           
 void addRoleMembershipInLDAP(java.lang.String roleKey, java.lang.String userKey, boolean skipOOTBData)
           
 void createRoleInLDAP(java.lang.String roleKey, boolean skipOOTBRoles)
           
 void createUserInLDAP(java.lang.String userKey, boolean skipOOTBUsers)
           

 

Method Detail

createUserInLDAP

void createUserInLDAP(java.lang.String userKey,
                      boolean skipOOTBUsers)
                      throws LDAPUserCreationException
Throws:
LDAPUserCreationException

createRoleInLDAP

void createRoleInLDAP(java.lang.String roleKey,
                      boolean skipOOTBRoles)
                      throws LDAPRoleCreationException
Throws:
LDAPRoleCreationException

addRoleMembershipInLDAP

void addRoleMembershipInLDAP(java.lang.String roleKey,
                             java.lang.String userKey,
                             boolean skipOOTBData)
                             throws LDAPRoleMembershipCreationException
Throws:
LDAPRoleMembershipCreationException

addRoleHierarchyInLDAP

void addRoleHierarchyInLDAP(java.lang.String parentRoleKey,
                            java.lang.String subRoleKey,
                            boolean skipOOTBData)
                            throws LDAPRoleHierarchyCreationException
Throws:
LDAPRoleHierarchyCreationException

Skip navigation links


Copyright © 2012, Oracle and/or its affiliates. All rights reserved.