|
© 2004 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This is the public interface for keeping personalization profile records in sync with the WLS realm.
| Method Summary | |
void |
cleanupMisconfiguredGroups()
Removes misconfigured groups (those found in the database but not in the realm) from the database. |
void |
cleanupMisconfiguredUsers()
Removes misconfigured users (those found in the database but not in the realm) from the database. |
String[] |
getGroupProfileNames()
Returns just the groups found in the database. |
String[] |
getMisconfiguredGroups()
Returns the group names that exist in the database, but not in the realm. |
String[] |
getMisconfiguredUsers()
Returns the usernames that exist in the database, but not in the realm. |
String[] |
getRealmGroups()
Get a list of groups in the realm |
String[] |
getRealmUsers()
Get a list of groups in the realm |
String[] |
getUserProfileNames()
Returns just the users found in the database. |
boolean |
isManageableRealm()
Determine if the current realm is writable. |
| Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
| Method Detail |
public String[] getMisconfiguredUsers()
throws RemoteException
UserManagementException - user find error
RemoteException - general error
RemoteException
public void cleanupMisconfiguredUsers()
throws RemoteException
UserManagementException - error cleaning up users
RemoteException - general error
RemoteException
public String[] getUserProfileNames()
throws RemoteException
UserManagementException - error accessing the
database
RemoteException - general error
RemoteException
public String[] getRealmUsers()
throws RemoteException
RemoteException
public String[] getMisconfiguredGroups()
throws RemoteException
UserManagementException - user find error
RemoteException - general error
RemoteException
public void cleanupMisconfiguredGroups()
throws RemoteException
UserManagementException - error cleaning up users
RemoteException - general error
RemoteException
public String[] getGroupProfileNames()
throws RemoteException
UserManagementEximport - com.bea.p13n.usermgmt.profile.ProfileWrapper;
ception error accessing the
database
RemoteException - general error
RemoteException
public String[] getRealmGroups()
throws RemoteException
RemoteException
public boolean isManageableRealm()
throws RemoteException
RemoteException
|
© 2004 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||