public interface SecurityModule
Modifier and Type | Interface and Description |
---|---|
static class |
SecurityModule.SecurityInstallException
Indicates a problem with installing or uninstalling a security module.
|
Modifier and Type | Method and Description |
---|---|
void |
install()
Install the security module.
|
void |
uninstall()
Uninstall the security module.
|
void install() throws SecurityModule.SecurityInstallException
SecurityModule.SecurityInstallException
- if the security module couldn't be installed.void uninstall() throws SecurityModule.SecurityInstallException
SecurityModule.SecurityInstallException
- if the security module couldn't be uninstalled.UnsupportedOperationException
- if the security module doesn't support uninstallation.Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.