public class MGWClaimRetrieverImpl extends AbstractMGWClaimRetriever
| Constructor and Description |
|---|
MGWClaimRetrieverImpl(String trustStorePath,
String trustStoreLocation,
Map<String,String> configurationMap) |
| Modifier and Type | Method and Description |
|---|---|
static String |
getResponseString(InputStream input)
Get inputStream string as string.
|
List<ClaimDTO> |
retrieveClaims(Map<String,Object> authContext) |
getConfigurationMap, getConfigurationValue, getTrustStorePassword, getTrustStorePath, setTrustStorePassword, setTrustStorePathpublic List<ClaimDTO> retrieveClaims(Map<String,Object> authContext)
retrieveClaims in class AbstractMGWClaimRetrieverpublic static String getResponseString(InputStream input) throws IOException
input - input streamIOException - if read went wrongCopyright © 2020 WSO2. All rights reserved.