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 PermissionHandlerExecuteRemoteCommand. m_PermissionHandlerthe permission handler to use.Methods in adams.flow.transformer that return PermissionHandler Modifier and Type Method Description PermissionHandlerExecuteRemoteCommand. getPermissionHandler()Returns the permission handler in use.Methods in adams.flow.transformer with parameters of type PermissionHandler Modifier and Type Method Description voidExecuteRemoteCommand. 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 PermissionHandlerAbstractScriptingEngine. m_PermissionHandlerthe permission handler.Methods in adams.scripting.engine that return PermissionHandler Modifier and Type Method Description protected PermissionHandlerAbstractScriptingEngine. getDefaultPermissionHandler()Returns the default permission handler.PermissionHandlerAbstractScriptingEngine. getPermissionHandler()Returns the permission handler in use.PermissionHandlerRemoteScriptingEngine. getPermissionHandler()Returns the permission handler in use.Methods in adams.scripting.engine with parameters of type PermissionHandler Modifier and Type Method Description voidAbstractScriptingEngine. setPermissionHandler(PermissionHandler value)Sets the permission handler to use.voidRemoteScriptingEngine. 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 classAbstractPermissionHandlerAncestor for permission handlers.classAllowAllAllows all commands.classRejectAllRejects all commands.
-