org.knopflerfish.service.um.useradmin
public interface BackEndControl
First and foremost, this service is an internal service that the bundle um_ui_sg uses to communicate with the back-end. The interface is likely to change in future releases of the user management component.
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getSubscription()
Deprecated.
the subscription is now communicated as the service property
"subscription", getSubscription still works though.
|
void |
load()
Load the user admin with contents form the back end system.
|
void |
save()
Save the user admin's current contents to the back end system.
|
void load()
throws BackEndException
java.lang.SecurityException - If a security manager exists and the caller does not have the
UserAdminPermission with name admin.BackEndExceptionvoid save()
throws BackEndException
java.lang.SecurityException - If a security manager exists and the caller does not have the
UserAdminPermission with name admin.BackEndExceptionjava.lang.String getSubscription()