|
Knopflerfish OSGi 2.4.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BackEndControl
Service that can be used to load the user admin with contents from a back end system, save the user admin's current contents to the back end system and get the subscription for this service gateway from the back end system.
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.
Method Summary | |
---|---|
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. |
Method Detail |
---|
void load() throws BackEndException
java.lang.SecurityException
- If a security manager exists and the caller does not have the
UserAdminPermission with name admin.
BackEndException
void save() throws BackEndException
java.lang.SecurityException
- If a security manager exists and the caller does not have the
UserAdminPermission with name admin.
BackEndException
java.lang.String getSubscription()
|
Knopflerfish OSGi 2.4.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |