Class WindowsAccount

  • All Implemented Interfaces:
    Serializable

    public class WindowsAccount
    extends Object
    implements Serializable
    A flattened Windows Account used in a Windows principal.
    Author:
    dblock[at]dblock[dot]org
    See Also:
    Serialized Form
    • Constructor Detail

      • WindowsAccount

        public WindowsAccount​(IWindowsAccount account)
        Instantiates a new windows account.
        Parameters:
        account - the account
    • Method Detail

      • getSidString

        public String getSidString()
        Gets the sid string.
        Returns:
        the sid string
      • getFqn

        public String getFqn()
        Gets the fqn.
        Returns:
        the fqn
      • getName

        public String getName()
        Gets the name.
        Returns:
        the name
      • getDomain

        public String getDomain()
        Gets the domain.
        Returns:
        the domain
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object