Uses of Class
net.shibboleth.idp.plugin.authn.duo.model.DuoHealthCheck
-
Packages that use DuoHealthCheck Package Description net.shibboleth.idp.plugin.authn.duo Duo OIDC 2FA login flow API classes.net.shibboleth.idp.plugin.authn.duo.model Duo OIDC 2FA login flow API model classes.net.shibboleth.idp.plugin.authn.duo.nimbus.impl Native Nimbus based Duo OIDC 2FA client adaptor implementation classes.net.shibboleth.idp.plugin.authn.duo.sdk.impl 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 DuoHealthCheck Modifier and Type Method Description DuoHealthCheckDuoOIDCClient. 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 Modifier and Type Method Description DuoHealthCheckDuoHealthCheck.Builder. build()DuoHealthCheckDuoHealthCheck.IBuildStage. build()Build the health check response. -
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 Modifier and Type Method Description DuoHealthCheckNimbusClient. healthCheck() -
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 DuoHealthCheck Modifier and Type Field Description private 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 DuoHealthCheck Modifier and Type Method Description DuoHealthCheckDuoSDKClientAdaptor.DefaultHealthCheckResponseConverter. apply(com.duosecurity.model.HealthCheckResponse response)DuoHealthCheckDuoSDKClientAdaptor. healthCheck()Check the health of the Duo 2FA endpoint and the clients configuration.
-