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 proto.data.Role.java

public class Role implements GrantedAuthority {

    private static final long serialVersionUID = 1L;

    @Id
    private ObjectId id;

From source file net.shibboleth.idp.oidc.client.userinfo.authn.AuthenticationMethodRefAuthority.java

/**
 * The type Authentication method ref authority.
 */
public class AuthenticationMethodRefAuthority implements GrantedAuthority {
    /**
     * The Authority.

From source file net.shibboleth.idp.oidc.client.userinfo.authn.AuthenticationClassRefAuthority.java

/**
 * The type Authentication class ref authority.
 */
public class AuthenticationClassRefAuthority implements GrantedAuthority {
    /**
     * The Authority.

From source file com.artivisi.security.domain.Role.java

/**
 * Author : Deny Prasetyo S.T.
 * E-mail : jasoet87@gmail.com
 */

@Entity

From source file org.openwms.core.uaa.SystemUserAuthority.java

/**
 * A SystemUserAuthority.
 *
 * @author <a href="mailto:scherrer@openwms.org">Heiko Scherrer</a>
 * @version 0.2
 * @since 0.2

From source file es.fdi.reservas.users.business.entity.UserRole.java

@Embeddable
public class UserRole implements GrantedAuthority, Serializable {

    @Basic
    @Column(length = 20)
    private String role;

From source file at.ac.univie.isc.asio.security.Permission.java

/**
 * Capabilities, which may be granted to a user.
 */
@Immutable
public final class Permission extends TypedValue<String> implements GrantedAuthority {
    /** matches any permission */

From source file com.example.orm.model.security.Role.java

@Entity
@Table(name = "roles")
public class Role implements GrantedAuthority {

    private static final long serialVersionUID = 1L;

From source file se.kalendercentralen.calendaradmin.types.domain.AccountRole.java

@Entity
public class AccountRole extends AbstractPersistable<Long> implements GrantedAuthority {

    private static final long serialVersionUID = 1L;

    private String authority;

From source file de.topicmapslab.majortom.server.security.MTSGrantedAuthority.java

/**
 * @author Hannes Niederhausen
 *
 */
@Entity(name = "AUTHORITIES")
public class MTSGrantedAuthority implements GrantedAuthority {