@Service @PerLookup public class SecureAdminUpgradeHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
DAS_CONFIG_NAME |
protected Domain |
domain |
protected org.glassfish.hk2.api.ServiceLocator |
habitat |
protected com.sun.enterprise.module.bootstrap.StartupContext |
startupContext |
| Constructor and Description |
|---|
SecureAdminUpgradeHelper() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
commit() |
protected void |
ensureDASConfigReady() |
protected void |
ensureNonDASConfigsReady() |
protected void |
ensureSecureAdminReady() |
protected void |
rollback() |
protected SecureAdmin |
secureAdmin() |
protected SecureAdminHelper |
secureAdminHelper() |
protected String |
specialAdminIndicator() |
protected SSLUtils |
sslUtils() |
protected String |
startupArg(String argName) |
protected Transaction |
transaction() |
protected Domain |
writableDomain() |
protected SecureAdmin |
writableSecureAdmin() |
protected static final String DAS_CONFIG_NAME
@Inject protected Domain domain
@Inject protected org.glassfish.hk2.api.ServiceLocator habitat
@Inject protected com.sun.enterprise.module.bootstrap.StartupContext startupContext
protected final Transaction transaction()
protected final void commit()
throws RetryableException,
TransactionFailure
RetryableExceptionTransactionFailureprotected final void rollback()
protected final String specialAdminIndicator()
protected final SecureAdmin secureAdmin() throws TransactionFailure
TransactionFailureprotected final Domain writableDomain() throws TransactionFailure
TransactionFailureprotected final SecureAdmin writableSecureAdmin() throws TransactionFailure
TransactionFailureprotected final SecureAdminHelper secureAdminHelper()
protected final SSLUtils sslUtils()
protected final void ensureSecureAdminReady()
throws TransactionFailure,
IOException,
KeyStoreException
protected final void ensureNonDASConfigsReady()
throws TransactionFailure
TransactionFailureprotected final void ensureDASConfigReady()
Copyright © 2019. All rights reserved.