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.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

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