Java Globus API: Class UserNamePrincipal

org.globus.gsi.jaas
Class UserNamePrincipal

java.lang.Object
  |
  +--org.globus.gsi.jaas.SimplePrincipal
        |
        +--org.globus.gsi.jaas.UserNamePrincipal
All Implemented Interfaces:
Principal

public class UserNamePrincipal
extends SimplePrincipal

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


Constructor Summary
UserNamePrincipal(String globusDn)
           
 
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 globusDn)