Class DuoResponseWrapper<T extends DuoAuthAPIResponse>
- java.lang.Object
-
- net.shibboleth.idp.authn.duo.impl.DuoResponseWrapper<T>
-
- Type Parameters:
T- the subclass ofDuoAuthAPIResponsebeing wrapped
public class DuoResponseWrapper<T extends DuoAuthAPIResponse> extends Object
Handle a generic object returned from the response that will come from the Duo AuthAPI.
-
-
Constructor Summary
Constructors Constructor Description DuoResponseWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TgetResponse()Get the inner response.StringgetStat()Get the response status.
-
-
-
Field Detail
-
response
@Nonnull private T extends DuoAuthAPIResponse response
the inner response.
-
stat
@Nonnull private String stat
the response status.
-
-