|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectXGTRBAC.UserRoleAssign.AssignCondition
public class UserRoleAssign.AssignCondition
An inner "AssignCondition" class *
| Field Summary | |
|---|---|
private java.lang.String |
CredType
|
private java.lang.String |
DExprId
|
private LogicalExpr |
LogicalExpr
|
private java.lang.String |
PTExprId
|
| Constructor Summary | |
|---|---|
UserRoleAssign.AssignCondition(java.lang.String cred_type)
Creates a new instance of AssignCondition |
|
| Method Summary | |
|---|---|
java.lang.String |
getCredType()
Returns the credential type |
java.lang.String |
getDExprId()
Returns the duration expression id reference for the assign condition |
DurationExpr |
getDurationExpr(Policy policy)
Returns the duration expression for the assign condition |
LogicalExpr |
getLogicalExpr()
Returns the logical expression |
PeriodicTimeExpr |
getPeriodicTimeExpr(Policy policy)
Returns the periodic time expression for the assign condition |
java.lang.String |
getPTExprId()
Returns the periodic time expression id reference for the assign condition |
void |
setDExprId(java.lang.String d_expr_id)
Sets the duration expression id reference for the assign condition |
LogicalExpr |
setLogicalExpr()
Sets the logical expression for the AssignCondition |
void |
setPTExprId(java.lang.String pt_expr_id)
Sets the periodic time expression id reference for the assign 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 CredType
private java.lang.String PTExprId
private java.lang.String DExprId
private LogicalExpr LogicalExpr
| Constructor Detail |
|---|
public UserRoleAssign.AssignCondition(java.lang.String cred_type)
| Method Detail |
|---|
public java.lang.String getCredType()
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 | ||||||||