Class CommonAttributes

    • Constructor Detail

      • CommonAttributes

        public CommonAttributes​(String distinguishedName,
                                OffsetDateTime created,
                                OffsetDateTime modified)
        Instantiates a new common attributes.
        Parameters:
        distinguishedName - the distinguished name
        created - the created
        modified - the modified
    • Method Detail

      • getDistinguishedName

        public String getDistinguishedName()
        The distinguished name in the active directory.
        Returns:
        distinguishedName distinguished name
      • setDistinguishedName

        public void setDistinguishedName​(String distinguishedName)
        Sets distinguished name.
        Parameters:
        distinguishedName - the distinguished name
      • getCreated

        public OffsetDateTime getCreated()
        The creation date.
        Returns:
        created created
      • setCreated

        public void setCreated​(OffsetDateTime created)
        Sets creation date.
        Parameters:
        created - the creation date
      • getModified

        public OffsetDateTime getModified()
        The last modification date.
        Returns:
        modified modified
      • setModified

        public void setModified​(OffsetDateTime modified)
        Sets last modification date.
        Parameters:
        modified - the last modification date