|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouperClient.ws.beans.WsPermissionAssignDetail
public class WsPermissionAssignDetail
result of permission entry query represents an assignment in the DB
Constructor Summary | |
---|---|
WsPermissionAssignDetail()
|
Method Summary | |
---|---|
String |
getActionDepth()
depth of action (number of hops in hierarchy), 0 is immediate |
String |
getActionId()
id of action for this assignment (e.g. |
String |
getAssignmentNotes()
notes about this assignment, free-form text |
String |
getAttributeDefNameSetDepth()
depth of attribute def name set (number of hops in hierarchy), 0 is immediate |
String |
getDisabledTime()
if there is a date here, and it is in the past, this assignment is disabled yyyy/MM/dd HH:mm:ss.SSS Note that HH is 0-23 |
String |
getEnabledTime()
if there is a date here, and it is in the future, this assignment is disabled until that time: yyyy/MM/dd HH:mm:ss.SSS Note that HH is 0-23 |
String |
getHeuristicFriendlyScore()
friendly score which just ranks the list: 1, 2, 3, etc. |
String |
getImmediateMembership()
T or F if the membership is immediate to the role |
String |
getImmediatePermission()
T or F if this permission is immediate to the role or subject |
String |
getMemberId()
if this is a member attribute, this is the foreign key |
String |
getMembershipDepth()
depth of membership (number of hops in hierarchy), 0 is immediate |
String |
getPermissionDelegatable()
AttributeAssignDelegatable enum (generally only for permissions): TRUE, FALSE, GRANT |
String |
getRoleSetDepth()
depth of role set hierarchy, 0 means immediate |
void |
setActionDepth(String actionDepth1)
depth of action (number of hops in hierarchy), 0 is immediate |
void |
setActionId(String attributeAssignActionId1)
id of action for this assignment (e.g. |
void |
setAssignmentNotes(String notes1)
notes about this assignment, free-form text |
void |
setAttributeDefNameSetDepth(String attributeDefNameSetDepth1)
depth of attribute def name set (number of hops in hierarchy), 0 is immediate |
void |
setDisabledTime(String disabledTime1)
if there is a date here, and it is in the past, this assignment is disabled yyyy/MM/dd HH:mm:ss.SSS Note that HH is 0-23 |
void |
setEnabledTime(String enabledTime1)
if there is a date here, and it is in the future, this assignment is disabled until that time: yyyy/MM/dd HH:mm:ss.SSS Note that HH is 0-23 |
void |
setHeuristicFriendlyScore(String heuristicFriendlyScore1)
friendly score which just ranks the list: 1, 2, 3, etc. |
void |
setImmediateMembership(String immediateMembership1)
T or F if the membership is immediate to the role |
void |
setImmediatePermission(String immediatePermission1)
T or F if this permission is immediate to the role or subject |
void |
setMemberId(String ownerMemberId1)
if this is a member attribute, this is the foreign key |
void |
setMembershipDepth(String membershipDepth1)
depth of membership (number of hops in hierarchy), 0 is immediate |
void |
setPermissionDelegatable(String attributeAssignDelegatable1)
AttributeAssignDelegatable enum (generally only for permissions): TRUE, FALSE, GRANT |
void |
setRoleSetDepth(String roleSetDepth1)
depth of role set hierarchy, 0 means immediate |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WsPermissionAssignDetail()
Method Detail |
---|
public String getRoleSetDepth()
public void setRoleSetDepth(String roleSetDepth1)
roleSetDepth1
- public String getMembershipDepth()
public void setMembershipDepth(String membershipDepth1)
membershipDepth1
- public String getAttributeDefNameSetDepth()
public void setAttributeDefNameSetDepth(String attributeDefNameSetDepth1)
attributeDefNameSetDepth1
- public String getActionDepth()
public void setActionDepth(String actionDepth1)
actionDepth1
- public String getPermissionDelegatable()
public void setPermissionDelegatable(String attributeAssignDelegatable1)
attributeAssignDelegatable1
- public String getImmediateMembership()
public void setImmediateMembership(String immediateMembership1)
immediateMembership1
- public String getImmediatePermission()
public void setImmediatePermission(String immediatePermission1)
immediatePermission1
- public String getDisabledTime()
public void setDisabledTime(String disabledTime1)
disabledTime1
- public String getEnabledTime()
public void setEnabledTime(String enabledTime1)
enabledTime1
- public String getAssignmentNotes()
public void setAssignmentNotes(String notes1)
notes1
- public String getMemberId()
public void setMemberId(String ownerMemberId1)
ownerMemberId1
- public String getActionId()
public void setActionId(String attributeAssignActionId1)
attributeAssignActionId1
- public String getHeuristicFriendlyScore()
public void setHeuristicFriendlyScore(String heuristicFriendlyScore1)
heuristicFriendlyScore1
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |