Interface JCoServerSecurityHandler


public interface JCoServerSecurityHandler
The security handler will be called for authenticating user credentials and for checking the permissions of the user, who initiated a remote function call. Each application should provide its own implementation of the security handler. The security handler is registered at the JCoServer instance.
See Also: