|
© 2001 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | 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. |
java.lang.String[] |
getGroupProfileNames()
Returns just the groups found in the database. |
java.lang.String[] |
getMisconfiguredGroups()
Returns the group names that exist in the database, but not in the realm. |
java.lang.String[] |
getMisconfiguredUsers()
Returns the usernames that exist in the database, but not in the realm. |
java.lang.String[] |
getRealmGroups()
Get a list of groups in the realm |
java.lang.String[] |
getRealmUsers()
Get a list of groups in the realm |
java.lang.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 java.lang.String[] getMisconfiguredUsers()
throws java.rmi.RemoteException
UserManagementException - user find errorRemoteException - general error
public void cleanupMisconfiguredUsers()
throws java.rmi.RemoteException
UserManagementException - error cleaning up usersRemoteException - general error
public java.lang.String[] getUserProfileNames()
throws java.rmi.RemoteException
UserManagementException - error accessing the
databaseRemoteException - general error
public java.lang.String[] getRealmUsers()
throws java.rmi.RemoteException
public java.lang.String[] getMisconfiguredGroups()
throws java.rmi.RemoteException
UserManagementException - user find errorRemoteException - general error
public void cleanupMisconfiguredGroups()
throws java.rmi.RemoteException
UserManagementException - error cleaning up usersRemoteException - general error
public java.lang.String[] getGroupProfileNames()
throws java.rmi.RemoteException
UserManagementEximport - com.bea.p13n.usermgmt.profile.ProfileWrapper;
ception error accessing the
databaseRemoteException - general error
public java.lang.String[] getRealmGroups()
throws java.rmi.RemoteException
public boolean isManageableRealm()
throws java.rmi.RemoteException
|
© 2001 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||