public class UserProfileClient extends Object
| Constructor and Description |
|---|
UserProfileClient(String url,
org.apache.axis2.context.ConfigurationContext configContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteUserProfile(String username,
String profileName) |
static String |
extractDomainFromName(String nameWithDomain) |
org.wso2.carbon.identity.user.profile.stub.types.UserFieldDTO[] |
getOrderedUserFields(org.wso2.carbon.identity.user.profile.stub.types.UserFieldDTO[] userFields) |
org.wso2.carbon.identity.user.profile.stub.types.UserProfileDTO |
getProfileFieldsForInternalStore() |
org.wso2.carbon.identity.user.profile.stub.types.UserProfileDTO |
getUserProfile(String username,
String profile) |
org.wso2.carbon.identity.user.profile.stub.types.UserProfileDTO[] |
getUserProfiles(String userName) |
boolean |
isAddProfileEnabled() |
boolean |
isAddProfileEnabledForDomain(String domain) |
boolean |
isReadOnlyUserStore() |
void |
setUserProfile(String username,
org.wso2.carbon.identity.user.profile.stub.types.UserProfileDTO profile) |
public void setUserProfile(String username, org.wso2.carbon.identity.user.profile.stub.types.UserProfileDTO profile) throws Exception
Exceptionpublic void deleteUserProfile(String username, String profileName) throws Exception
Exceptionpublic org.wso2.carbon.identity.user.profile.stub.types.UserProfileDTO[] getUserProfiles(String userName) throws Exception
Exceptionpublic org.wso2.carbon.identity.user.profile.stub.types.UserProfileDTO getProfileFieldsForInternalStore()
throws Exception
Exceptionpublic org.wso2.carbon.identity.user.profile.stub.types.UserProfileDTO getUserProfile(String username, String profile) throws Exception
Exceptionpublic org.wso2.carbon.identity.user.profile.stub.types.UserFieldDTO[] getOrderedUserFields(org.wso2.carbon.identity.user.profile.stub.types.UserFieldDTO[] userFields)
throws Exception
ExceptionCopyright © 2023 WSO2. All rights reserved.