Class AllAccessHandler

java.lang.Object
kieker.analysis.generic.source.AllAccessHandler
All Implemented Interfaces:
IAccessHandler

public class AllAccessHandler extends Object implements IAccessHandler
Allow access regardless of the specified ip address.
Since:
1.15
Author:
Reiner Jung
  • Constructor Details

    • AllAccessHandler

      public AllAccessHandler()
      default constructor.
  • Method Details

    • acceptRemoteIpAddress

      public boolean acceptRemoteIpAddress(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 interface IAccessHandler
      Parameters:
      remoteIpAddress - the remote IP address
      Returns:
      returns true when the address is accepted else false.