public abstract class AbstractMGWClaimRetriever extends Object
| Constructor and Description |
|---|
AbstractMGWClaimRetriever(String trustStorePath,
String trustStorePassword,
Map<String,String> configurationMap) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getConfigurationMap() |
String |
getConfigurationValue(String configurationKey) |
String |
getTrustStorePassword() |
String |
getTrustStorePath() |
abstract List<ClaimDTO> |
retrieveClaims(Map<String,Object> authContext) |
void |
setTrustStorePassword(String trustStorePassword) |
void |
setTrustStorePath(String trustStorePath) |
Copyright © 2020 WSO2. All rights reserved.