|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouperClient.api.GcGetPermissionAssignments
public class GcGetPermissionAssignments
class to run a get permission assignments web service call
Constructor Summary | |
---|---|
GcGetPermissionAssignments()
|
Method Summary | |
---|---|
GcGetPermissionAssignments |
addAction(java.lang.String action)
|
GcGetPermissionAssignments |
addAttributeDefIdIndex(java.lang.Long theAttributeDefIdIndex)
set the attributedef id index |
GcGetPermissionAssignments |
addAttributeDefName(java.lang.String theAttributeDefName)
set the attributedef name |
GcGetPermissionAssignments |
addAttributeDefNameIdIndex(java.lang.Long theAttributeDefNameIdIndex)
set the attributeDefName id index |
GcGetPermissionAssignments |
addAttributeDefNameName(java.lang.String theAttributeDefNameName)
set the attributeDefName name |
GcGetPermissionAssignments |
addAttributeDefNameUuid(java.lang.String theAttributeDefNameUuid)
set the attributeDefName uuid |
GcGetPermissionAssignments |
addAttributeDefUuid(java.lang.String theAttributeDefUuid)
set the attributedef uuid |
GcGetPermissionAssignments |
addParam(java.lang.String paramName,
java.lang.String paramValue)
add a param to the list |
GcGetPermissionAssignments |
addParam(WsParam wsParam)
add a param to the list |
GcGetPermissionAssignments |
addPermissionEnvVar(java.lang.String envVarName,
java.lang.String envVarValue,
java.lang.String envVarType)
limitEnvVars if processing limits, pass in a set of limits. |
GcGetPermissionAssignments |
addPermissionEnvVar(WsPermissionEnvVar wsPermissionEnvVar)
limitEnvVars if processing limits, pass in a set of limits. |
GcGetPermissionAssignments |
addRoleIdIndex(java.lang.Long theRoleIdIndex)
set the role id index |
GcGetPermissionAssignments |
addRoleName(java.lang.String theRoleName)
set the role name |
GcGetPermissionAssignments |
addRoleUuid(java.lang.String theRoleUuid)
set the role uuid |
GcGetPermissionAssignments |
addSubjectAttributeName(java.lang.String subjectAttributeName)
|
GcGetPermissionAssignments |
addSubjectLookup(WsSubjectLookup wsSubjectLookup)
set the subject lookup |
GcGetPermissionAssignments |
assignActAsSubject(WsSubjectLookup theActAsSubject)
assign the act as subject if any |
GcGetPermissionAssignments |
assignClientVersion(java.lang.String theClientVersion)
assign client version |
GcGetPermissionAssignments |
assignEnabled(java.lang.String theEnabled)
assign A for all, T or null for enabled only, F for disabled only |
GcGetPermissionAssignments |
assignImmediateOnly(boolean theImmediateOnly)
T of F (defaults to F) if we should filter out non immediate permissions |
GcGetPermissionAssignments |
assignIncludeAssignmentsOnAssignments(java.lang.Boolean theIncludeAssignmentsOnAssignments)
|
GcGetPermissionAssignments |
assignIncludeAttributeAssignments(java.lang.Boolean theIncludeAttributeAssignments)
T or F for it attribute assignments should be returned |
GcGetPermissionAssignments |
assignIncludeAttributeDefNames(java.lang.Boolean theIncludeAttributeDefNames)
T or F for if attributeDefName objects should be returned |
GcGetPermissionAssignments |
assignIncludeGroupDetail(java.lang.Boolean theIncludeGroupDetail)
assign if the group detail should be included |
GcGetPermissionAssignments |
assignIncludePermissionAssignDetail(java.lang.Boolean theIncludePermissionAssignDetail)
T or F for if the permission details should be returned |
GcGetPermissionAssignments |
assignIncludeSubjectDetail(java.lang.Boolean theIncludeSubjectDetail)
if should include subject detail |
GcGetPermissionAssignments |
assignPermissionProcessor(java.lang.String thePermissionProcessor)
if we should find the best answer, or process limits, etc. |
GcGetPermissionAssignments |
assignPermissionType(java.lang.String thePermissionType)
are we looking for role permissions or subject permissions? from enum PermissionType: role, or role_subject. |
GcGetPermissionAssignments |
assignPointInTimeFrom(java.sql.Timestamp pointInTimeFrom)
To query permissions at a certain point in time or time range in the past, set this value and/or the value of pointInTimeTo. |
GcGetPermissionAssignments |
assignPointInTimeTo(java.sql.Timestamp pointInTimeTo)
To query permissions at a certain point in time or time range in the past, set this value and/or the value of pointInTimeFrom. |
WsGetPermissionAssignmentsResults |
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 GcGetPermissionAssignments()
Method Detail |
---|
public GcGetPermissionAssignments assignImmediateOnly(boolean theImmediateOnly)
theImmediateOnly
-
public GcGetPermissionAssignments assignPermissionType(java.lang.String thePermissionType)
thePermissionType
-
public GcGetPermissionAssignments assignPermissionProcessor(java.lang.String thePermissionProcessor)
thePermissionProcessor
-
public GcGetPermissionAssignments addPermissionEnvVar(WsPermissionEnvVar wsPermissionEnvVar)
wsPermissionEnvVar
-
public GcGetPermissionAssignments addPermissionEnvVar(java.lang.String envVarName, java.lang.String envVarValue, java.lang.String envVarType)
envVarName
- envVarValue
- envVarType
-
public GcGetPermissionAssignments assignPointInTimeFrom(java.sql.Timestamp pointInTimeFrom)
pointInTimeFrom
-
public GcGetPermissionAssignments assignPointInTimeTo(java.sql.Timestamp pointInTimeTo)
pointInTimeTo
-
public GcGetPermissionAssignments assignIncludeAssignmentsOnAssignments(java.lang.Boolean theIncludeAssignmentsOnAssignments)
theIncludeAssignmentsOnAssignments
-
public GcGetPermissionAssignments addAction(java.lang.String action)
action
-
public GcGetPermissionAssignments assignClientVersion(java.lang.String theClientVersion)
theClientVersion
-
public GcGetPermissionAssignments addRoleName(java.lang.String theRoleName)
theRoleName
-
public GcGetPermissionAssignments addRoleIdIndex(java.lang.Long theRoleIdIndex)
theRoleIdIndex
-
public GcGetPermissionAssignments addSubjectLookup(WsSubjectLookup wsSubjectLookup)
wsSubjectLookup
-
public GcGetPermissionAssignments addRoleUuid(java.lang.String theRoleUuid)
theRoleUuid
-
public GcGetPermissionAssignments addParam(java.lang.String paramName, java.lang.String paramValue)
paramName
- paramValue
-
public GcGetPermissionAssignments addParam(WsParam wsParam)
wsParam
-
public GcGetPermissionAssignments assignActAsSubject(WsSubjectLookup theActAsSubject)
theActAsSubject
-
public GcGetPermissionAssignments assignIncludeAttributeAssignments(java.lang.Boolean theIncludeAttributeAssignments)
theIncludeAttributeAssignments
-
public GcGetPermissionAssignments assignIncludeAttributeDefNames(java.lang.Boolean theIncludeAttributeDefNames)
theIncludeAttributeDefNames
-
public GcGetPermissionAssignments assignIncludePermissionAssignDetail(java.lang.Boolean theIncludePermissionAssignDetail)
theIncludePermissionAssignDetail
-
public GcGetPermissionAssignments addSubjectAttributeName(java.lang.String subjectAttributeName)
subjectAttributeName
-
public GcGetPermissionAssignments assignIncludeGroupDetail(java.lang.Boolean theIncludeGroupDetail)
theIncludeGroupDetail
-
public GcGetPermissionAssignments assignIncludeSubjectDetail(java.lang.Boolean theIncludeSubjectDetail)
theIncludeSubjectDetail
-
public WsGetPermissionAssignmentsResults execute()
public GcGetPermissionAssignments assignEnabled(java.lang.String theEnabled)
theEnabled
-
public GcGetPermissionAssignments addAttributeDefName(java.lang.String theAttributeDefName)
theAttributeDefName
-
public GcGetPermissionAssignments addAttributeDefUuid(java.lang.String theAttributeDefUuid)
theAttributeDefUuid
-
public GcGetPermissionAssignments addAttributeDefIdIndex(java.lang.Long theAttributeDefIdIndex)
theAttributeDefIdIndex
-
public GcGetPermissionAssignments addAttributeDefNameName(java.lang.String theAttributeDefNameName)
theAttributeDefNameName
-
public GcGetPermissionAssignments addAttributeDefNameUuid(java.lang.String theAttributeDefNameUuid)
theAttributeDefNameUuid
-
public GcGetPermissionAssignments addAttributeDefNameIdIndex(java.lang.Long theAttributeDefNameIdIndex)
theAttributeDefNameIdIndex
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |