mapOptions.put(kvtype.getKey(), kvtype.getValue());
}
SAML2HandlerConfig handlerConfig = new DefaultSAML2HandlerConfig();
handlerConfig.set(mapOptions);
samlhandler.initHandlerConfig(handlerConfig);
handlerSet.add(samlhandler);
} catch (InstantiationException e) {
throw logger.configurationError(e);
} catch (IllegalAccessException e) {