Uses of Class
org.oa4mp.server.loader.oauth2.claims.Groups
-
Packages that use Groups Package Description edu.uiuc.ncsa.myproxy.oa4mp.oauth2.claims edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet edu.uiuc.ncsa.myproxy.oa4mp.oauth2.tokens -
-
Uses of Groups in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.claims
Methods in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.claims that return Groups Modifier and Type Method Description static Groups
LDAPClaimsSource. get_NEW_Gid(LDAPConfiguration cfg2, String username)
protected Groups
LDAPClaimsSource. processNCSAGroups()
-
Uses of Groups in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet
Methods in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet that return Groups Modifier and Type Method Description Groups
GroupHandler. parse(net.sf.json.JSONArray jsonArray)
The most basic incarnation.Groups
NCSAGroupHandler. parse(net.sf.json.JSONArray jsonArray)
The form of an LDAP record is cn=group,buncha stuff. -
Uses of Groups in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.tokens
Constructors in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.tokens with parameters of type Groups Constructor Description OldTemplateResolver(String username, Groups group)
-