org.arm4.arm40.transaction
public class ArmIdentityProperties extends ArmInterface implements ArmIdentityProperties
Version: $Revision$ $Date$
Field Summary | |
---|---|
protected ArrayList | m_contextProperties |
protected ArrayList | m_identityProperties |
Constructor Summary | |
---|---|
ArmIdentityProperties(String[] identity_names, String[] identity_values, String[] context_names, ArmFactory factory)
Create the ARM Identity Properties.
| |
ArmIdentityProperties(ArmIdentityProperties identityProperties)
Create the ARM Identity Properties.
|
Method Summary | |
---|---|
String | getContextName(int index) |
String[] | getContextNames()
Returns an array of all the ARM Context Names.
|
String | getContextValue(int index)
Returns the ARM Context Value at the given index.
|
String[] | getContextValues()
Returns an array of all the ARM Context Values.
|
String | getIdentityName(int index) |
String[] | getIdentityNames()
Returns an array of all the ARM Identity Names.
|
String | getIdentityValue(int index) |
String[] | getIdentityValues()
Returns an array of all the ARM Identity Values.
|
void | setContextValue(int index, String value)
Set the Context value at the given index.
|
void | setContextValues(String[] values)
Set all the context values to the given list.
|
Parameters: identity_names identity_values context_names factory
Parameters: identityProperties
Returns: an array of all the ARM Context Names.
Parameters: index
Returns: the ARM Context Value at the given index.
Returns: an array of all the ARM Context Values.
Returns: an array of all the ARM Identity Names.
Returns: an array of all the ARM Identity Values.
Parameters: index value
Parameters: values