public class GcAssignGrouperPrivileges
extends java.lang.Object
Constructor and Description |
---|
GcAssignGrouperPrivileges() |
Modifier and Type | Method and Description |
---|---|
GcAssignGrouperPrivileges |
addParam(java.lang.String paramName,
java.lang.String paramValue)
add a param to the list
|
GcAssignGrouperPrivileges |
addParam(WsParam wsParam)
add a param to the list
|
GcAssignGrouperPrivileges |
addPrivilegeName(java.lang.String thePrivilegeName)
assign the privilege name to query
|
GcAssignGrouperPrivileges |
addSubjectAttributeName(java.lang.String subjectAttributeName) |
GcAssignGrouperPrivileges |
addSubjectLookup(WsSubjectLookup wsSubjectLookup)
add a subject lookup
|
GcAssignGrouperPrivileges |
assignActAsSubject(WsSubjectLookup theActAsSubject)
assign the act as subject if any
|
GcAssignGrouperPrivileges |
assignAllowed(boolean isAllowed)
assign if allowed
|
GcAssignGrouperPrivileges |
assignClientVersion(java.lang.String theClientVersion)
assign client version
|
GcAssignGrouperPrivileges |
assignGroupLookup(WsGroupLookup theWsGroupLookup)
set the group name
|
GcAssignGrouperPrivileges |
assignIncludeGroupDetail(java.lang.Boolean theIncludeGroupDetail)
assign if the group detail should be included
|
GcAssignGrouperPrivileges |
assignIncludeSubjectDetail(java.lang.Boolean theIncludeSubjectDetail)
if should include subject detail
|
GcAssignGrouperPrivileges |
assignPrivilegeType(java.lang.String thePrivilegeType)
assign privilege type
|
GcAssignGrouperPrivileges |
assignReplaceAllExisting(java.lang.Boolean isReplaceAllExisting)
set if we should replace all existing members with new list
|
GcAssignGrouperPrivileges |
assignStemLookup(WsStemLookup theStemLookup)
set the stem name to query privs
|
GcAssignGrouperPrivileges |
assignTxType(GcTransactionType gcTransactionType)
assign the tx type
|
WsAssignGrouperPrivilegesResults |
execute()
execute the call and return the results.
|
public GcAssignGrouperPrivileges assignAllowed(boolean isAllowed)
isAllowed
- public GcAssignGrouperPrivileges assignPrivilegeType(java.lang.String thePrivilegeType)
thePrivilegeType
- public GcAssignGrouperPrivileges addPrivilegeName(java.lang.String thePrivilegeName)
thePrivilegeName
- public GcAssignGrouperPrivileges assignGroupLookup(WsGroupLookup theWsGroupLookup)
theWsGroupLookup
- public GcAssignGrouperPrivileges assignStemLookup(WsStemLookup theStemLookup)
theStemLookup
- public GcAssignGrouperPrivileges addParam(java.lang.String paramName, java.lang.String paramValue)
paramName
- paramValue
- public GcAssignGrouperPrivileges addParam(WsParam wsParam)
wsParam
- public GcAssignGrouperPrivileges addSubjectLookup(WsSubjectLookup wsSubjectLookup)
wsSubjectLookup
- public GcAssignGrouperPrivileges assignActAsSubject(WsSubjectLookup theActAsSubject)
theActAsSubject
- public GcAssignGrouperPrivileges addSubjectAttributeName(java.lang.String subjectAttributeName)
subjectAttributeName
- public GcAssignGrouperPrivileges assignIncludeGroupDetail(java.lang.Boolean theIncludeGroupDetail)
theIncludeGroupDetail
- public GcAssignGrouperPrivileges assignIncludeSubjectDetail(java.lang.Boolean theIncludeSubjectDetail)
theIncludeSubjectDetail
- public GcAssignGrouperPrivileges assignTxType(GcTransactionType gcTransactionType)
gcTransactionType
- public GcAssignGrouperPrivileges assignClientVersion(java.lang.String theClientVersion)
theClientVersion
- public GcAssignGrouperPrivileges assignReplaceAllExisting(java.lang.Boolean isReplaceAllExisting)
isReplaceAllExisting
- public WsAssignGrouperPrivilegesResults execute()