Uses of Class
net.shibboleth.idp.plugin.authn.duo.model.DuoHealthCheck
Packages that use DuoHealthCheck
Package
Description
Duo OIDC 2FA login flow API classes.
Duo OIDC 2FA login flow API model classes.
Native Nimbus based Duo OIDC 2FA client adaptor implementation classes.
Duo WebSDK v4 OIDC 2FA client adaptor implementation classes.
-
Uses of DuoHealthCheck in net.shibboleth.idp.plugin.authn.duo
Methods in net.shibboleth.idp.plugin.authn.duo that return DuoHealthCheckModifier and TypeMethodDescriptionDuoOIDCClient.healthCheck()Check the health of the Duo 2FA endpoint and the clients configuration. -
Uses of DuoHealthCheck in net.shibboleth.idp.plugin.authn.duo.model
Methods in net.shibboleth.idp.plugin.authn.duo.model that return DuoHealthCheck -
Uses of DuoHealthCheck in net.shibboleth.idp.plugin.authn.duo.nimbus.impl
Methods in net.shibboleth.idp.plugin.authn.duo.nimbus.impl that return DuoHealthCheck -
Uses of DuoHealthCheck in net.shibboleth.idp.plugin.authn.duo.sdk.impl
Fields in net.shibboleth.idp.plugin.authn.duo.sdk.impl with type parameters of type DuoHealthCheckModifier and TypeFieldDescriptionprivate final Function<com.duosecurity.model.HealthCheckResponse,DuoHealthCheck> DuoSDKClientAdaptor.healthCheckResponseConverterFunction to map the native DuoHealthCheckResponseobject to the interfaceDuoHealthCheckobject.Methods in net.shibboleth.idp.plugin.authn.duo.sdk.impl that return DuoHealthCheckModifier and TypeMethodDescriptionDuoSDKClientAdaptor.DefaultHealthCheckResponseConverter.apply(com.duosecurity.model.HealthCheckResponse response) DuoSDKClientAdaptor.healthCheck()Check the health of the Duo 2FA endpoint and the clients configuration.