Package | Description |
---|---|
org.jolokia.handler | |
org.jolokia.request | |
org.jolokia.restrictor | |
org.jolokia.restrictor.policy | |
org.jolokia.util |
Modifier and Type | Method and Description |
---|---|
RequestType |
VersionHandler.getType()
The type of request which can be served by this handler
|
RequestType |
ListHandler.getType()
The type of request which can be served by this handler
|
abstract RequestType |
JsonRequestHandler.getType()
The type of request which can be served by this handler
|
RequestType |
ExecHandler.getType()
The type of request which can be served by this handler
|
RequestType |
WriteHandler.getType()
The type of request which can be served by this handler
|
RequestType |
SearchHandler.getType()
The type of request which can be served by this handler
|
RequestType |
ReadHandler.getType() |
Modifier and Type | Method and Description |
---|---|
JsonRequestHandler |
RequestHandlerManager.getRequestHandler(RequestType pType)
Get the request handler for the given type
|
Modifier and Type | Method and Description |
---|---|
RequestType |
JmxRequest.getType()
Get request type
|
Constructor and Description |
---|
JmxObjectNameRequest(RequestType pType,
String pObjectName,
List<String> pPathParts,
ProcessingParameters pProcessingParams)
Constructor for GET requests
|
JmxRequest(RequestType pType,
List<String> pPathParts,
ProcessingParameters pProcessingParams)
Constructor used for representing
HttpMethod.GET requests. |
Modifier and Type | Method and Description |
---|---|
boolean |
PolicyRestrictor.isTypeAllowed(RequestType pType)
Check whether the provided command type is allowed in principal
|
boolean |
AbstractConstantRestrictor.isTypeAllowed(RequestType pType)
Check whether the provided command type is allowed in principal
|
boolean |
Restrictor.isTypeAllowed(RequestType pType)
Check whether the provided command type is allowed in principal
|
Modifier and Type | Method and Description |
---|---|
RequestType |
MBeanAccessChecker.Arg.getType()
Get request type
|
Modifier and Type | Method and Description |
---|---|
boolean |
RequestTypeChecker.check(RequestType pType)
Return true if either no
<commands> section was in the policy or
the given type was mentioned as allowed command |
Constructor and Description |
---|
Arg(boolean pIsTypeAllowed,
RequestType pType,
ObjectName pName,
String pValue)
Constructor for this immutable object
|
Modifier and Type | Method and Description |
---|---|
static RequestType |
RequestType.getTypeByName(String pName)
Get the request type by a string representation.
|
static RequestType |
RequestType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestType[] |
RequestType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016. All rights reserved.