org.globus.gsi.jaas
Class UserNamePrincipal

java.lang.Object
  extended byorg.globus.gsi.jaas.SimplePrincipal
      extended byorg.globus.gsi.jaas.UserNamePrincipal
All Implemented Interfaces:
Principal, Serializable

public class UserNamePrincipal
extends SimplePrincipal

An user name principal. Represents the user name (the account) the user is mapped in the gridmap file.

See Also:
Serialized Form

Constructor Summary
UserNamePrincipal(String username)
           
 
Methods inherited from class org.globus.gsi.jaas.SimplePrincipal
equals, getName, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserNamePrincipal

public UserNamePrincipal(String username)