|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouperClient.ws.beans.WsRestAssignGrouperPrivilegesRequest
public class WsRestAssignGrouperPrivilegesRequest
Class with data about assigning privileges for a subject and group
Constructor Summary | |
---|---|
WsRestAssignGrouperPrivilegesRequest()
|
Method Summary | |
---|---|
WsSubjectLookup |
getActAsSubjectLookup()
who to act as if not the connecting user |
String |
getAllowed()
T or F as to whether this privilege is being assigned or removed |
String |
getClientVersion()
version of the client. |
String |
getIncludeGroupDetail()
T or F as for if group detail should be included |
String |
getIncludeSubjectDetail()
T|F, for if the extended subject information should be returned (anything more than just the id) |
WsParam[] |
getParams()
|
String[] |
getPrivilegeNames()
(e.g. |
String |
getPrivilegeType()
privilegeType (e.g. |
String |
getReplaceAllExisting()
T to replace existing members, F or blank to just change assignments. |
String[] |
getSubjectAttributeNames()
|
String |
getTxType()
|
WsGroupLookup |
getWsGroupLookup()
group to assign privilege |
WsStemLookup |
getWsStemLookup()
stem to assign privilege |
WsSubjectLookup[] |
getWsSubjectLookups()
subjects to assign to |
void |
setActAsSubjectLookup(WsSubjectLookup actAsSubjectLookup1)
who to act as if not the connecting user |
void |
setAllowed(String allowed1)
T or F as to whether this privilege is being assigned or removed |
void |
setClientVersion(String clientVersion1)
|
void |
setIncludeGroupDetail(String includeGroupDetail1)
T or F as for if group detail should be included |
void |
setIncludeSubjectDetail(String includeSubjectDetail1)
T|F, for if the extended subject information should be returned (anything more than just the id) |
void |
setParams(WsParam[] params1)
|
void |
setPrivilegeNames(String[] privilegeNames1)
(e.g. |
void |
setPrivilegeType(String privilegeType1)
privilegeType (e.g. |
void |
setReplaceAllExisting(String replaceAllExisting1)
|
void |
setSubjectAttributeNames(String[] subjectAttributeNames1)
|
void |
setTxType(String txType1)
|
void |
setWsGroupLookup(WsGroupLookup wsGroupLookup1)
group to assign privilege |
void |
setWsStemLookup(WsStemLookup wsStemLookup1)
group to assign privilege |
void |
setWsSubjectLookups(WsSubjectLookup[] subjectLookups1)
subjects to assign to |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WsRestAssignGrouperPrivilegesRequest()
Method Detail |
---|
public String getReplaceAllExisting()
public void setReplaceAllExisting(String replaceAllExisting1)
replaceAllExisting1
- public WsGroupLookup getWsGroupLookup()
public void setWsGroupLookup(WsGroupLookup wsGroupLookup1)
wsGroupLookup1
- public WsStemLookup getWsStemLookup()
public void setWsStemLookup(WsStemLookup wsStemLookup1)
wsStemLookup1
- public String getClientVersion()
public void setClientVersion(String clientVersion1)
clientVersion1
- public String getPrivilegeType()
public void setPrivilegeType(String privilegeType1)
privilegeType1
- public String[] getPrivilegeNames()
public void setPrivilegeNames(String[] privilegeNames1)
privilegeNames1
- public String getIncludeSubjectDetail()
public void setIncludeSubjectDetail(String includeSubjectDetail1)
includeSubjectDetail1
- public String getIncludeGroupDetail()
public void setIncludeGroupDetail(String includeGroupDetail1)
includeGroupDetail1
- public String getAllowed()
public void setAllowed(String allowed1)
allowed1
- public WsSubjectLookup[] getWsSubjectLookups()
public void setWsSubjectLookups(WsSubjectLookup[] subjectLookups1)
subjectLookups1
- the subjectLookups to setpublic WsSubjectLookup getActAsSubjectLookup()
public void setActAsSubjectLookup(WsSubjectLookup actAsSubjectLookup1)
actAsSubjectLookup1
- the actAsSubjectLookup to setpublic String[] getSubjectAttributeNames()
public void setSubjectAttributeNames(String[] subjectAttributeNames1)
subjectAttributeNames1
- the subjectAttributeNames to setpublic String getTxType()
public void setTxType(String txType1)
txType1
- the txType to setpublic WsParam[] getParams()
public void setParams(WsParam[] params1)
params1
- the params to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |