Class AllowAllRestrictor
java.lang.Object
org.jolokia.server.core.restrictor.AbstractConstantRestrictor
org.jolokia.server.core.restrictor.AllowAllRestrictor
- All Implemented Interfaces:
Restrictor
A restrictor which simply allows everything. Used, when no jolokia-access.xml is
present.
- 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
-
AllowAllRestrictor
public AllowAllRestrictor()
-