org.globus.gsi.gssapi.jaas
Class UserNamePrincipal

java.lang.Object
  extended by org.globus.gsi.gssapi.jaas.SimplePrincipal
      extended by org.globus.gsi.gssapi.jaas.UserNamePrincipal
All Implemented Interfaces:
java.io.Serializable, java.security.Principal

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(java.lang.String username)
           
 
Method Summary
 
Methods inherited from class org.globus.gsi.gssapi.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(java.lang.String username)


Copyright © 2013. All Rights Reserved.