Class DuoPreauthResponse
java.lang.Object
net.shibboleth.idp.authn.duo.impl.DuoAuthAPIResponse
net.shibboleth.idp.authn.duo.impl.DuoPreauthResponse
Describes the results of an pre-authentication attempt via the Duo AuthAPI.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the Duo devices.Get the Duo enrollment portal URL.Methods inherited from class net.shibboleth.idp.authn.duo.impl.DuoAuthAPIResponse
getResult, getStatusMessage
-
Field Details
-
devices
-
enrollPortalURL
theURL
for the self-enrollment portal.
-
-
Constructor Details
-
DuoPreauthResponse
public DuoPreauthResponse()
-
-
Method Details
-
getDevices
Get the Duo devices.- Returns:
- Duo devices
-
getEnrollPortalURL
Get the Duo enrollment portal URL.- Returns:
- Duo enrollment portal URL
-