Uses of Class
de.quantummaid.httpmaid.cors.domain.RequestedMethod
-
Packages that use RequestedMethod Package Description de.quantummaid.httpmaid.cors.domain de.quantummaid.httpmaid.cors.policy -
-
Uses of RequestedMethod in de.quantummaid.httpmaid.cors.domain
Methods in de.quantummaid.httpmaid.cors.domain that return RequestedMethod Modifier and Type Method Description static RequestedMethodRequestedMethod. load(MetaData metaData) -
Uses of RequestedMethod in de.quantummaid.httpmaid.cors.policy
Methods in de.quantummaid.httpmaid.cors.policy with parameters of type RequestedMethod Modifier and Type Method Description booleanAllowedMethods. isAllowed(RequestedMethod requestedMethod)booleanResourceSharingPolicy. validateRequestedMethod(RequestedMethod requestedMethod)
-