Skip to content
CAS in the cloud LELEU Jérôme edited this page Nov 25, 2021 · 2 revisions

You can protect (authentication + authorization) the URLs of web application/services by using the SecurityHandler.

>> Read the documentation to understand its behavior and the available options.

Example:

return new SecurityHandler(vertx, sessionStore, config, provider, options);
Clone this wiki locally