Class UserSourceProfileType

java.lang.Object
com.inductiveautomation.ignition.gateway.model.BaseExtensionPointType
com.inductiveautomation.ignition.gateway.user.UserSourceProfileType
All Implemented Interfaces:
ExtensionPointType, Serializable, Comparable<ExtensionPointType>
Direct Known Subclasses:
ADAuthProperties.AuthType, ADHybridProperties.AuthType, ADtoDBHybridAuthProperties.AuthType, DBAuthProperties.AuthType, InternalAuthenticationType

public abstract class UserSourceProfileType extends BaseExtensionPointType
See Also:
  • Constructor Details

    • UserSourceProfileType

      public UserSourceProfileType(String typeId)
      Convenience contructor assumes that the bundle keys are of the form: AuthenticatorTypes.TYPEID.[Display|Description]
    • UserSourceProfileType

      public UserSourceProfileType(String typeId, String name, String description)
  • Method Details