public class ArmIdentityProperties extends ArmInterface implements ArmIdentityProperties
Modifier and Type | Field and Description |
---|---|
protected java.util.ArrayList |
m_contextProperties |
protected java.util.ArrayList |
m_identityProperties |
m_errorCode, m_factory
Constructor and Description |
---|
ArmIdentityProperties(ArmIdentityProperties identityProperties)
Create the ARM Identity Properties.
|
ArmIdentityProperties(java.lang.String[] identity_names,
java.lang.String[] identity_values,
java.lang.String[] context_names,
ArmFactory factory)
Create the ARM Identity Properties.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContextName(int index) |
java.lang.String[] |
getContextNames()
Returns an array of all the ARM Context Names.
|
java.lang.String |
getContextValue(int index)
Returns the ARM Context Value at the given index.
|
java.lang.String[] |
getContextValues()
Returns an array of all the ARM Context Values.
|
java.lang.String |
getIdentityName(int index) |
java.lang.String[] |
getIdentityNames()
Returns an array of all the ARM Identity Names.
|
java.lang.String |
getIdentityValue(int index) |
java.lang.String[] |
getIdentityValues()
Returns an array of all the ARM Identity Values.
|
void |
setContextValue(int index,
java.lang.String value)
Set the Context value at the given index.
|
void |
setContextValues(java.lang.String[] values)
Set all the context values to the given list.
|
getErrorCode, getErrorMessage, getFactory, setErrorCode, setFactory
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getErrorCode, getErrorMessage, setErrorCode
protected java.util.ArrayList m_identityProperties
protected java.util.ArrayList m_contextProperties
public ArmIdentityProperties(java.lang.String[] identity_names, java.lang.String[] identity_values, java.lang.String[] context_names, ArmFactory factory)
identity_names
- identity_values
- context_names
- factory
- public ArmIdentityProperties(ArmIdentityProperties identityProperties)
identityProperties
- public java.lang.String getIdentityName(int index)
getIdentityName
in interface ArmIdentityProperties
index
- the index of the identity name to be returned.name
part of the (name,value)
identity property) at the specified array index. The returned value
will be null
if either the name or value at
the index is set to null.public java.lang.String[] getIdentityNames()
public java.lang.String getIdentityValue(int index)
getIdentityValue
in interface ArmIdentityProperties
index
- the index of the identity value to be returned.value
part of the (name,value)
identity property) at the specified array index. The returned value
will be null
if either the name or value at
the index is set to null.public java.lang.String[] getIdentityValues()
public java.lang.String getContextName(int index)
getContextName
in interface ArmIdentityProperties
index
- the index of the context name to be returned.name
part of the (name,value)
context property) at the specified array index. The returned value
may be null
.public java.lang.String[] getContextNames()
public java.lang.String getContextValue(int index)
index
- public java.lang.String[] getContextValues()
public void setContextValue(int index, java.lang.String value)
index
- value
- public void setContextValues(java.lang.String[] values)
values
-