Package kieker.analysis.generic.source
Class AllAccessHandler
java.lang.Object
kieker.analysis.generic.source.AllAccessHandler
- All Implemented Interfaces:
IAccessHandler
Allow access regardless of the specified ip address.
- Since:
- 1.15
- Author:
- Reiner Jung
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanacceptRemoteIpAddress(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
Description copied from interface:IAccessHandlerCheck whether the given IP address is valid to write to the RESt interface.- Specified by:
acceptRemoteIpAddressin interfaceIAccessHandler- Parameters:
remoteIpAddress- the remote IP address- Returns:
- returns true when the address is accepted else false.
-