|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--com.bea.ales.management.DirectoryManager
This class manage identity Directory. It provides methods to create, remove and find directory. DirectoryManager can be created through RBAC_Context.
| Method Summary | |
Directory |
create(java.lang.String dirName)
Create the identity directory. |
Directory |
get(java.lang.String dirName)
Get the identity directoty with the specified name. |
DirectoryQueryResult |
getDirectories(java.lang.String filter)
Get all directories whose names matches with the filter. |
void |
remove(Directory dir,
boolean isCascade)
Remove the identity directory. |
void |
remove(java.lang.String dirName,
boolean isCascade)
Remove an identity directory. |
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Method Detail |
public Directory create(java.lang.String dirName)
throws ManagementException
dirName - the name of directory to be created. For example: asi.
public void remove(Directory dir,
boolean isCascade)
throws ManagementException
dir - the directory to be removed.isCascade - if set true, remove the directory and all users, groups and associated policies.
if set false, only remove the directory.#remove(String)
public void remove(java.lang.String dirName,
boolean isCascade)
throws ManagementException
dirName - the name of directory to be removed. For example: asi.isCascade - if set true, remove the directory and all users, groups and associated policies.
if set false, only remove the directory.#remove(Directory)
public Directory get(java.lang.String dirName)
throws ManagementException
dirName - directory name. For example: asi.
public DirectoryQueryResult getDirectories(java.lang.String filter)
throws ManagementException
filter - the name of the pattern to matchDirectoryQueryResult which contains the collection of directories that match the filter.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||