Class RemoteServiceSecurityConfig
java.lang.Object
com.inductiveautomation.ignition.gateway.gan.security.RemoteServiceSecurityConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
Convenience function to know that we don't have to filter anything on query/browse, etcboolean
Returns the access mode for the profile.void
setAccess
(String provider, RemoteServiceAccessLevel access) void
setDefaultAccess
(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
-