Interface GenericSecurityViewDomainHook
- All Superinterfaces:
Hook
- All Known Implementing Classes:
AccessRsSecurityTargetDomainHooker,AdminSecurityTargetDomainHooker,DashboardAdminSecurityTargetDomainHooker,DashboardViewSecurityTargetDomainHooker,DatasinkManagerViewSecurityTargetDomainHooker,DatasourceManagerViewSecurityTargetDomainHooker,ExportSecurityTargetDomainHooker,FileServerManagerViewSecurityTargetDomainHooker,GenericSecurityTargetAdminViewSecurityTargetDomainHooker,GlobalConstantsViewSecurityTargetDomainHooker,ImportSecurityTargetDomainHooker,LicenseSecurityTargetDomainHooker,RemoteServerManagerViewSecurityTargetDomainHooker,ReportManagerViewSecurityTargetDomainHooker,SchedulingAdminViewSecurityTargetDomainHooker,SchedulingBasicSecurityTargetDomainHooker,SftpSecurityTargetDomainHooker,SuViewSecurityTargetDomainHooker,SystemConsoleSecurityTargetDomainHooker,TeamSpaceSecurityTargetDomainHooker,TerminalSecurityTargetDomainHooker,TransportManagementViewSecurityTargetDomainHooker,TransportViewSecurityTargetDomainHooker,UserManagerAdminViewSecurityTargetDomainHooker,UserVariableAdminViewSecurityTargetDomainHooker
Defines a hook for attaching generic security targets to the generic security
target view.
-
Method Summary
Modifier and TypeMethodDescriptionA longer description which describes the target.ImageResourceThe icon used in the navigation panelThe target's name, which is used as link in the navigation panel.A mapping object which is used to identify the marker class on the server side.
-
Method Details
-
genericSecurityViewDomainHook_getName
String genericSecurityViewDomainHook_getName()The target's name, which is used as link in the navigation panel. -
genericSecurityViewDomainHook_getDescription
String genericSecurityViewDomainHook_getDescription()A longer description which describes the target. -
genericSecurityViewDomainHook_getIcon
ImageResource genericSecurityViewDomainHook_getIcon()The icon used in the navigation panel -
genericSecurityViewDomainHook_getTargetId
GenericTargetIdentifier genericSecurityViewDomainHook_getTargetId()A mapping object which is used to identify the marker class on the server side.This is used to be typesafe and not to have strings.
-