Uses of Class
org.oa4mp.server.loader.oauth2.servlet.GroupHandler
-
Packages that use GroupHandler Package Description edu.uiuc.ncsa.myproxy.oa4mp.oauth2.claims edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet -
-
Uses of GroupHandler in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.claims
Fields in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.claims declared as GroupHandler Modifier and Type Field Description protected GroupHandler
BasicClaimsSourceImpl. groupHandler
Methods in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.claims that return GroupHandler Modifier and Type Method Description GroupHandler
BasicClaimsSourceImpl. getGroupHandler()
Methods in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.claims with parameters of type GroupHandler Modifier and Type Method Description void
BasicClaimsSourceImpl. setGroupHandler(GroupHandler groupHandler)
-
Uses of GroupHandler in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet
Subclasses of GroupHandler in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet Modifier and Type Class Description class
NCSAGroupHandler
Created by Jeff Gaynor
on 3/1/18 at 4:48 PM
-