Package kieker.analysis.generic.source
Interface IAccessHandler
- All Known Implementing Classes:
AllAccessHandler
,NetworkAccessHandler
public interface IAccessHandler
Access restriction handler for network based IO.
- Since:
- 2.0.0
- Author:
- Reiner Jung
-
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.
-
Method Details
-
acceptRemoteIpAddress
boolean acceptRemoteIpAddress(java.lang.String remoteIpAddress)Check whether the given IP address is valid to write to the RESt interface.- Parameters:
remoteIpAddress
- the remote IP address- Returns:
- returns true when the address is accepted else false.
- Since:
- 1.15
-