Uses of Class
edu.internet2.middleware.grouper.ws.rest.GrouperRestInvalidRequest
Packages that use GrouperRestInvalidRequest
Package
Description
-
Uses of GrouperRestInvalidRequest in edu.internet2.middleware.grouper.ws.rest.contentType
Methods in edu.internet2.middleware.grouper.ws.rest.contentType that throw GrouperRestInvalidRequestModifier and TypeMethodDescriptionstatic WsRestRequestContentType
WsRestRequestContentType.valueOfIgnoreCase
(String string, boolean exceptionOnNotFound) do a case-insensitive matchingstatic WsRestResponseContentType
WsRestResponseContentType.valueOfIgnoreCase
(String string, boolean exceptionOnNotFound) do a case-insensitive matching -
Uses of GrouperRestInvalidRequest in edu.internet2.middleware.grouper.ws.rest.method
Methods in edu.internet2.middleware.grouper.ws.rest.method that throw GrouperRestInvalidRequestModifier and TypeMethodDescriptionstatic GrouperRestHttpMethod
GrouperRestHttpMethod.valueOfIgnoreCase
(String string, boolean exceptionOnNotFound) do a case-insensitive matchingstatic GrouperWsRestDelete
GrouperWsRestDelete.valueOfIgnoreCase
(String string, boolean exceptionOnNotFound) do a case-insensitive matchingstatic GrouperWsRestDeleteGroup
GrouperWsRestDeleteGroup.valueOfIgnoreCase
(String string, boolean exceptionOnNotFound) do a case-insensitive matchingstatic GrouperWsRestGet
GrouperWsRestGet.valueOfIgnoreCase
(String string, boolean exceptionOnNotFound) do a case-insensitive matchingstatic GrouperWsRestGetGroup
GrouperWsRestGetGroup.valueOfIgnoreCase
(String string, boolean exceptionOnNotFound) do a case-insensitive matchingstatic GrouperWsRestGetSubject
GrouperWsRestGetSubject.valueOfIgnoreCase
(String string, boolean exceptionOnNotFound) do a case-insensitive matchingstatic GrouperWsRestPut
GrouperWsRestPut.valueOfIgnoreCase
(String string, boolean exceptionOnNotFound) do a case-insensitive matchingstatic GrouperWsRestPutGroup
GrouperWsRestPutGroup.valueOfIgnoreCase
(String string, boolean exceptionOnNotFound) do a case-insensitive matching -
Uses of GrouperRestInvalidRequest in edu.internet2.middleware.grouper.ws.util
Methods in edu.internet2.middleware.grouper.ws.util that throw GrouperRestInvalidRequestModifier and TypeMethodDescriptionstatic <E extends Enum<?>>
EGrouperServiceUtils.enumValueOfIgnoreCase
(Class<E> theEnumClass, String string, boolean exceptionOnNull) do a case-insensitive matching -
Uses of GrouperRestInvalidRequest in edu.internet2.middleware.grouperVoot.restLogic
Methods in edu.internet2.middleware.grouperVoot.restLogic that throw GrouperRestInvalidRequestModifier and TypeMethodDescriptionstatic VootWsRest
VootWsRest.valueOfIgnoreCase
(String string, boolean exceptionOnNotFound) Do a case-insensitive matching.