Interface SecurityModule
- All Known Implementing Classes:
HadoopModule,JaasModule,ZooKeeperModule
public interface SecurityModule
An installable security module.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classIndicates a problem with installing or uninstalling a security module. -
Method Summary
-
Method Details
-
install
Install the security module.- Throws:
SecurityModule.SecurityInstallException- if the security module couldn't be installed.
-
uninstall
Uninstall the security module.- Throws:
SecurityModule.SecurityInstallException- if the security module couldn't be uninstalled.UnsupportedOperationException- if the security module doesn't support uninstallation.
-