org.apache.hadoop.security
Class JniBasedUnixGroupsNetgroupMappingWithFallback
java.lang.Object
   org.apache.hadoop.security.JniBasedUnixGroupsNetgroupMappingWithFallback
org.apache.hadoop.security.JniBasedUnixGroupsNetgroupMappingWithFallback
- public class JniBasedUnixGroupsNetgroupMappingWithFallback 
- extends Object
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
JniBasedUnixGroupsNetgroupMappingWithFallback
public JniBasedUnixGroupsNetgroupMappingWithFallback()
getGroups
public List<String> getGroups(String user)
                       throws IOException
- Get all various group memberships of a given user.
 Returns EMPTY list in case of non-existing user
 
- 
 
- 
- Parameters:
- user- User's name
- Returns:
- group memberships of user
- Throws:
- IOException
 
cacheGroupsRefresh
public void cacheGroupsRefresh()
                        throws IOException
- Refresh the cache of groups and user mapping
 
- 
 
- 
- Throws:
- IOException
 
cacheGroupsAdd
public void cacheGroupsAdd(List<String> groups)
                    throws IOException
- Caches the group user information
 
- 
 
- 
- Parameters:
- groups- list of groups to add to cache
- Throws:
- IOException
 
Copyright © 2009 The Apache Software Foundation