public class NetgroupCache extends Object
NetgroupCache()
void
add(String group, List<String> users)
clear()
List<String>
getNetgroupNames()
getNetgroups(String user, List<String> groups)
boolean
isCached(String group)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public NetgroupCache()
public void getNetgroups(String user, List<String> groups)
public List<String> getNetgroupNames()
public boolean isCached(String group)
public void clear()
public void add(String group, List<String> users)
Copyright © 2009 The Apache Software Foundation