Class DuoResponseWrapper<T extends DuoAuthAPIResponse>
java.lang.Object
net.shibboleth.idp.authn.duo.impl.DuoResponseWrapper<T>
- Type Parameters:
T
- the subclass ofDuoAuthAPIResponse
being wrapped
Handle a generic object returned from the response that will come from the Duo
AuthAPI.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
response
the inner response. -
stat
the response status.
-
-
Constructor Details
-
DuoResponseWrapper
public DuoResponseWrapper()
-
-
Method Details
-
getResponse
Get the inner response.- Returns:
- inner response
-
getStat
Get the response status.- Returns:
- response status
-