181182183184185186187188189190191
{ try { // Invoca el m�todo logout() en el agente de autenticaci�n Authentication authenticationProvider = AuthenticationFactory.getInstance(workspace); authenticationProvider.logout(); } catch (Exception ex) { // No se tiene en cuenta }