Uses of Enum Class
org.jolokia.server.core.util.RequestType
Packages that use RequestType
Package
Description
-
Uses of RequestType in org.jolokia.server.core.osgi.security
Methods in org.jolokia.server.core.osgi.security with parameters of type RequestTypeModifier and TypeMethodDescriptionbooleanDelegatingRestrictor.isTypeAllowed(RequestType pType) Check whether the provided command type is allowed in principal -
Uses of RequestType in org.jolokia.server.core.request
Methods in org.jolokia.server.core.request that return RequestTypeConstructors in org.jolokia.server.core.request with parameters of type RequestTypeModifierConstructorDescriptionprotectedJolokiaObjectNameRequest(RequestType pType, String pName, List<String> pPathParts, ProcessingParameters pProcessingParams, boolean pExclusive) Constructor for GET requestsprotectedJolokiaRequest(RequestType pType, List<String> pPathParts, ProcessingParameters pProcessingParams, boolean pExclusive) Constructor used for representingHttpMethod.GETrequests. -
Uses of RequestType in org.jolokia.server.core.restrictor
Methods in org.jolokia.server.core.restrictor with parameters of type RequestTypeModifier and TypeMethodDescriptionbooleanAbstractConstantRestrictor.isTypeAllowed(RequestType pType) Check whether the provided command type is allowed in principal -
Uses of RequestType in org.jolokia.server.core.restrictor.policy
Methods in org.jolokia.server.core.restrictor.policy that return RequestTypeMethods in org.jolokia.server.core.restrictor.policy with parameters of type RequestTypeModifier and TypeMethodDescriptionbooleanRequestTypeChecker.check(RequestType pType) Return true if either no<commands>section was in the policy or the given type was mentioned as allowed commandbooleanPolicyRestrictor.isTypeAllowed(RequestType pType) Check whether the provided command type is allowed in principalConstructors in org.jolokia.server.core.restrictor.policy with parameters of type RequestTypeModifierConstructorDescriptionArg(boolean pIsTypeAllowed, RequestType pType, ObjectName pName, String pValue) Constructor for this immutable object -
Uses of RequestType in org.jolokia.server.core.service.api
Methods in org.jolokia.server.core.service.api with parameters of type RequestTypeModifier and TypeMethodDescriptionbooleanRestrictor.isTypeAllowed(RequestType pType) Check whether the provided command type is allowed in principal -
Uses of RequestType in org.jolokia.server.core.service.impl
Methods in org.jolokia.server.core.service.impl with parameters of type RequestTypeModifier and TypeMethodDescriptionbooleanJolokiaContextImpl.isTypeAllowed(RequestType pType) Check whether the provided command type is allowed in principal -
Uses of RequestType in org.jolokia.server.core.util
Methods in org.jolokia.server.core.util that return RequestTypeModifier and TypeMethodDescriptionstatic RequestTypeRequestType.getTypeByName(String pName) Get the request type by a string representation.static RequestTypeReturns the enum constant of this class with the specified name.static RequestType[]RequestType.values()Returns an array containing the constants of this enum class, in the order they are declared.