|
|||||||||
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 |
java.lang.String |
getAllowed()
T or F as to whether this privilege is being assigned or removed |
java.lang.String |
getClientVersion()
version of the client. |
java.lang.String |
getIncludeGroupDetail()
T or F as for if group detail should be included |
java.lang.String |
getIncludeSubjectDetail()
T|F, for if the extended subject information should be returned (anything more than just the id) |
WsParam[] |
getParams()
|
java.lang.String[] |
getPrivilegeNames()
(e.g. |
java.lang.String |
getPrivilegeType()
privilegeType (e.g. |
java.lang.String |
getReplaceAllExisting()
T to replace existing members, F or blank to just change assignments. |
java.lang.String[] |
getSubjectAttributeNames()
|
java.lang.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(java.lang.String allowed1)
T or F as to whether this privilege is being assigned or removed |
void |
setClientVersion(java.lang.String clientVersion1)
|
void |
setIncludeGroupDetail(java.lang.String includeGroupDetail1)
T or F as for if group detail should be included |
void |
setIncludeSubjectDetail(java.lang.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(java.lang.String[] privilegeNames1)
(e.g. |
void |
setPrivilegeType(java.lang.String privilegeType1)
privilegeType (e.g. |
void |
setReplaceAllExisting(java.lang.String replaceAllExisting1)
|
void |
setSubjectAttributeNames(java.lang.String[] subjectAttributeNames1)
|
void |
setTxType(java.lang.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 java.lang.String getReplaceAllExisting()
public void setReplaceAllExisting(java.lang.String replaceAllExisting1)
replaceAllExisting1
- public WsGroupLookup getWsGroupLookup()
public void setWsGroupLookup(WsGroupLookup wsGroupLookup1)
wsGroupLookup1
- public WsStemLookup getWsStemLookup()
public void setWsStemLookup(WsStemLookup wsStemLookup1)
wsStemLookup1
- public java.lang.String getClientVersion()
public void setClientVersion(java.lang.String clientVersion1)
clientVersion1
- public java.lang.String getPrivilegeType()
public void setPrivilegeType(java.lang.String privilegeType1)
privilegeType1
- public java.lang.String[] getPrivilegeNames()
public void setPrivilegeNames(java.lang.String[] privilegeNames1)
privilegeNames1
- public java.lang.String getIncludeSubjectDetail()
public void setIncludeSubjectDetail(java.lang.String includeSubjectDetail1)
includeSubjectDetail1
- public java.lang.String getIncludeGroupDetail()
public void setIncludeGroupDetail(java.lang.String includeGroupDetail1)
includeGroupDetail1
- public java.lang.String getAllowed()
public void setAllowed(java.lang.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 java.lang.String[] getSubjectAttributeNames()
public void setSubjectAttributeNames(java.lang.String[] subjectAttributeNames1)
subjectAttributeNames1
- the subjectAttributeNames to setpublic java.lang.String getTxType()
public void setTxType(java.lang.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 |