Uses of Class
org.oa4mp.delegation.server.storage.uuc.ListRule
-
Packages that use ListRule Package Description org.oa4mp.delegation.server.storage.uuc org.oa4mp.server.loader.oauth2.loader -
-
Uses of ListRule in org.oa4mp.delegation.server.storage.uuc
Methods in org.oa4mp.delegation.server.storage.uuc that return ListRule Modifier and Type Method Description ListRule
UUCConfiguration. getBlackList()
ListRule
UUCConfiguration. getWhiteList()
Methods in org.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)
-
Uses of ListRule in org.oa4mp.server.loader.oauth2.loader
Methods in org.oa4mp.server.loader.oauth2.loader that return ListRule Modifier and Type Method Description protected ListRule
OA2ConfigurationLoader. createLR(org.apache.commons.configuration.tree.ConfigurationNode node, boolean isWhiteList)
-