Class RemoteServiceSecurityConfig
java.lang.Object
com.inductiveautomation.ignition.gateway.gan.security.RemoteServiceSecurityConfig
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanConvenience function to know that we don't have to filter anything on query/browse, etcbooleanReturns the access mode for the profile.voidsetAccess(String provider, RemoteServiceAccessLevel access) voidsetDefaultAccess(RemoteServiceAccessLevel defaultAccess)  
- 
Constructor Details
- 
RemoteServiceSecurityConfig
public RemoteServiceSecurityConfig() 
 - 
 - 
Method Details
- 
setDefaultAccess
 - 
setAccess
 - 
getMode
Returns the access mode for the profile. Won't return "inherited", instead will default to read-only if no default is set. - 
canQuery
 - 
canQueryAll
public boolean canQueryAll()Convenience function to know that we don't have to filter anything on query/browse, etc - 
canStore
 
 -