Class SecuredEntity.DefaultConfigFactory
- java.lang.Object
-
- com.inductiveautomation.ignition.gateway.gan.security.SecuredEntity.DefaultConfigFactory
-
- All Implemented Interfaces:
SecuredEntity.ConfigFactory<PropertySet>
- Enclosing class:
- SecuredEntity
public static class SecuredEntity.DefaultConfigFactory extends java.lang.Object implements SecuredEntity.ConfigFactory<PropertySet>
-
-
Constructor Summary
Constructors Constructor Description DefaultConfigFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertySet
create(PropertySet properties)
-
-
-
Method Detail
-
create
public PropertySet create(PropertySet properties)
- Specified by:
create
in interfaceSecuredEntity.ConfigFactory<PropertySet>
-
-