Interface PowerAuthApplicationConfiguration


public interface PowerAuthApplicationConfiguration
Interface providing method for PowerAuth behavior high-level customization.
Author:
Petr Dvorak, petr@wultra.com
  • Method Summary

    Modifier and Type Method Description
    java.util.Map<java.lang.String,​java.lang.Object> statusServiceCustomObject()
    In order to minimize number of up-front request, /pa/activation/status end-point may return any custom state-less object with an information about the service (such as current timestamp, service outage info, etc.).
  • Method Details

    • statusServiceCustomObject

      java.util.Map<java.lang.String,​java.lang.Object> statusServiceCustomObject()
      In order to minimize number of up-front request, /pa/activation/status end-point may return any custom state-less object with an information about the service (such as current timestamp, service outage info, etc.). Default implementation may simply return null.
      Returns:
      Custom object with state-less information about the API server status.