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
Exception
public void deleteUserProfile(String username, String profileName) throws Exception
Exception
public org.wso2.carbon.identity.user.profile.stub.types.UserProfileDTO[] getUserProfiles(String userName) throws Exception
Exception
public org.wso2.carbon.identity.user.profile.stub.types.UserProfileDTO getProfileFieldsForInternalStore() throws Exception
Exception
public org.wso2.carbon.identity.user.profile.stub.types.UserProfileDTO getUserProfile(String username, String profile) throws Exception
Exception
public org.wso2.carbon.identity.user.profile.stub.types.UserFieldDTO[] getOrderedUserFields(org.wso2.carbon.identity.user.profile.stub.types.UserFieldDTO[] userFields) throws Exception
Exception
Copyright © 2007–2017 WSO2. All rights reserved.