This is the code to create a tooltip with Apache Wicket and without Javascript ...
Ecco il codice per creare un tooltip in Apache Wicket senza l'uso di Javascript.
Eccoci al terzo appuntamento della saga sulla modifica del processo di autenticazione su Apache Syncope. Nel secondo post abbiamo visto cosa dover modificare sul core di Syncope; in questo post invece vedremo cosa si dovrà modificare sulla console per arrivare al traguardo.
This is the first post of a series on the same topic: an Apache Syncope overlay to perform single sign on between Active Diretory and Apache Syncope Console. in this post we start with configuration of Apache Syncope, to be more precise we analyze the steps to change the Syncope process authentication from Spring Securety to OpenAM
Per lo sviluppo del connettore UNIX di ConnId avevo bisogno di una buona libreria che mi permettesse di eseguire da remoto dei comandi UNIX su server remoti. Dopo aver provato diverse librerie per l'esecuzione di comandi Unix in Java, la mia scelta definitiva è caduta su vngx-jsch una libreria che, a detta dello sviluppatore, migliora la più famosa jsch.
To develop Unix connector of ConnId framework, I needed a good java library to execute unix command on remote server. After several tests, I choose vngx-jsch, a library that, according to its developers, improves jsch library.
Dopo aver visto come configurare OpenAM per ottenere un modulo di autenticazione che faccia Single Sign On su un Active Directory e un Data Store che si occupi della lettura del profilo di un utente dallo stesso Active Directory, con questo post passeremo alla configurazione di Apache Syncope.
This is first post of a series on the same topic: an Apache Syncope overlay to perform single sign on between Active Diretory and Apache Syncope Console. In this articles, we will analyze the different steps to have an user that, after his authentication on Windows PC, can access the Apache Syncope admin web console without further authentication.