Example usage for java.security Principal interface-usage

List of usage examples for java.security Principal interface-usage

Introduction

In this page you can find the example usage for java.security Principal interface-usage.

Usage

From source file gov.nih.nci.security.authorization.domainobjects.User.java

/**
 * The user class is a representation of an application user.
 * @version 1.0
 * created 03-Dec-2004 1:17:51 AM
 */
public class User implements Principal, Comparable, Serializable {

From source file com.fiveamsolutions.nci.commons.data.security.AbstractUser.java

/**
 * Base user class.
 */
@Entity
@Inheritance(strategy = InheritanceType.JOINED)
@Cache(usage = CacheConcurrencyStrategy.READ_WRITE)