Uses of Class
org.oa4mp.server.api.util.NewClientEvent
-
Packages that use NewClientEvent Package Description edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader edu.uiuc.ncsa.myproxy.oa4mp.server.servlet edu.uiuc.ncsa.myproxy.oa4mp.server.util -
-
Uses of NewClientEvent in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader
Methods in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader with parameters of type NewClientEvent Modifier and Type Method Description void
OA2NewClientNotifier. fireNewClientEvent(NewClientEvent notificationEvent)
-
Uses of NewClientEvent in edu.uiuc.ncsa.myproxy.oa4mp.server.servlet
Methods in edu.uiuc.ncsa.myproxy.oa4mp.server.servlet with parameters of type NewClientEvent Modifier and Type Method Description protected void
AbstractRegistrationServlet. fireNewClientEvent(NewClientEvent newClientEvent)
-
Uses of NewClientEvent in edu.uiuc.ncsa.myproxy.oa4mp.server.util
Subclasses of NewClientEvent in edu.uiuc.ncsa.myproxy.oa4mp.server.util Modifier and Type Class Description class
ACNewClientEvent
Created by Jeff Gaynor
on 5/27/21 at 1:36 PMclass
NewAdminClientEvent
Created by Jeff Gaynor
on 5/27/21 at 1:36 PMMethods in edu.uiuc.ncsa.myproxy.oa4mp.server.util with parameters of type NewClientEvent Modifier and Type Method Description void
NewClientListener. fireNewClientEvent(NewClientEvent newClientEvent)
void
NewClientNotifier. fireNewClientEvent(NewClientEvent notificationEvent)
-