Class DuoSDKClientAdaptor.DefaultHealthCheckResponseConverter

  • All Implemented Interfaces:
    Function<com.duosecurity.model.HealthCheckResponse,​DuoHealthCheck>
    Enclosing class:
    DuoSDKClientAdaptor

    @ThreadSafe
    private class DuoSDKClientAdaptor.DefaultHealthCheckResponseConverter
    extends Object
    implements Function<com.duosecurity.model.HealthCheckResponse,​DuoHealthCheck>
    Default health check response converter.
    • Constructor Detail

      • DefaultHealthCheckResponseConverter

        private DefaultHealthCheckResponseConverter()
    • Method Detail

      • apply

        public DuoHealthCheck apply​(@Nonnull
                                    com.duosecurity.model.HealthCheckResponse response)
        Specified by:
        apply in interface Function<com.duosecurity.model.HealthCheckResponse,​DuoHealthCheck>