Example usage for org.springframework.security.acls.domain PermissionFactory interface-usage

List of usage examples for org.springframework.security.acls.domain PermissionFactory interface-usage

Introduction

In this page you can find the example usage for org.springframework.security.acls.domain PermissionFactory interface-usage.

Usage

From source file org.jtalks.common.security.acl.JtalksPermissionFactory.java

/**
 * Can return {@link JtalksPermission}s by its name or mask. Use {@link #init()} method to initialize the class.
 * Internally it contains a list of permissions which it loads from classes like {@link BranchPermission}, so if you
 * need to add extra permissions, you should change this class to include them. See {@link #init()} method for these
 * purposes.
 *