Class UserName


  • public final class UserName
    extends PrincipalName
    Represents the name of a user principal in the User Directory.
    Since:
    5.5
    • Constructor Summary

      Constructors 
      Constructor Description
      UserName()
      Creates a new instance.
      UserName​(java.lang.String name, java.lang.String domainName)
      Creates a new instance.
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UserName

        public UserName()
        Creates a new instance.
      • UserName

        public UserName​(java.lang.String name,
                        java.lang.String domainName)
        Creates a new instance.
        Parameters:
        name - the user name
        domainName - the domain name