edu.internet2.middleware.grouper.ws.rest.permission
Class WsRestGetPermissionAssignmentsLiteRequest

java.lang.Object
  extended by edu.internet2.middleware.grouper.ws.rest.permission.WsRestGetPermissionAssignmentsLiteRequest
All Implemented Interfaces:
WsRequestBean

public class WsRestGetPermissionAssignmentsLiteRequest
extends Object
implements WsRequestBean

Bean for rest request to get permissions lite


Constructor Summary
WsRestGetPermissionAssignmentsLiteRequest()
           
 
Method Summary
 String getActAsSubjectId()
          if acting as another user
 String getActAsSubjectIdentifier()
          if acting as another user
 String getActAsSubjectSourceId()
          if acting as another user
 String getAction()
          action to query, or none to query all actions
 String getClientVersion()
          is the version of the client.
 String getEnabled()
          is A for all, T or null for enabled only, F for disabled
 String getIncludeAssignmentsOnAssignments()
          if this is not querying assignments on assignments directly, but the assignments and assignments on those assignments should be returned, enter true.
 String getIncludeAttributeAssignments()
          T or F for it attribute assignments should be returned
 String getIncludeAttributeDefNames()
          T or F for if attributeDefName objects should be returned
 String getIncludeGroupDetail()
          T or F as to if the group detail should be returned
 String getIncludePermissionAssignDetail()
          T or F for if the permission details should be returned
 String getIncludeSubjectDetail()
          T|F, for if the extended subject information should be returned (anything more than just the id)
 String getParamName0()
          reserved for future use
 String getParamName1()
          reserved for future use
 String getParamValue0()
          reserved for future use
 String getParamValue1()
          reserved for future use
 String getRoleId()
          is role to look in
 String getRoleName()
          is role to look in
 String getSubjectAttributeNames()
          are the additional subject attributes (data) to return (comma separated) If blank, whatever is configured in the grouper-ws.properties will be sent
 String getWsAttributeDefId()
          find assignments in this attribute def (optional)
 String getWsAttributeDefName()
          find assignments in this attribute def (optional)
 String getWsAttributeDefNameId()
          find assignments in this attribute def name (optional)
 String getWsAttributeDefNameName()
          find assignments in this attribute def name (optional)
 String getWsSubjectId()
          is subject to look in
 String getWsSubjectIdentifier()
          is subject to look in
 String getWsSubjectSourceId()
          is subject to look in
 GrouperRestHttpMethod retrieveRestHttpMethod()
          see which http method this is supposed to be associated with, and override whatever was passed in
 void setActAsSubjectId(String actAsSubjectId1)
          if acting as another user
 void setActAsSubjectIdentifier(String actAsSubjectIdentifier1)
          if acting as another user
 void setActAsSubjectSourceId(String actAsSubjectSourceId1)
          if acting as another user
 void setAction(String action1)
          action to query, or none to query all actions
 void setClientVersion(String clientVersion1)
          is the version of the client.
 void setEnabled(String enabled1)
          is A for all, T or null for enabled only, F for disabled
 void setIncludeAssignmentsOnAssignments(String includeAssignmentsOnAssignments1)
          if this is not querying assignments on assignments directly, but the assignments and assignments on those assignments should be returned, enter true.
 void setIncludeAttributeAssignments(String includeAttributeAssignments1)
          T or F for it attribute assignments should be returned
 void setIncludeAttributeDefNames(String includeAttributeDefNames1)
          T or F for if attributeDefName objects should be returned
 void setIncludeGroupDetail(String includeGroupDetail1)
          T or F as to if the group detail should be returned
 void setIncludePermissionAssignDetail(String includePermissionAssignDetail1)
          T or F for if the permission details should be returned
 void setIncludeSubjectDetail(String includeSubjectDetail1)
          T|F, for if the extended subject information should be returned (anything more than just the id)
 void setParamName0(String _paramName0)
          reserved for future use
 void setParamName1(String _paramName1)
          reserved for future use
 void setParamValue0(String _paramValue0)
          reserved for future use
 void setParamValue1(String _paramValue1)
          reserved for future use
 void setRoleId(String wsOwnerGroupId1)
          is role to look in
 void setRoleName(String wsOwnerGroupName1)
          is role to look in
 void setSubjectAttributeNames(String subjectAttributeNames1)
          are the additional subject attributes (data) to return (comma separated) If blank, whatever is configured in the grouper-ws.properties will be sent
 void setWsAttributeDefId(String wsAttributeDefId1)
          find assignments in this attribute def (optional)
 void setWsAttributeDefName(String wsAttributeDefName1)
          find assignments in this attribute def (optional)
 void setWsAttributeDefNameId(String wsAttributeDefNameId1)
          find assignments in this attribute def name (optional)
 void setWsAttributeDefNameName(String wsAttributeDefNameName1)
          find assignments in this attribute def name (optional)
 void setWsSubjectId(String wsOwnerSubjectId1)
          is subject to look in
 void setWsSubjectIdentifier(String wsOwnerSubjectIdentifier1)
          is subject to look in
 void setWsSubjectSourceId(String wsOwnerSubjectSourceId1)
          is subject to look in
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsRestGetPermissionAssignmentsLiteRequest

public WsRestGetPermissionAssignmentsLiteRequest()
Method Detail

retrieveRestHttpMethod

public GrouperRestHttpMethod retrieveRestHttpMethod()
Description copied from interface: WsRequestBean
see which http method this is supposed to be associated with, and override whatever was passed in

Specified by:
retrieveRestHttpMethod in interface WsRequestBean
Returns:
the method
See Also:
WsRequestBean.retrieveRestHttpMethod()

getClientVersion

public String getClientVersion()
is the version of the client. Must be in GrouperWsVersion, e.g. v1_3_000

Returns:
client version

setClientVersion

public void setClientVersion(String clientVersion1)
is the version of the client. Must be in GrouperWsVersion, e.g. v1_3_000

Parameters:
clientVersion1 -

getWsAttributeDefName

public String getWsAttributeDefName()
find assignments in this attribute def (optional)

Returns:
attribute def name

setWsAttributeDefName

public void setWsAttributeDefName(String wsAttributeDefName1)
find assignments in this attribute def (optional)

Parameters:
wsAttributeDefName1 -

getWsAttributeDefId

public String getWsAttributeDefId()
find assignments in this attribute def (optional)

Returns:
attribute def

setWsAttributeDefId

public void setWsAttributeDefId(String wsAttributeDefId1)
find assignments in this attribute def (optional)

Parameters:
wsAttributeDefId1 -

getWsAttributeDefNameName

public String getWsAttributeDefNameName()
find assignments in this attribute def name (optional)

Returns:
attribute def name name

setWsAttributeDefNameName

public void setWsAttributeDefNameName(String wsAttributeDefNameName1)
find assignments in this attribute def name (optional)

Parameters:
wsAttributeDefNameName1 -

getWsAttributeDefNameId

public String getWsAttributeDefNameId()
find assignments in this attribute def name (optional)

Returns:
attribute def name id

setWsAttributeDefNameId

public void setWsAttributeDefNameId(String wsAttributeDefNameId1)
find assignments in this attribute def name (optional)

Parameters:
wsAttributeDefNameId1 -

getRoleName

public String getRoleName()
is role to look in

Returns:
group name

setRoleName

public void setRoleName(String wsOwnerGroupName1)
is role to look in

Parameters:
wsOwnerGroupName1 -

getRoleId

public String getRoleId()
is role to look in

Returns:
group id

setRoleId

public void setRoleId(String wsOwnerGroupId1)
is role to look in

Parameters:
wsOwnerGroupId1 -

getWsSubjectId

public String getWsSubjectId()
is subject to look in

Returns:
subject

setWsSubjectId

public void setWsSubjectId(String wsOwnerSubjectId1)
is subject to look in

Parameters:
wsOwnerSubjectId1 -

getWsSubjectSourceId

public String getWsSubjectSourceId()
is subject to look in

Returns:
subject

setWsSubjectSourceId

public void setWsSubjectSourceId(String wsOwnerSubjectSourceId1)
is subject to look in

Parameters:
wsOwnerSubjectSourceId1 -

getWsSubjectIdentifier

public String getWsSubjectIdentifier()
is subject to look in

Returns:
subject

setWsSubjectIdentifier

public void setWsSubjectIdentifier(String wsOwnerSubjectIdentifier1)
is subject to look in

Parameters:
wsOwnerSubjectIdentifier1 -

getAction

public String getAction()
action to query, or none to query all actions

Returns:
action

setAction

public void setAction(String action1)
action to query, or none to query all actions

Parameters:
action1 -

getIncludeAssignmentsOnAssignments

public String getIncludeAssignmentsOnAssignments()
if this is not querying assignments on assignments directly, but the assignments and assignments on those assignments should be returned, enter true. default to false.

Returns:
include assignment

setIncludeAssignmentsOnAssignments

public void setIncludeAssignmentsOnAssignments(String includeAssignmentsOnAssignments1)
if this is not querying assignments on assignments directly, but the assignments and assignments on those assignments should be returned, enter true. default to false.

Parameters:
includeAssignmentsOnAssignments1 -

getActAsSubjectId

public String getActAsSubjectId()
if acting as another user

Returns:
id

setActAsSubjectId

public void setActAsSubjectId(String actAsSubjectId1)
if acting as another user

Parameters:
actAsSubjectId1 -

getActAsSubjectSourceId

public String getActAsSubjectSourceId()
if acting as another user

Returns:
source id

setActAsSubjectSourceId

public void setActAsSubjectSourceId(String actAsSubjectSourceId1)
if acting as another user

Parameters:
actAsSubjectSourceId1 -

getActAsSubjectIdentifier

public String getActAsSubjectIdentifier()
if acting as another user

Returns:
subject identifier

setActAsSubjectIdentifier

public void setActAsSubjectIdentifier(String actAsSubjectIdentifier1)
if acting as another user

Parameters:
actAsSubjectIdentifier1 -

getIncludeSubjectDetail

public String getIncludeSubjectDetail()
T|F, for if the extended subject information should be returned (anything more than just the id)

Returns:
T|F

setIncludeSubjectDetail

public void setIncludeSubjectDetail(String includeSubjectDetail1)
T|F, for if the extended subject information should be returned (anything more than just the id)

Parameters:
includeSubjectDetail1 -

getSubjectAttributeNames

public String getSubjectAttributeNames()
are the additional subject attributes (data) to return (comma separated) If blank, whatever is configured in the grouper-ws.properties will be sent

Returns:
subject attribute names

setSubjectAttributeNames

public void setSubjectAttributeNames(String subjectAttributeNames1)
are the additional subject attributes (data) to return (comma separated) If blank, whatever is configured in the grouper-ws.properties will be sent

Parameters:
subjectAttributeNames1 -

getIncludeGroupDetail

public String getIncludeGroupDetail()
T or F as to if the group detail should be returned

Returns:
T|F

setIncludeGroupDetail

public void setIncludeGroupDetail(String includeGroupDetail1)
T or F as to if the group detail should be returned

Parameters:
includeGroupDetail1 -

getParamName0

public String getParamName0()
reserved for future use

Returns:
param name 0

setParamName0

public void setParamName0(String _paramName0)
reserved for future use

Parameters:
_paramName0 -

getParamValue0

public String getParamValue0()
reserved for future use

Returns:
param value 0

setParamValue0

public void setParamValue0(String _paramValue0)
reserved for future use

Parameters:
_paramValue0 -

getParamName1

public String getParamName1()
reserved for future use

Returns:
paramname1

setParamName1

public void setParamName1(String _paramName1)
reserved for future use

Parameters:
_paramName1 -

getParamValue1

public String getParamValue1()
reserved for future use

Returns:
param value 1

setParamValue1

public void setParamValue1(String _paramValue1)
reserved for future use

Parameters:
_paramValue1 -

getEnabled

public String getEnabled()
is A for all, T or null for enabled only, F for disabled

Returns:
enabled

setEnabled

public void setEnabled(String enabled1)
is A for all, T or null for enabled only, F for disabled

Parameters:
enabled1 -

getIncludeAttributeAssignments

public String getIncludeAttributeAssignments()
T or F for it attribute assignments should be returned

Returns:
include attribute assignments

getIncludeAttributeDefNames

public String getIncludeAttributeDefNames()
T or F for if attributeDefName objects should be returned

Returns:
the attributeDefName

getIncludePermissionAssignDetail

public String getIncludePermissionAssignDetail()
T or F for if the permission details should be returned

Returns:
T or F

setIncludeAttributeAssignments

public void setIncludeAttributeAssignments(String includeAttributeAssignments1)
T or F for it attribute assignments should be returned

Parameters:
includeAttributeAssignments1 -

setIncludeAttributeDefNames

public void setIncludeAttributeDefNames(String includeAttributeDefNames1)
T or F for if attributeDefName objects should be returned

Parameters:
includeAttributeDefNames1 -

setIncludePermissionAssignDetail

public void setIncludePermissionAssignDetail(String includePermissionAssignDetail1)
T or F for if the permission details should be returned

Parameters:
includePermissionAssignDetail1 -