Este contenido no está disponible en el idioma seleccionado.
21.2. Node Authorization in Library Mode
The
SASL protocol in JGroups is concerned only with the authentication process. To implement node authorization, you can do so within the server callback handler by throwing an Exception.
The following example demonstrates this.
Example 21.2. Implementing Node Authorization