public class ProxyUserService extends BaseService implements ProxyUser
| Modifier and Type | Class and Description |
|---|---|
static class |
ProxyUserService.ERROR |
| Constructor and Description |
|---|
ProxyUserService() |
| Modifier and Type | Method and Description |
|---|---|
Class |
getInterface()
Returns the interface implemented by this service.
|
Class[] |
getServiceDependencies()
Returns the service dependencies of this service.
|
protected void |
init()
Initializes the server.
|
void |
validate(String proxyUser,
String proxyHost,
String doAsUser) |
destroy, getPrefix, getPrefixedName, getServer, getServiceConfig, init, postInit, serverStatusChangepublic Class getInterface()
ServiceServer when the Server.get(Class) method is used to
retrieve a service.getInterface in interface Servicepublic Class[] getServiceDependencies()
BaseServicegetServiceDependencies in interface ServicegetServiceDependencies in class BaseServiceprotected void init()
throws ServiceException
BaseServiceBaseService.init(Server) after all service properties
(properties prefixed withinit in class BaseServiceServiceException - thrown if the service could not be initialized.public void validate(String proxyUser, String proxyHost, String doAsUser) throws IOException, AccessControlException
validate in interface ProxyUserIOExceptionAccessControlExceptionCopyright © 2014 Apache Software Foundation. All Rights Reserved.