public class ScriptedIdentity extends Object
| Constructor and Description |
|---|
ScriptedIdentity(AMIdentity amIdentity)
The constructor for the
ScriptedIdentity object |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttribute(String attributeName,
String attributeValue) |
Set |
getAttribute(String attributeName)
Retrieves a particular attribute's value
|
void |
setAttribute(String attributeName,
Object[] attributeValues)
Sets the attribute's values.
|
void |
store()
Persists the current state of the user's attributes
|
public ScriptedIdentity(AMIdentity amIdentity)
ScriptedIdentity objectamIdentity - The amIdentity object containing the user informationpublic Set getAttribute(String attributeName)
attributeName - The name of the attribute to be retrievedpublic void setAttribute(String attributeName, Object[] attributeValues)
attributeName - The name of the attributeattributeValues - The values of the attributepublic void store()
Copyright © 2010–2024 Open Identity Platform Community. All rights reserved.