Uses of Class
net.shibboleth.idp.plugin.authn.duo.model.DuoHealthCheckResponse
-
Packages that use DuoHealthCheckResponse Package Description net.shibboleth.idp.plugin.authn.duo.model 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 DuoHealthCheckResponse Modifier and Type Field Description private DuoHealthCheckResponseDuoHealthCheck.Builder. responseThe response.private DuoHealthCheckResponseDuoHealthCheck. responseWhen a successful response was issued, as seconds since Unix EPOCH.Methods in net.shibboleth.idp.plugin.authn.duo.model that return DuoHealthCheckResponse Modifier and Type Method Description DuoHealthCheckResponseDuoHealthCheck. getResponse()Get the response object.Methods in net.shibboleth.idp.plugin.authn.duo.model with parameters of type DuoHealthCheckResponse Modifier and Type Method Description DuoHealthCheck.IBuildStageDuoHealthCheck.Builder. withResponse(DuoHealthCheckResponse resp)DuoHealthCheck.IBuildStageDuoHealthCheck.IBuildStage. withResponse(DuoHealthCheckResponse response)Set the response.
-