Uses of Class
net.shibboleth.idp.plugin.authn.duo.model.DuoHealthCheckResponse
Packages that use DuoHealthCheckResponse
Package
Description
Duo OIDC 2FA login flow API model classes.
-
Uses of DuoHealthCheckResponse in net.shibboleth.idp.plugin.authn.duo.model
Fields in net.shibboleth.idp.plugin.authn.duo.model declared as DuoHealthCheckResponseModifier and TypeFieldDescriptionprivate DuoHealthCheckResponseDuoHealthCheck.Builder.responseThe response.private final DuoHealthCheckResponseDuoHealthCheck.responseWhen a successful response was issued, as seconds since Unix EPOCH.Methods in net.shibboleth.idp.plugin.authn.duo.model that return DuoHealthCheckResponseMethods in net.shibboleth.idp.plugin.authn.duo.model with parameters of type DuoHealthCheckResponseModifier and TypeMethodDescriptionDuoHealthCheck.Builder.withResponse(DuoHealthCheckResponse resp) DuoHealthCheck.IBuildStage.withResponse(DuoHealthCheckResponse response) Set the response.