Class ADtoDBHybridAuthProperties
- java.lang.Object
- 
- simpleorm.dataset.SRecordInstance
- 
- com.inductiveautomation.ignition.gateway.localdb.persistence.PersistentRecord
- 
- com.inductiveautomation.ignition.gateway.authentication.records.ADtoDBHybridAuthProperties
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class ADtoDBHybridAuthProperties extends PersistentRecord - See Also:
- Serialized Form
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classADtoDBHybridAuthProperties.AuthType- 
Nested classes/interfaces inherited from class simpleorm.dataset.SRecordInstanceSRecordInstance.BrokenOptimisticLockException
 
- 
 - 
Field Summary- 
Fields inherited from class com.inductiveautomation.ignition.gateway.localdb.persistence.PersistentRecordDEFAULT_VALUE, FORM_META_KEY, INDEXED, UNIQUE
 
- 
 - 
Constructor SummaryConstructors Constructor Description ADtoDBHybridAuthProperties()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconvertToExpert()Converts a pre-7.6 !expert style db auth record to a post-7.6 Manual record.static java.lang.StringcreateListRolesQuery(ADtoDBHybridAuthProperties props)static java.lang.StringcreateListUserRolesQuery(ADtoDBHybridAuthProperties props)RecordMeta<ADtoDBHybridAuthProperties>getMeta()This must be defined in every user record's definition to access the SRecord which provides the meta data for this instance.- 
Methods inherited from class com.inductiveautomation.ignition.gateway.localdb.persistence.PersistentRecordgetBoolean, getDoubleObj, getIntObj, getLongObj, getString, installDefaultValues
 - 
Methods inherited from class simpleorm.dataset.SRecordInstanceallFields, assertNewRow, assertNotNewRow, defineInitialValue, deleteRecord, doQueryRecord, doValidateRecord, equals, findReference, findReference, findReference, findReference, getBigDecimal, getBytes, getDataSet, getDate, getDouble, getEnum, getInitialValue, getInt, getLogger, getLong, getObject, getRawArrayValue, getReferenceNoQuery, getTime, getTimestamp, hashCode, isAttached, isDeleted, isDirty, isDirty, isEmpty, isNewRow, isNotDestroyed, isNull, isReadOnly, isValid, onQueryRecord, onValidateField, onValidateRecord, setBigDecimal, setBoolean, setBytes, setDate, setDirty, setDouble, setEmpty, setEnum, setInt, setLong, setNewRow, setNull, setObject, setObject, setRawArrayValue, setReadOnly, setReference, setString, setTime, setTimestamp, toString, validatePrimaryKeys, wasInCache
 
- 
 
- 
- 
- 
Field Detail- 
METApublic static final RecordMeta<ADtoDBHybridAuthProperties> META 
 - 
ProfileIdpublic static final LongField ProfileId 
 - 
Profilepublic static final ReferenceField<UserSourceProfileRecord> Profile 
 - 
DatasourceIdpublic static final LongField DatasourceId 
 - 
Datasourcepublic static final ReferenceField<DatasourceRecord> Datasource 
 - 
AutoCreate@Deprecated public static final BooleanField AutoCreate Deprecated.
 - 
Expert@Deprecated public static final BooleanField Expert Deprecated.
 - 
UserPropsQuerypublic static final StringField UserPropsQuery 
 - 
RoleQuerypublic static final StringField RoleQuery 
 - 
UserRoleQuerypublic static final StringField UserRoleQuery 
 - 
ContactInfoQuerypublic static final StringField ContactInfoQuery 
 - 
ScheduleAdjustmentQuerypublic static final StringField ScheduleAdjustmentQuery 
 - 
ExtraPropsQuerypublic static final StringField ExtraPropsQuery 
 - 
FindUserQuerypublic static final StringField FindUserQuery 
 - 
UserQuerypublic static final StringField UserQuery 
 - 
BadgeAuthQuerypublic static final StringField BadgeAuthQuery 
 - 
UserTable@Deprecated public static final StringField UserTable Deprecated.
 - 
UserIdColumn@Deprecated public static final StringField UserIdColumn Deprecated.
 - 
UserNameColumn@Deprecated public static final StringField UserNameColumn Deprecated.
 - 
RoleTable@Deprecated public static final StringField RoleTable Deprecated.
 - 
RoleIdColumn@Deprecated public static final StringField RoleIdColumn Deprecated.
 - 
RoleNameColumn@Deprecated public static final StringField RoleNameColumn Deprecated.
 - 
MappingTable@Deprecated public static final StringField MappingTable Deprecated.
 - 
MappingRoleIdColumn@Deprecated public static final StringField MappingRoleIdColumn Deprecated.
 - 
MappingUserIdColumn@Deprecated public static final StringField MappingUserIdColumn Deprecated.
 - 
Domainpublic static final StringField Domain 
 - 
Host1public static final StringField Host1 
 - 
Port1public static final IntField Port1 
 - 
Host2public static final StringField Host2 
 - 
Port2public static final IntField Port2 
 - 
UseSSLpublic static final BooleanField UseSSL 
 - 
ReadTimeoutpublic static final LongField ReadTimeout 
 - 
PageSizepublic static final IntField PageSize 
 - 
ListUsersFromADpublic static final BooleanField ListUsersFromAD 
 - 
ConnectionUsernamepublic static final StringField ConnectionUsername 
 - 
ConnectionPassword@Deprecated public static final StringField ConnectionPassword Deprecated.
 - 
ConnectionPasswordEpublic static final EncodedStringField ConnectionPasswordE 
 - 
SSOEnabledpublic static final BooleanField SSOEnabled 
 - 
SSODomainpublic static final StringField SSODomain 
 - 
UserListBasepublic static final StringField UserListBase 
 - 
UserListFilterpublic static final StringField UserListFilter 
 - 
UserSearchFilterpublic static final StringField UserSearchFilter 
 - 
UserNameAttributepublic static final StringField UserNameAttribute 
 - 
UserPrefixpublic static final StringField UserPrefix 
 - 
UserSuffixpublic static final StringField UserSuffix 
 - 
AutomaticSuffixpublic static final BooleanField AutomaticSuffix 
 - 
AllowAnonpublic static final BooleanField AllowAnon 
 - 
SecurityProtocolpublic static final EnumField<LDAPHelper.ProtocolType> SecurityProtocol 
 - 
AuthenticationTypepublic static final EnumField<LDAPHelper.AuthType> AuthenticationType 
 - 
SaslMechanismpublic static final StringField SaslMechanism 
 - 
SaslRealmpublic static final StringField SaslRealm 
 - 
SaslQualityOfProtectionpublic static final StringField SaslQualityOfProtection 
 - 
SaslProtectionStrengthpublic static final StringField SaslProtectionStrength 
 - 
SaslMutualAuthenticationpublic static final BooleanField SaslMutualAuthentication 
 - 
Referralpublic static final EnumField<LDAPHelper.ReferralType> Referral 
 - 
EXTENSION_POINT_TYPEpublic static final java.lang.String EXTENSION_POINT_TYPE - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getMetapublic RecordMeta<ADtoDBHybridAuthProperties> getMeta() Description copied from class:SRecordInstanceThis must be defined in every user record's definition to access the SRecord which provides the meta data for this instance. It is normally defined as:-SRecord getMeta() { return meta; };The actual metavariable is thus not Serialized, but it would not be anyway as it is usually static.- Specified by:
- getMetain class- PersistentRecord
 
 - 
convertToExpertpublic void convertToExpert() Converts a pre-7.6 !expert style db auth record to a post-7.6 Manual record.
 - 
createListRolesQuerypublic static java.lang.String createListRolesQuery(ADtoDBHybridAuthProperties props) 
 - 
createListUserRolesQuerypublic static java.lang.String createListUserRolesQuery(ADtoDBHybridAuthProperties props) 
 
- 
 
-