org.jecars.jaas
Class CARS_Principal

java.lang.Object
  extended by org.jecars.jaas.CARS_Principal
All Implemented Interfaces:
java.security.Principal

public class CARS_Principal
extends java.lang.Object
implements java.security.Principal

CARS_Principal

Version:
$Id: CARS_Principal.java,v 1.1 2007/09/26 14:14:37 weertj Exp $

Constructor Summary
CARS_Principal(java.lang.String pName)
          Creates a new instance of CARS_Principal
 
Method Summary
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.security.Principal
equals, hashCode, toString
 

Constructor Detail

CARS_Principal

public CARS_Principal(java.lang.String pName)
Creates a new instance of CARS_Principal

Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface java.security.Principal