Class DuoAdminListMapResponseWrapper
java.lang.Object
net.shibboleth.idp.plugin.authn.duo.DuoAdminResponseWrapper<List<Map<String,Object>>>
net.shibboleth.idp.plugin.authn.duo.DuoAdminListMapResponseWrapper
public class DuoAdminListMapResponseWrapper
extends DuoAdminResponseWrapper<List<Map<String,Object>>>
Handle the specific case of a
List of Maps response from the Duo AdminAPI. If a single object
is returned in the response instead of a List, it is convert to a single valued list for consistency.- Since:
- 2.1.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.shibboleth.idp.plugin.authn.duo.DuoAdminResponseWrapper
getMetadata, getStat
-
Field Details
-
response
the inner response.
-
-
Constructor Details
-
DuoAdminListMapResponseWrapper
public DuoAdminListMapResponseWrapper()
-
-
Method Details
-
getResponse
Get the inner response.- Overrides:
getResponsein classDuoAdminResponseWrapper<List<Map<String,Object>>> - Returns:
- inner response
-