@Private public class GroupsService extends BaseService implements Groups
| Constructor | Description |
|---|---|
GroupsService() |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<java.lang.String> |
getGroups(java.lang.String user) |
Deprecated.
|
java.util.Set<java.lang.String> |
getGroupsSet(java.lang.String user) |
|
java.lang.Class |
getInterface() |
Returns the interface implemented by this service.
|
protected void |
init() |
Initializes the server.
|
destroy, getPrefix, getPrefixedName, getServer, getServiceConfig, getServiceDependencies, init, postInit, serverStatusChangeprotected void init()
throws ServiceException
BaseService
This method is called by BaseService.init(Server) after all service properties
(properties prefixed with
init in class BaseServiceServiceException - thrown if the service could not be initialized.public java.lang.Class getInterface()
ServiceServer when the Server.get(Class) method is used to
retrieve a service.getInterface in interface Service@Deprecated
public java.util.List<java.lang.String> getGroups(java.lang.String user)
throws java.io.IOException
public java.util.Set<java.lang.String> getGroupsSet(java.lang.String user)
throws java.io.IOException
getGroupsSet in interface Groupsjava.io.IOExceptionCopyright © 2008–2025 Apache Software Foundation. All rights reserved.