this.lcName = (String) options.get(Constants.LOGIN_CONTEXT_IMPL);
LOGGER.log(Level.FINE, "Login Context Name:{0}", this.lcName);
}
try {
getLc();
ejbClient = new JNDIClient(config.getProviderUrl());
loginEJB = (JaasEjb) ejbClient.lookup(config.getJndi());
} catch (LoginException ex) {
LOGGER.log(Level.SEVERE, "Exception d''init SAM{0}", ex.toString());
AuthException ae = new AuthException();
ae.initCause(ex);