Uses of Interface
adams.scripting.permissionhandler.PermissionHandler
-
Packages that use PermissionHandler Package Description adams.flow.transformer adams.scripting.engine adams.scripting.permissionhandler -
-
Uses of PermissionHandler in adams.flow.transformer
Fields in adams.flow.transformer declared as PermissionHandler Modifier and Type Field Description protected PermissionHandler
ExecuteRemoteCommand. m_PermissionHandler
the permission handler to use.Methods in adams.flow.transformer that return PermissionHandler Modifier and Type Method Description PermissionHandler
ExecuteRemoteCommand. getPermissionHandler()
Returns the permission handler in use.Methods in adams.flow.transformer with parameters of type PermissionHandler Modifier and Type Method Description void
ExecuteRemoteCommand. setPermissionHandler(PermissionHandler value)
Sets the permission handler to use. -
Uses of PermissionHandler in adams.scripting.engine
Fields in adams.scripting.engine declared as PermissionHandler Modifier and Type Field Description protected PermissionHandler
AbstractScriptingEngine. m_PermissionHandler
the permission handler.Methods in adams.scripting.engine that return PermissionHandler Modifier and Type Method Description protected PermissionHandler
AbstractScriptingEngine. getDefaultPermissionHandler()
Returns the default permission handler.PermissionHandler
AbstractScriptingEngine. getPermissionHandler()
Returns the permission handler in use.PermissionHandler
RemoteScriptingEngine. getPermissionHandler()
Returns the permission handler in use.Methods in adams.scripting.engine with parameters of type PermissionHandler Modifier and Type Method Description void
AbstractScriptingEngine. setPermissionHandler(PermissionHandler value)
Sets the permission handler to use.void
RemoteScriptingEngine. setPermissionHandler(PermissionHandler value)
Sets the permission handler to use. -
Uses of PermissionHandler in adams.scripting.permissionhandler
Classes in adams.scripting.permissionhandler that implement PermissionHandler Modifier and Type Class Description class
AbstractPermissionHandler
Ancestor for permission handlers.class
AllowAll
Allows all commands.class
RejectAll
Rejects all commands.
-