Uses of Enum
org.pac4j.core.context.HttpConstants.HTTP_METHOD
Packages that use HttpConstants.HTTP_METHOD
Package
Description
-
Uses of HttpConstants.HTTP_METHOD in org.pac4j.core.authorization.authorizer
Methods in org.pac4j.core.authorization.authorizer with parameters of type HttpConstants.HTTP_METHODModifier and TypeMethodDescriptionprotected booleanCheckHttpMethodAuthorizer.check(WebContext context, SessionStore sessionStore, UserProfile profile, HttpConstants.HTTP_METHOD element) static CheckHttpMethodAuthorizerCheckHttpMethodAuthorizer.checkHttpMethod(HttpConstants.HTTP_METHOD... methods) Method parameters in org.pac4j.core.authorization.authorizer with type arguments of type HttpConstants.HTTP_METHODModifier and TypeMethodDescriptionstatic CheckHttpMethodAuthorizerCheckHttpMethodAuthorizer.checkHttpMethod(List<HttpConstants.HTTP_METHOD> methods) static CheckHttpMethodAuthorizerCheckHttpMethodAuthorizer.checkHttpMethod(Set<HttpConstants.HTTP_METHOD> methods) Constructors in org.pac4j.core.authorization.authorizer with parameters of type HttpConstants.HTTP_METHODConstructor parameters in org.pac4j.core.authorization.authorizer with type arguments of type HttpConstants.HTTP_METHODModifierConstructorDescription -
Uses of HttpConstants.HTTP_METHOD in org.pac4j.core.context
Methods in org.pac4j.core.context that return HttpConstants.HTTP_METHODModifier and TypeMethodDescriptionstatic HttpConstants.HTTP_METHODReturns the enum constant of this type with the specified name.static HttpConstants.HTTP_METHOD[]HttpConstants.HTTP_METHOD.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of HttpConstants.HTTP_METHOD in org.pac4j.core.matching.matcher
Methods in org.pac4j.core.matching.matcher that return types with arguments of type HttpConstants.HTTP_METHODMethod parameters in org.pac4j.core.matching.matcher with type arguments of type HttpConstants.HTTP_METHODModifier and TypeMethodDescriptionvoidCorsMatcher.setAllowMethods(Set<HttpConstants.HTTP_METHOD> allowMethods) voidHttpMethodMatcher.setMethods(Set<HttpConstants.HTTP_METHOD> methods) Constructors in org.pac4j.core.matching.matcher with parameters of type HttpConstants.HTTP_METHOD