Record Class ADtoDBHybridAuthPropertiesResource.DbSettings

java.lang.Object
java.lang.Record
com.inductiveautomation.ignition.gateway.authentication.resources.ADtoDBHybridAuthPropertiesResource.DbSettings
Enclosing class:
ADtoDBHybridAuthPropertiesResource

public static record ADtoDBHybridAuthPropertiesResource.DbSettings(String datasource, String badgeAuthQuery, String contactInfoQuery, String extraPropsQuery, String findUserQuery, String roleQuery, String scheduleAdjustmentQuery, String userPropsQuery, String userQuery, String userRoleQuery) extends Record
Database settings for the AD to DB Hybrid user source.
  • Constructor Details

    • DbSettings

      public DbSettings(String datasource, String badgeAuthQuery, String contactInfoQuery, String extraPropsQuery, String findUserQuery, String roleQuery, String scheduleAdjustmentQuery, String userPropsQuery, String userQuery, String userRoleQuery)
      Creates an instance of a DbSettings record class.
      Parameters:
      datasource - the value for the datasource record component
      badgeAuthQuery - the value for the badgeAuthQuery record component
      contactInfoQuery - the value for the contactInfoQuery record component
      extraPropsQuery - the value for the extraPropsQuery record component
      findUserQuery - the value for the findUserQuery record component
      roleQuery - the value for the roleQuery record component
      scheduleAdjustmentQuery - the value for the scheduleAdjustmentQuery record component
      userPropsQuery - the value for the userPropsQuery record component
      userQuery - the value for the userQuery record component
      userRoleQuery - the value for the userRoleQuery record component
  • Method Details

    • toString

      public final String toString()
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • hashCode

      public final int hashCode()
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object o)
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      Specified by:
      equals in class Record
      Parameters:
      o - the object with which to compare
      Returns:
      true if this object is the same as the o argument; false otherwise.
    • datasource

      public String datasource()
      Returns the value of the datasource record component.
      Returns:
      the value of the datasource record component
    • badgeAuthQuery

      public String badgeAuthQuery()
      Returns the value of the badgeAuthQuery record component.
      Returns:
      the value of the badgeAuthQuery record component
    • contactInfoQuery

      public String contactInfoQuery()
      Returns the value of the contactInfoQuery record component.
      Returns:
      the value of the contactInfoQuery record component
    • extraPropsQuery

      public String extraPropsQuery()
      Returns the value of the extraPropsQuery record component.
      Returns:
      the value of the extraPropsQuery record component
    • findUserQuery

      public String findUserQuery()
      Returns the value of the findUserQuery record component.
      Returns:
      the value of the findUserQuery record component
    • roleQuery

      public String roleQuery()
      Returns the value of the roleQuery record component.
      Returns:
      the value of the roleQuery record component
    • scheduleAdjustmentQuery

      public String scheduleAdjustmentQuery()
      Returns the value of the scheduleAdjustmentQuery record component.
      Returns:
      the value of the scheduleAdjustmentQuery record component
    • userPropsQuery

      public String userPropsQuery()
      Returns the value of the userPropsQuery record component.
      Returns:
      the value of the userPropsQuery record component
    • userQuery

      public String userQuery()
      Returns the value of the userQuery record component.
      Returns:
      the value of the userQuery record component
    • userRoleQuery

      public String userRoleQuery()
      Returns the value of the userRoleQuery record component.
      Returns:
      the value of the userRoleQuery record component