|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IdentityUserStoreAdmin
This interface adds the functionality related to multiple profiles. A given user can have multiple profiles with different attribute values. This contains methods corresponding to adding attribute values to user profiles.
Method Summary | |
---|---|
void |
setUserProperties(java.lang.String userName,
java.util.Map<java.lang.String,java.lang.String> properties,
java.lang.String profileName)
This sets user properties corresponding to the given user name and the profile name. |
void |
updateUserProperties(java.lang.String userName,
java.util.Map<java.lang.String,java.lang.String> properties,
java.lang.String profileName)
This updates user properties corresponding to the given user name and the profile name. |
Method Detail |
---|
void setUserProperties(java.lang.String userName, java.util.Map<java.lang.String,java.lang.String> properties, java.lang.String profileName) throws org.wso2.usermanager.UserManagerException
userName
- Unique user nameproperties
- Profile propertiesprofileName
- Name of the profile
org.wso2.usermanager.UserManagerException
void updateUserProperties(java.lang.String userName, java.util.Map<java.lang.String,java.lang.String> properties, java.lang.String profileName) throws org.wso2.usermanager.UserManagerException
userName
- Unique user nameproperties
- Profile propertiesprofileName
- Name of the profile
org.wso2.usermanager.UserManagerException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |