public class XMLConfigurationProvider extends Object
Constructor and Description |
---|
XMLConfigurationProvider() |
Modifier and Type | Method and Description |
---|---|
protected Method |
getBuilderMethod(Class<?> builderClass,
String methodId,
Map<String,String> methodParams) |
protected Object[] |
getMethodParameters(Method builderMethod,
Map<String,String> unparsedParameters) |
IDMType |
parseIDMConfiguration(InputStream inputStream) |
IdentityConfigurationBuilder |
readIDMConfiguration(InputStream inputStream)
Create and initialize IdentityConfigurationBuilder and fill it with content from XML configuration
|
IdentityConfigurationBuilder |
readIDMConfigurationFromIDMType(IDMType idmType) |
static Class<?> |
safeLoad(String fqn)
Safely load a class based on the classloaders known
|
public static Class<?> safeLoad(String fqn)
fqn
- public IdentityConfigurationBuilder readIDMConfiguration(InputStream inputStream)
inputStream
- stream with XML configurationpublic IDMType parseIDMConfiguration(InputStream inputStream)
public IdentityConfigurationBuilder readIDMConfigurationFromIDMType(IDMType idmType)
protected Method getBuilderMethod(Class<?> builderClass, String methodId, Map<String,String> methodParams)
Copyright © 2017. All rights reserved.