|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectXGTRBAC.Role.RoleCondition
public class Role.RoleCondition
An inner "RoleCondition" class *
| Field Summary | |
|---|---|
private java.lang.String |
DExprId
|
private LogicalExpr |
LogicalExpr
|
private java.lang.String |
PTExprId
|
| Constructor Summary | |
|---|---|
Role.RoleCondition()
Creates a new instance of RoleCondition |
|
| Method Summary | |
|---|---|
java.lang.String |
getDExprId()
Returns the duration expression id reference for the role condition |
DurationExpr |
getDurationExpr(Policy policy)
Returns the duration expression for the role condition |
LogicalExpr |
getLogicalExpr()
Returns the logical expression |
PeriodicTimeExpr |
getPeriodicTimeExpr(Policy policy)
Returns the periodic time expression for the role condition |
java.lang.String |
getPTExprId()
Returns the periodic time expression id reference for the role condition |
void |
setDExprId(java.lang.String d_expr_id)
Sets the duration expression id reference for the role condition |
LogicalExpr |
setLogicalExpr()
Sets the logical expression for the RoleCondition |
void |
setPTExprId(java.lang.String pt_expr_id)
Sets the periodic time expression id reference for the role condition |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private java.lang.String PTExprId
private java.lang.String DExprId
private LogicalExpr LogicalExpr
| Constructor Detail |
|---|
public Role.RoleCondition()
| Method Detail |
|---|
public void setPTExprId(java.lang.String pt_expr_id)
pt_expr_id - The periodic time expression id reference supplied as Stringpublic java.lang.String getPTExprId()
public void setDExprId(java.lang.String d_expr_id)
d_expr_id - The duration expression id reference supplied as Stringpublic java.lang.String getDExprId()
public PeriodicTimeExpr getPeriodicTimeExpr(Policy policy)
policy - The reference to policy object supplied as Policy
public DurationExpr getDurationExpr(Policy policy)
policy - The reference to policy object supplied as Policy
public LogicalExpr getLogicalExpr()
public LogicalExpr setLogicalExpr()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||