return System.getProperty("callback.properties");
}
});
if (callbackProperties != null) {
try {
DefaultCallback defaultCallback = new DefaultCallback(callbackProperties);
defaultCallback.start();
this.callback = defaultCallback;
this.value.setCallbackSecurity(callback);
} catch (Throwable t) {
ROOT_LOGGER.debug(t.getMessage(), t);