Class HttpBindingConfig.AuthConfig
- java.lang.Object
 - 
- com.inductiveautomation.perspective.common.config.binding.HttpBindingConfig.AuthConfig
 
 
- 
- Enclosing class:
 - HttpBindingConfig
 
public static class HttpBindingConfig.AuthConfig extends java.lang.Object 
- 
- 
Field Summary
Fields Modifier and Type Field Description HttpBindingConfig.AuthTypetypejava.lang.StringvalueExpression 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static HttpBindingConfig.AuthConfigfromJson(com.inductiveautomation.ignition.common.gson.JsonObject jsonObject) 
 - 
 
- 
- 
Field Detail
- 
type
public final HttpBindingConfig.AuthType type
 
- 
valueExpression
public final java.lang.String valueExpression
 
 - 
 
- 
Method Detail
- 
fromJson
public static HttpBindingConfig.AuthConfig fromJson(@Nullable com.inductiveautomation.ignition.common.gson.JsonObject jsonObject) throws ConfigurationException
- Throws:
 ConfigurationException
 
 - 
 
 -