|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.stanford.rt.credential.RoleTerm
RoleTerm
element. Each RoleTerm object
has a reference to its corresponding RoleDeclaration object and stores
its parameter values, if any.Field Summary | |
private ValueSet[] |
paramValues
|
private RoleDeclaration |
roleDeclaration
|
Constructor Summary | |
RoleTerm(RoleDeclaration roleDeclaration)
Constructor for RoleTerm. |
Method Summary | |
DataType |
getParameterType(java.lang.String parameterName)
Method getParameterType. |
ValueSet |
getParameterValue(java.lang.String prefix)
Method getParameterValue. |
ValueSet |
getParameterValueAt(int index)
Method getParameterValueAt. |
RoleDeclaration |
getRoleDeclaration()
Returns the roleDeclaration. |
boolean |
isParameterValueNull(ValueSet paramValue)
Method isParameterValueNull. |
void |
putParameterValue(java.lang.String prefix,
ValueSet parameterValue)
Method putParameterValue. |
java.lang.String |
toString(java.lang.String indent)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private RoleDeclaration roleDeclaration
private ValueSet[] paramValues
Constructor Detail |
public RoleTerm(RoleDeclaration roleDeclaration)
roleDeclaration
- corresponding role declaration.Method Detail |
public RoleDeclaration getRoleDeclaration()
public void putParameterValue(java.lang.String prefix, ValueSet parameterValue)
prefix
- the parameter prefixparameterValue
- the parameter valuepublic ValueSet getParameterValue(java.lang.String prefix)
prefix
-
public ValueSet getParameterValueAt(int index)
index
-
public DataType getParameterType(java.lang.String parameterName) throws DomainSpecException
parameterName
-
DomainSpecException
public java.lang.String toString(java.lang.String indent)
public boolean isParameterValueNull(ValueSet paramValue)
Equals
or Special Principal
child element.
paramValue
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |