Uses of Class
org.oa4mp.delegation.server.uuc.storage.ListRule
-
Packages that use ListRule Package Description edu.uiuc.ncsa.oa4mp.delegation.server.storage.uuc -
-
Uses of ListRule in edu.uiuc.ncsa.oa4mp.delegation.server.storage.uuc
Methods in edu.uiuc.ncsa.oa4mp.delegation.server.storage.uuc that return ListRule Modifier and Type Method Description ListRule
UUCConfiguration. getBlackList()
ListRule
UUCConfiguration. getWhiteList()
Methods in edu.uiuc.ncsa.oa4mp.delegation.server.storage.uuc with parameters of type ListRule Modifier and Type Method Description void
UUCConfiguration. setBlackList(ListRule blackList)
void
UUCConfiguration. setWhiteList(ListRule whiteList)
-