SDK
SDK Java v2.x
1

You are currently looking at the documentation of a previous version of Kuzzle. We strongly recommend that you use the latest version. You can also use the version selector in the top menu.

Constructor #

The Security component lets you handle user permissions in Kuzzle.

Please refer to our permissions guide for more information.


Security #

Arguments Type Description
Kuzzle object An instantiated Kuzzle object

Usage #

Copied to clipboard!
// using the static instance
Security security = kuzzle.security;
// or instantiating a new Security object
Security security = new Security(kuzzle);