|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ProfilesBean - contains details about the various profiles of a given user on the system.
This also contains the username.public interface IProfilesAdminService<ProfilesBean>
Provides functionality to load and store user profile details in to the registry.
| Method Summary | |
|---|---|
ProfilesBean |
getUserProfile(String path)
Method to retrieve profile details from the registry. |
boolean |
putUserProfile(String path)
Method to add a new user profile to the registry. |
| Method Detail |
|---|
boolean putUserProfile(String path)
throws org.wso2.carbon.registry.core.exceptions.RegistryException,
org.wso2.carbon.user.core.UserStoreException
path - the path to add the user profile.
org.wso2.carbon.registry.core.exceptions.RegistryException - if an error occurred while accessing the registry.
org.wso2.carbon.user.core.UserStoreException - if an error occurred while accessing the user realm.
ProfilesBean getUserProfile(String path)
throws org.wso2.carbon.registry.core.exceptions.RegistryException,
org.wso2.carbon.user.core.UserStoreException
path - the path to add the user profile.
org.wso2.carbon.registry.core.exceptions.RegistryException - if an error occurred while accessing the registry.
org.wso2.carbon.user.core.UserStoreException - if an error occurred while accessing the user realm.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||