|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouperClient.api.GcAssignPermissions
public class GcAssignPermissions
class to run an assign permissions web service call
Constructor Summary | |
---|---|
GcAssignPermissions()
|
Method Summary | |
---|---|
GcAssignPermissions |
addAction(java.lang.String action)
|
GcAssignPermissions |
addActionToReplace(java.lang.String action)
actions to replace |
GcAssignPermissions |
addAttributeAssignId(java.lang.String attributeAssignId)
add a attribute assign id lookup |
GcAssignPermissions |
addAttributeDefIdIndexToReplace(java.lang.Long theAttributeDefIdIndex)
set the attributeDef id index to replace |
GcAssignPermissions |
addAttributeDefNameToReplace(java.lang.String theAttributeDefName)
set the attributeDef name to replace |
GcAssignPermissions |
addAttributeDefUuidToReplace(java.lang.String theAttributeDefUuid)
set the attributeDef uuid to replace |
GcAssignPermissions |
addParam(java.lang.String paramName,
java.lang.String paramValue)
add a param to the list |
GcAssignPermissions |
addParam(WsParam wsParam)
add a param to the list |
GcAssignPermissions |
addPermissionDefNameIdIndex(java.lang.Long thePermissionDefNameIdIndex)
set the permissionDefName id index |
GcAssignPermissions |
addPermissionDefNameName(java.lang.String thePermissionDefNameName)
set the permissionDefName name |
GcAssignPermissions |
addPermissionDefNameUuid(java.lang.String thePermissionDefNameUuid)
set the permissionDefName uuid |
GcAssignPermissions |
addRoleIdIndex(java.lang.Long theRoleIdIndex)
set the role id index |
GcAssignPermissions |
addRoleName(java.lang.String theRoleName)
set the role name |
GcAssignPermissions |
addRoleUuid(java.lang.String theRoleUuid)
set the role uuid |
GcAssignPermissions |
addSubjectAttributeName(java.lang.String subjectAttributeName)
|
GcAssignPermissions |
addSubjectRoleLookup(WsMembershipAnyLookup subjectRoleLookup)
add a membership any lookup |
GcAssignPermissions |
assignActAsSubject(WsSubjectLookup theActAsSubject)
assign the act as subject if any |
GcAssignPermissions |
assignAssignmentNotes(java.lang.String theAssignmentNotes)
notes on the assignment (optional) |
GcAssignPermissions |
assignClientVersion(java.lang.String theClientVersion)
assign client version |
GcAssignPermissions |
assignDelegatable(java.lang.String theDelegatable)
really only for permissions, if the assignee can delegate to someone else. |
GcAssignPermissions |
assignDisabledTime(java.sql.Timestamp theDisabledTime)
disabled time, or null for not disabled |
GcAssignPermissions |
assignDisallowed(java.lang.Boolean theDisallowed)
really only for permissions, if the assignment is a disallow to override an allow in a wider inherited permission resource |
GcAssignPermissions |
assignEnabledTime(java.sql.Timestamp theEnabledTime)
enabled time, or null for enabled |
GcAssignPermissions |
assignIncludeGroupDetail(java.lang.Boolean theIncludeGroupDetail)
assign if the group detail should be included |
GcAssignPermissions |
assignIncludeSubjectDetail(java.lang.Boolean theIncludeSubjectDetail)
if should include subject detail |
GcAssignPermissions |
assignPermissionAssignOperation(java.lang.String thePermissionAssignOperation)
operation to perform for permission on role or subject, from enum PermissionAssignOperation assign_permission, remove_permission |
GcAssignPermissions |
assignPermissionType(java.lang.String thePermissionType)
is role or role_subject from the PermissionType enum |
WsAssignPermissionsResults |
execute()
execute the call and return the results. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GcAssignPermissions()
Method Detail |
---|
public GcAssignPermissions assignPermissionType(java.lang.String thePermissionType)
thePermissionType
-
public GcAssignPermissions addAction(java.lang.String action)
action
-
public GcAssignPermissions assignClientVersion(java.lang.String theClientVersion)
theClientVersion
-
public GcAssignPermissions addRoleName(java.lang.String theRoleName)
theRoleName
-
public GcAssignPermissions addRoleUuid(java.lang.String theRoleUuid)
theRoleUuid
-
public GcAssignPermissions addRoleIdIndex(java.lang.Long theRoleIdIndex)
theRoleIdIndex
-
public GcAssignPermissions addParam(java.lang.String paramName, java.lang.String paramValue)
paramName
- paramValue
-
public GcAssignPermissions addParam(WsParam wsParam)
wsParam
-
public GcAssignPermissions assignActAsSubject(WsSubjectLookup theActAsSubject)
theActAsSubject
-
public GcAssignPermissions addSubjectRoleLookup(WsMembershipAnyLookup subjectRoleLookup)
subjectRoleLookup
-
public GcAssignPermissions addAttributeAssignId(java.lang.String attributeAssignId)
attributeAssignId
- id
public GcAssignPermissions addSubjectAttributeName(java.lang.String subjectAttributeName)
subjectAttributeName
-
public GcAssignPermissions assignIncludeGroupDetail(java.lang.Boolean theIncludeGroupDetail)
theIncludeGroupDetail
-
public GcAssignPermissions assignIncludeSubjectDetail(java.lang.Boolean theIncludeSubjectDetail)
theIncludeSubjectDetail
-
public WsAssignPermissionsResults execute()
public GcAssignPermissions addPermissionDefNameName(java.lang.String thePermissionDefNameName)
thePermissionDefNameName
-
public GcAssignPermissions addPermissionDefNameUuid(java.lang.String thePermissionDefNameUuid)
thePermissionDefNameUuid
-
public GcAssignPermissions addPermissionDefNameIdIndex(java.lang.Long thePermissionDefNameIdIndex)
thePermissionDefNameIdIndex
-
public GcAssignPermissions assignDisabledTime(java.sql.Timestamp theDisabledTime)
theDisabledTime
-
public GcAssignPermissions assignEnabledTime(java.sql.Timestamp theEnabledTime)
theEnabledTime
-
public GcAssignPermissions assignAssignmentNotes(java.lang.String theAssignmentNotes)
theAssignmentNotes
-
public GcAssignPermissions assignPermissionAssignOperation(java.lang.String thePermissionAssignOperation)
thePermissionAssignOperation
-
public GcAssignPermissions assignDelegatable(java.lang.String theDelegatable)
theDelegatable
-
public GcAssignPermissions assignDisallowed(java.lang.Boolean theDisallowed)
theDisallowed
-
public GcAssignPermissions addActionToReplace(java.lang.String action)
action
-
public GcAssignPermissions addAttributeDefNameToReplace(java.lang.String theAttributeDefName)
theAttributeDefName
-
public GcAssignPermissions addAttributeDefUuidToReplace(java.lang.String theAttributeDefUuid)
theAttributeDefUuid
-
public GcAssignPermissions addAttributeDefIdIndexToReplace(java.lang.Long theAttributeDefIdIndex)
theAttributeDefIdIndex
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |