ProfilesBean
- contains details about the various profiles of a given user on the system.
This also contains the username.public interface IProfilesAdminService<ProfilesBean>
Modifier and Type | Method and Description |
---|---|
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.
|
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.Copyright © 2021 WSO2. All Rights Reserved.