Uses of Class
edu.internet2.middleware.grouper.ws.exceptions.WsInvalidQueryException
Packages that use WsInvalidQueryException
Package
Description
This package has grouper-ws logic and beans
All beans that are needed by Axis are here so there is only one namespace.
-
Uses of WsInvalidQueryException in edu.internet2.middleware.grouper.ws
Methods in edu.internet2.middleware.grouper.ws that throw WsInvalidQueryExceptionModifier and TypeMethodDescriptionstatic SubjectGrouperServiceJ2ee.retrieveSubjectActAs(WsSubjectLookup actAsLookup) retrieve the subject to act as -
Uses of WsInvalidQueryException in edu.internet2.middleware.grouper.ws.coresoap
Methods in edu.internet2.middleware.grouper.ws.coresoap that throw WsInvalidQueryExceptionModifier and TypeMethodDescriptionWsAttributeAssignLookup.retrieveAttributeAssignIfNeeded(GrouperSession grouperSession, String invalidQueryReason, String[] backReferenceAttributeAssignIds) retrieve the attributeAssign for this lookup if not looked up yet.WsAttributeDefLookup.retrieveAttributeDefIfNeeded(GrouperSession grouperSession, String invalidQueryReason) retrieve the attributeDef for this lookup if not looked up yet.WsAttributeDefNameLookup.retrieveAttributeDefNameIfNeeded(GrouperSession grouperSession, String invalidQueryReason) retrieve the attributeDefName for this lookup if not looked up yet.WsExternalSubjectLookup.retrieveExternalSubjectIfNeeded(GrouperSession grouperSession, String invalidQueryReason) retrieve the external subject for this lookup if not looked up yet.WsGroupLookup.retrieveGroupIfNeeded(GrouperSession grouperSession, String invalidQueryReason) retrieve the group for this lookup if not looked up yet.WsMembershipAnyLookup.retrieveMembershipAnyIfNeeded(GrouperSession grouperSession, String invalidQueryReason) retrieve the membership any for this lookup if not looked up yet.WsMembershipLookup.retrieveMembershipIfNeeded(GrouperSession grouperSession, String invalidQueryReason) retrieve the membership for this lookup if not looked up yet.WsAttributeDefNameLookup.retrievePITAttributeDefNamesIfNeeded(String invalidQueryReason, Timestamp pointInTimeFrom, Timestamp pointInTimeTo) retrieve the pit attribute def names for this lookup if not looked up yet.WsAttributeDefLookup.retrievePITAttributeDefsIfNeeded(String invalidQueryReason, Timestamp pointInTimeFrom, Timestamp pointInTimeTo) retrieve the pit attribute defs for this lookup if not looked up yet.WsGroupLookup.retrievePITGroupsIfNeeded(String invalidQueryReason, Timestamp pointInTimeFrom, Timestamp pointInTimeTo) retrieve the pit groups for this lookup if not looked up yet. -
Uses of WsInvalidQueryException in edu.internet2.middleware.grouper.ws.query
Methods in edu.internet2.middleware.grouper.ws.query that throw WsInvalidQueryExceptionModifier and TypeMethodDescriptionabstract voidWsQueryFilterType.validate(WsQueryFilter wsGroupQuery) make sure that based on the inputs, that this is a valid queryabstract voidWsStemQueryFilterType.validate(WsStemQueryFilter wsStemQuery) make sure that based on the inputs, that this is a valid query -
Uses of WsInvalidQueryException in edu.internet2.middleware.grouper.ws.rest.subject
Subclasses of WsInvalidQueryException in edu.internet2.middleware.grouper.ws.rest.subjectModifier and TypeClassDescriptionclasswhen too many results when searching for subjects and filtering by group -
Uses of WsInvalidQueryException in edu.internet2.middleware.grouper.ws.security
Methods in edu.internet2.middleware.grouper.ws.security that throw WsInvalidQueryExceptionModifier and TypeMethodDescriptionWsCustomAuthentication.retrieveLoggedInSubjectId(javax.servlet.http.HttpServletRequest httpServletRequest) retrieve the current username (subjectId) from the request object.WsGrouperOauthAuthentication.retrieveLoggedInSubjectId(javax.servlet.http.HttpServletRequest httpServletRequest) -
Uses of WsInvalidQueryException in edu.internet2.middleware.grouper.ws.util
Methods in edu.internet2.middleware.grouper.ws.util that throw WsInvalidQueryExceptionModifier and TypeMethodDescriptionstatic intGrouperServiceUtils.arrayLengthAtLeastOne(Object[] objects, String configNameOfMax, int defaultMax, String label) get array length, make sure at least 1static BooleanGrouperServiceUtils.booleanObjectValue(String input, String paramName) parse a boolean as "T" or "F" or "TRUE" or "FALSE" case insensitive.static booleanGrouperServiceUtils.booleanValue(String input, boolean defaultValue, String paramName) parse a boolean as "T" or "F" or "TRUE" or "FALSE" case insensitive.static booleanGrouperServiceUtils.booleanValue(String input, String paramName) parse a boolean as "T" or "F" or "TRUE" or "FALSE" case insensitive.static AttributeAssignDelegatableGrouperServiceUtils.convertAttributeAssignDelegatable(String attributeAssignDelegatable) convert the AttributeAssignDelegatable, default to nullstatic AttributeAssignOperationGrouperServiceUtils.convertAttributeAssignOperation(String attributeAssignOperation) convert the attributeAssignOperation, default to nullstatic AttributeAssignTypeGrouperServiceUtils.convertAttributeAssignType(String attributeAssignType) convert the attributeAssignType, default to nullGrouperServiceUtils.convertAttributeAssignValueOperation(String attributeAssignValueOperation) convert the attributeAssignValueOperation, default to nullstatic AttributeDefTypeGrouperServiceUtils.convertAttributeDefType(String attributeDefTypeString) convert the attributeDefType, default to nullstatic AttributeDefValueTypeGrouperServiceUtils.convertAttributeDefValueType(String attributeDefValueTypeString) convert the attributeDefValueType, default to nullstatic GrouperVersionGrouperServiceUtils.convertGrouperWsVersion(String theVersion) convert the version safely with a descriptive message.GrouperServiceUtils.convertLimitsToMap(WsPermissionEnvVar[] limitEnvParams) if wrong size or a name is blank, then throw descriptive exception.static WsMemberFilterGrouperServiceUtils.convertMemberFilter(String memberFilter) convert the member filter, default to allGrouperServiceUtils.convertParamsToMap(WsParam[] params) if wrong size or a name is blank, then throw descriptive exception.static PermissionAssignOperationGrouperServiceUtils.convertPermissionAssignOperation(String permissionAssignOperation) convert the permissionAssignOperation, default to nullGrouperServiceUtils.convertPermissionType(String permissionType) convert the permissionType, default to nullstatic SaveModeGrouperServiceUtils.convertSaveMode(String theSaveMode) convert the save mode safely with a descriptive messagestatic GrouperTransactionTypeGrouperServiceUtils.convertTransactionType(String txTypeString) convert the tx type safely with a descriptive messagestatic IntegerGrouperServiceUtils.integerValue(String input, String paramName) parse an integer or null