|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IIdentityManagerPrivate
Defines the expected behavior for an identity manager. This manager supports users IDIFUser and groups
IDIFGroup.
| Method Summary | |
|---|---|
void |
persistUserAttribute(String userID,
String attributeID,
Object attributeValue)
Persists an attribute value on a given user on the underlying repository. |
void |
persistUserAttributes(String userID,
Map<String,Object> attributes)
Persists all attributes values on a given user on the underlying repository. |
| Method Detail |
|---|
void persistUserAttribute(String userID,
String attributeID,
Object attributeValue)
throws IdentityManagerException
userID - the ID of the user to updateattributeID - the ID of the attribute to updateattributeValue - the value of the attribute to update
IdentityManagerException - if the attribute can't be updated
void persistUserAttributes(String userID,
Map<String,Object> attributes)
throws IdentityManagerException
userID - the ID of the user to updateattributes - the attributes to update
IdentityManagerException - if the attribute can't be updated
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||