|
|||||||||
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(String action)
|
GcGetPermissionAssignments |
addAttributeDefName(String theAttributeDefName)
set the attributedef name |
GcGetPermissionAssignments |
addAttributeDefNameName(String theAttributeDefNameName)
set the attributeDefName name |
GcGetPermissionAssignments |
addAttributeDefNameUuid(String theAttributeDefNameUuid)
set the attributeDefName uuid |
GcGetPermissionAssignments |
addAttributeDefUuid(String theAttributeDefUuid)
set the attributedef uuid |
GcGetPermissionAssignments |
addParam(String paramName,
String paramValue)
add a param to the list |
GcGetPermissionAssignments |
addParam(WsParam wsParam)
add a param to the list |
GcGetPermissionAssignments |
addPermissionEnvVar(String envVarName,
String envVarValue,
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 |
addRoleName(String theRoleName)
set the role name |
GcGetPermissionAssignments |
addRoleUuid(String theRoleUuid)
set the role uuid |
GcGetPermissionAssignments |
addSubjectAttributeName(String subjectAttributeName)
|
GcGetPermissionAssignments |
addSubjectLookup(WsSubjectLookup wsSubjectLookup)
set the subject lookup |
GcGetPermissionAssignments |
assignActAsSubject(WsSubjectLookup theActAsSubject)
assign the act as subject if any |
GcGetPermissionAssignments |
assignClientVersion(String theClientVersion)
assign client version |
GcGetPermissionAssignments |
assignEnabled(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(Boolean theIncludeAssignmentsOnAssignments)
|
GcGetPermissionAssignments |
assignIncludeAttributeAssignments(Boolean theIncludeAttributeAssignments)
T or F for it attribute assignments should be returned |
GcGetPermissionAssignments |
assignIncludeAttributeDefNames(Boolean theIncludeAttributeDefNames)
T or F for if attributeDefName objects should be returned |
GcGetPermissionAssignments |
assignIncludeGroupDetail(Boolean theIncludeGroupDetail)
assign if the group detail should be included |
GcGetPermissionAssignments |
assignIncludePermissionAssignDetail(Boolean theIncludePermissionAssignDetail)
T or F for if the permission details should be returned |
GcGetPermissionAssignments |
assignIncludeSubjectDetail(Boolean theIncludeSubjectDetail)
if should include subject detail |
GcGetPermissionAssignments |
assignPermissionProcessor(String thePermissionProcessor)
if we should find the best answer, or process limits, etc. |
GcGetPermissionAssignments |
assignPermissionType(String thePermissionType)
are we looking for role permissions or subject permissions? from enum PermissionType: role, or role_subject. |
GcGetPermissionAssignments |
assignPointInTimeFrom(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(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(String thePermissionType)
thePermissionType
-
public GcGetPermissionAssignments assignPermissionProcessor(String thePermissionProcessor)
thePermissionProcessor
-
public GcGetPermissionAssignments addPermissionEnvVar(WsPermissionEnvVar wsPermissionEnvVar)
wsPermissionEnvVar
-
public GcGetPermissionAssignments addPermissionEnvVar(String envVarName, String envVarValue, String envVarType)
envVarName
- envVarValue
- envVarType
-
public GcGetPermissionAssignments assignPointInTimeFrom(Timestamp pointInTimeFrom)
pointInTimeFrom
-
public GcGetPermissionAssignments assignPointInTimeTo(Timestamp pointInTimeTo)
pointInTimeTo
-
public GcGetPermissionAssignments assignIncludeAssignmentsOnAssignments(Boolean theIncludeAssignmentsOnAssignments)
theIncludeAssignmentsOnAssignments
-
public GcGetPermissionAssignments addAction(String action)
action
-
public GcGetPermissionAssignments assignClientVersion(String theClientVersion)
theClientVersion
-
public GcGetPermissionAssignments addRoleName(String theRoleName)
theRoleName
-
public GcGetPermissionAssignments addSubjectLookup(WsSubjectLookup wsSubjectLookup)
wsSubjectLookup
-
public GcGetPermissionAssignments addRoleUuid(String theRoleUuid)
theRoleUuid
-
public GcGetPermissionAssignments addParam(String paramName, String paramValue)
paramName
- paramValue
-
public GcGetPermissionAssignments addParam(WsParam wsParam)
wsParam
-
public GcGetPermissionAssignments assignActAsSubject(WsSubjectLookup theActAsSubject)
theActAsSubject
-
public GcGetPermissionAssignments assignIncludeAttributeAssignments(Boolean theIncludeAttributeAssignments)
theIncludeAttributeAssignments
-
public GcGetPermissionAssignments assignIncludeAttributeDefNames(Boolean theIncludeAttributeDefNames)
theIncludeAttributeDefNames
-
public GcGetPermissionAssignments assignIncludePermissionAssignDetail(Boolean theIncludePermissionAssignDetail)
theIncludePermissionAssignDetail
-
public GcGetPermissionAssignments addSubjectAttributeName(String subjectAttributeName)
subjectAttributeName
-
public GcGetPermissionAssignments assignIncludeGroupDetail(Boolean theIncludeGroupDetail)
theIncludeGroupDetail
-
public GcGetPermissionAssignments assignIncludeSubjectDetail(Boolean theIncludeSubjectDetail)
theIncludeSubjectDetail
-
public WsGetPermissionAssignmentsResults execute()
public GcGetPermissionAssignments assignEnabled(String theEnabled)
theEnabled
-
public GcGetPermissionAssignments addAttributeDefName(String theAttributeDefName)
theAttributeDefName
-
public GcGetPermissionAssignments addAttributeDefUuid(String theAttributeDefUuid)
theAttributeDefUuid
-
public GcGetPermissionAssignments addAttributeDefNameName(String theAttributeDefNameName)
theAttributeDefNameName
-
public GcGetPermissionAssignments addAttributeDefNameUuid(String theAttributeDefNameUuid)
theAttributeDefNameUuid
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |