Class DenyAllRestrictor
java.lang.Object
org.jolokia.server.core.restrictor.AbstractConstantRestrictor
org.jolokia.server.core.restrictor.DenyAllRestrictor
- All Implemented Interfaces:
Restrictor
A restrictor which denies every access.
- Since:
- Jul 28, 2009
- Author:
- roland
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jolokia.server.core.restrictor.AbstractConstantRestrictor
isAttributeReadAllowed, isAttributeWriteAllowed, isHttpMethodAllowed, isOperationAllowed, isOriginAllowed, isRemoteAccessAllowed, isTypeAllowed
-
Constructor Details
-
DenyAllRestrictor
public DenyAllRestrictor()Forbid everything
-