Class DuoPreauthResponse
- java.lang.Object
-
- net.shibboleth.idp.authn.duo.impl.DuoAuthAPIResponse
-
- net.shibboleth.idp.authn.duo.impl.DuoPreauthResponse
-
public class DuoPreauthResponse extends DuoAuthAPIResponse
Describes the results of an pre-authentication attempt via the Duo AuthAPI.
-
-
Constructor Summary
Constructors Constructor Description DuoPreauthResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<DuoDevice>getDevices()Get the Duo devices.URLgetEnrollPortalURL()Get the Duo enrollment portal URL.-
Methods inherited from class net.shibboleth.idp.authn.duo.impl.DuoAuthAPIResponse
getResult, getStatusMessage
-
-
-
-
Method Detail
-
getDevices
@Nonnull public Collection<DuoDevice> getDevices()
Get the Duo devices.- Returns:
- Duo devices
-
getEnrollPortalURL
@Nullable public URL getEnrollPortalURL()
Get the Duo enrollment portal URL.- Returns:
- Duo enrollment portal URL
-
-