Example usage for org.springframework.security.core.userdetails User subclass-usage

List of usage examples for org.springframework.security.core.userdetails User subclass-usage

Introduction

In this page you can find the example usage for org.springframework.security.core.userdetails User subclass-usage.

Usage

From source file gov.nih.nci.cacisweb.user.CacisUser.java

/**
 * @author Ajay Nalamala
 * @since Mar 12, 2013
 * 
 */
public class CacisUser extends User {

From source file org.cloudfoundry.identity.uaa.openid2.UaaUserDetails.java

/**
 * User details adapting a {@link UaaUser} instance with a random password and all boolean flags set to on.
 * 
 * @author Dave Syer
 * 
 */

From source file cn.edu.zjnu.acm.judge.domain.UserModel.java

/**
 *
 * @author zhanhb
 */
public class UserModel extends org.springframework.security.core.userdetails.User {

From source file com.samples.platform.core.security.PlatformUser.java

/**
 * @author bhausen
 */
public class PlatformUser extends User {

    /**

From source file org.meruvian.yama.web.security.DefaultUserDetails.java

/**
 * @author Dian Aditya
 *
 */
public class DefaultUserDetails extends org.springframework.security.core.userdetails.User {
    private String id;

From source file org.meruvian.yama.service.security.DefaultUserDetails.java

/**
 * @author Dian Aditya
 *
 */
public class DefaultUserDetails extends org.springframework.security.core.userdetails.User {
    private String id;

From source file hu.petabyte.redflags.web.model.WebUser.java

/**
 * @author Zsolt Jurnyi
 */
public class WebUser extends User {

    private static final long serialVersionUID = -5546959485654977425L;

From source file fr.lepellerin.ecole.bean.security.CurrentUser.java

public class CurrentUser extends org.springframework.security.core.userdetails.User {

    private static final long serialVersionUID = 20160314L;
    private User user;

    /**

From source file springsecurity.rest.GrailsUser.java

/**
 * Extends the default Spring Security user class to contain the ID for efficient lookup
 * of the domain class from the Authentication.
 *
 * @author <a href='mailto:burt@burtbeckwith.com'>Burt Beckwith</a>
 */

From source file org.bisen.blog.model.BlogUserDetails.java

/**
 *
 * @author asikprad
 */
public class BlogUserDetails extends User {