Class DefaultMapResponseDecoder
- java.lang.Object
-
- net.shibboleth.utilities.java.support.component.AbstractInitializableComponent
-
- net.shibboleth.idp.plugin.authn.oidc.rp.decoding.impl.AbstractJSONResponseDecoderFunction<Map<String,Object>>
-
- net.shibboleth.idp.plugin.authn.oidc.rp.decoding.impl.DefaultMapResponseDecoder
-
- All Implemented Interfaces:
Function<org.apache.http.HttpResponse,Map<String,Object>>,Component,DestructableComponent,InitializableComponent
public class DefaultMapResponseDecoder extends AbstractJSONResponseDecoderFunction<Map<String,Object>>
Default token response decoder, which converts a successful HTTP response into an Map.
-
-
Field Summary
Fields Modifier and Type Field Description private org.slf4j.LoggerlogClass logger.
-
Constructor Summary
Constructors Constructor Description DefaultMapResponseDecoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>apply(org.apache.http.HttpResponse httpResponse)-
Methods inherited from class net.shibboleth.idp.plugin.authn.oidc.rp.decoding.impl.AbstractJSONResponseDecoderFunction
doInitialize, getObjectMapper, setObjectMapper
-
Methods inherited from class net.shibboleth.utilities.java.support.component.AbstractInitializableComponent
destroy, doDestroy, initialize, isDestroyed, isInitialized
-
-