NoSecAuthorizer class

This authorizer ALWAYS grants access.

Syntax

public class NoSecAuthorizer

Remarks

This provider does not enforce any security at all. So, it is not recommended for use in production environment. Because many access checks are dependent on the combined results of all configured authorizers, including this provider in the security configuration will not guarantee that access checks will always be successful when combined with other providers.