@Service(value="networkProxyAdmin#default") public class DefaultNetworkProxyAdmin extends AbstractRepositoryAdmin implements NetworkProxyAdmin
log| Constructor and Description | 
|---|
| DefaultNetworkProxyAdmin() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addNetworkProxy(NetworkProxy networkProxy,
               AuditInformation auditInformation) | 
| void | deleteNetworkProxy(String networkProxyId,
                  AuditInformation auditInformation) | 
| List<NetworkProxy> | getNetworkProxies() | 
| protected NetworkProxy | getNetworkProxy(NetworkProxyConfiguration networkProxyConfiguration) | 
| NetworkProxy | getNetworkProxy(String networkProxyId) | 
| protected NetworkProxyConfiguration | getNetworkProxyConfiguration(NetworkProxy networkProxy) | 
| void | updateNetworkProxy(NetworkProxy networkProxy,
                  AuditInformation auditInformation) | 
convertUriToString, getArchivaConfiguration, getAuditListeners, getModelMapper, getRegistry, getRepositoryCommonValidator, saveConfiguration, setArchivaConfiguration, setAuditListeners, setBaseRepoAttributes, setBaseRepoAttributes, setRegistry, setRepositoryCommonValidator, triggerAuditEventpublic DefaultNetworkProxyAdmin()
public List<NetworkProxy> getNetworkProxies() throws RepositoryAdminException
getNetworkProxies in interface NetworkProxyAdminRepositoryAdminExceptionpublic NetworkProxy getNetworkProxy(String networkProxyId) throws RepositoryAdminException
getNetworkProxy in interface NetworkProxyAdminRepositoryAdminExceptionpublic void addNetworkProxy(NetworkProxy networkProxy, AuditInformation auditInformation) throws RepositoryAdminException
addNetworkProxy in interface NetworkProxyAdminRepositoryAdminExceptionpublic void updateNetworkProxy(NetworkProxy networkProxy, AuditInformation auditInformation) throws RepositoryAdminException
updateNetworkProxy in interface NetworkProxyAdminRepositoryAdminExceptionpublic void deleteNetworkProxy(String networkProxyId, AuditInformation auditInformation) throws RepositoryAdminException
deleteNetworkProxy in interface NetworkProxyAdminRepositoryAdminExceptionprotected NetworkProxy getNetworkProxy(NetworkProxyConfiguration networkProxyConfiguration)
protected NetworkProxyConfiguration getNetworkProxyConfiguration(NetworkProxy networkProxy)
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.