Package kieker.analysis.generic.source
Class AllAccessHandler
java.lang.Object
kieker.analysis.generic.source.AllAccessHandler
- All Implemented Interfaces:
IAccessHandler
public class AllAccessHandler extends java.lang.Object implements IAccessHandler
Allow access regardless of the specified ip address.
- Since:
- 1.15
- Author:
- Reiner Jung
-
Constructor Summary
Constructors Constructor Description AllAccessHandler()
default constructor. -
Method Summary
Modifier and Type Method Description boolean
acceptRemoteIpAddress(java.lang.String remoteIpAddress)
Check whether the given IP address is valid to write to the RESt interface.
-
Constructor Details
-
AllAccessHandler
public AllAccessHandler()default constructor.
-
-
Method Details
-
acceptRemoteIpAddress
public boolean acceptRemoteIpAddress(java.lang.String remoteIpAddress)Description copied from interface:IAccessHandler
Check whether the given IP address is valid to write to the RESt interface.- Specified by:
acceptRemoteIpAddress
in interfaceIAccessHandler
- Parameters:
remoteIpAddress
- the remote IP address- Returns:
- returns true when the address is accepted else false.
-