Class RemoteServiceSecurityConfig
java.lang.Object
com.inductiveautomation.ignition.gateway.gan.security.RemoteServiceSecurityConfig
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
RemoteServiceSecurityConfigpublic RemoteServiceSecurityConfig()
 
- 
- 
Method Details- 
setDefaultAccess
- 
setAccess
- 
getModeReturns the access mode for the profile. Won't return "inherited", instead will default to read-only if no default is set.
- 
canQuery
- 
canQueryAllpublic boolean canQueryAll()Convenience function to know that we don't have to filter anything on query/browse, etc
- 
canStore
 
-