Class DuoAdminResponseWrapper<T>
java.lang.Object
net.shibboleth.idp.plugin.authn.duo.DuoAdminResponseWrapper<T>
- Type Parameters:
T- the class being wrapped
- Direct Known Subclasses:
DuoAdminListMapResponseWrapper
Handle a generic object returned from the response that will come from the Duo
AdminAPI.
- Since:
- 2.1.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the metadata associated with this response.Get the inner response.getStat()Get the response status.
-
Field Details
-
response
the inner response. -
stat
the response status. -
metadata
Paging metadata.
-
-
Constructor Details
-
DuoAdminResponseWrapper
public DuoAdminResponseWrapper()
-
-
Method Details
-
getResponse
Get the inner response.- Returns:
- inner response
-
getStat
Get the response status.- Returns:
- response status
-
getMetadata
Get the metadata associated with this response.- Returns:
- the metadata.
-