public class CMFMasterService extends Object
| Modifier and Type | Field and Description |
|---|---|
protected char[] |
master |
protected String |
serviceName |
| Constructor and Description |
|---|
CMFMasterService(String serviceName) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
displayWarning(boolean persisting) |
char[] |
getMasterSecret() |
protected void |
initializeFromMaster(File masterFile) |
protected void |
persistMaster(char[] master,
File masterFile) |
protected void |
promptUser() |
protected void |
setupMasterSecret(String securityDir,
boolean persisting) |
protected void |
setupMasterSecret(String securityDir,
String filename,
boolean persisting) |
void |
setupMasterSecret(String securityDir,
String filename,
boolean persisting,
GatewayConfig config) |
protected char[] master
protected String serviceName
public CMFMasterService(String serviceName)
public char[] getMasterSecret()
public void setupMasterSecret(String securityDir, String filename, boolean persisting, GatewayConfig config) throws ServiceLifecycleException
ServiceLifecycleExceptionprotected void setupMasterSecret(String securityDir, boolean persisting) throws ServiceLifecycleException
ServiceLifecycleExceptionprotected void setupMasterSecret(String securityDir, String filename, boolean persisting) throws ServiceLifecycleException
ServiceLifecycleExceptionprotected void promptUser()
protected void displayWarning(boolean persisting)
protected void persistMaster(char[] master,
File masterFile)
Copyright © 2022 The Apache Software Foundation. All rights reserved.