Example usage for org.springframework.security.core GrantedAuthority interface-usage

List of usage examples for org.springframework.security.core GrantedAuthority interface-usage

Introduction

In this page you can find the example usage for org.springframework.security.core GrantedAuthority interface-usage.

Usage

From source file com.stormpath.spring.security.authz.permission.Permission.java

/**
 * A Permission represents the ability to perform an action or access a resource.  A Permission is the most
 * granular, or atomic, unit in a system's security policy and is the cornerstone upon which fine-grained security
 * models are built.
 * <p/>
 * It is important to understand a Permission instance only represents functionality or access - it does not grant it.

From source file security.MAuthority.java

/**
 * Represent an Authority for right access management
 * @author Charlie
 *
 */
@SuppressWarnings("serial")

From source file com.bcknds.demo.oauth2.model.Role.java

/**
 * @author Michael Brush
 *
 */
public class Role implements GrantedAuthority {

From source file org.italiangrid.storm.webdav.authz.VOMSVOAuthority.java

public class VOMSVOAuthority implements GrantedAuthority, Comparable<VOMSVOAuthority> {

    /**
      * 
      */
    private static final long serialVersionUID = 1L;

From source file org.nekorp.workflow.backend.security.model.WorkflowGrantedAuthority.java

/**
 * 
 */
@Embed
@Unindex
public class WorkflowGrantedAuthority implements GrantedAuthority {

From source file org.italiangrid.storm.webdav.authz.SAPermission.java

public class SAPermission implements GrantedAuthority, Comparable<SAPermission> {

    /**
     * 
     */
    private static final long serialVersionUID = 1L;

From source file org.callistasoftware.netcare.core.api.Role.java

public interface Role extends GrantedAuthority {

    /**
     * The role's distinguished name
     * @return
     */

From source file org.italiangrid.storm.webdav.authz.VOMSFQANAuthority.java

public class VOMSFQANAuthority implements GrantedAuthority, Comparable<VOMSFQANAuthority> {

    /**
      * 
      */
    private static final long serialVersionUID = 1L;

From source file org.opentestsystem.shared.security.domain.SbacPermission.java

public class SbacPermission implements GrantedAuthority {

    private static final long serialVersionUID = -8776377381725213405L;
    public static final String ROLE_PREFIX = "ROLE_";
    private String name;
    private String componentName;

From source file org.web4thejob.security.GrantedAuthorityImpl.java

/**
 * @author Veniamin Isaias
 * @since 1.0.0
 */
public class GrantedAuthorityImpl implements GrantedAuthority {
    // ------------------------------ FIELDS ------------------------------