Class 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

      Constructors 
      Constructor Description
      UserNamePrincipal​(java.lang.String username)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.security.Principal

        implies
    • Constructor Detail

      • UserNamePrincipal

        public UserNamePrincipal​(java.lang.String username)