Package org.keycloak.models.utils
Interface StripSecretsUtils.GetComponentPropertiesFn
- Enclosing class:
 - StripSecretsUtils
 
protected static interface StripSecretsUtils.GetComponentPropertiesFn
interface to encapsulate the getComponentProperties() function in order to make the code unit-testable
- 
Method Summary
Modifier and TypeMethodDescriptiongetComponentProperties(KeycloakSession session, String providerType, String providerId)  
- 
Method Details
- 
getComponentProperties
Map<String,ProviderConfigProperty> getComponentProperties(KeycloakSession session, String providerType, String providerId)  
 -