Class UserIdentityProperties

    • Constructor Detail

      • UserIdentityProperties

        public UserIdentityProperties()
        Default constructor
      • UserIdentityProperties

        public UserIdentityProperties​(UserIdentityProperties template)
        Copy/clone constructor
        Parameters:
        template - object to copy
    • Method Detail

      • getDistinguishedName

        public String getDistinguishedName()
        Return the unique name in LDAP.
        Returns:
        string name
      • setDistinguishedName

        public void setDistinguishedName​(String distinguishedName)
        Set up the unique name in LDAP.
        Parameters:
        distinguishedName - string name
      • equals

        public boolean equals​(Object objectToCompare)
        Equals method that returns true if containing properties are the same.
        Overrides:
        equals in class ReferenceableProperties
        Parameters:
        objectToCompare - object to compare
        Returns:
        boolean result of comparison
      • hashCode

        public int hashCode()
        Just use the GUID for the hash code as it should be unique.
        Overrides:
        hashCode in class ReferenceableProperties
        Returns:
        int code