Uses of Class
org.oa4mp.server.api.storage.servlet.AbstractRegistrationServlet
-
Packages that use AbstractRegistrationServlet Package Description org.oa4mp.server.api.storage.servlet org.oa4mp.server.loader.oauth2.servlet -
-
Uses of AbstractRegistrationServlet in org.oa4mp.server.api.storage.servlet
Subclasses of AbstractRegistrationServlet in org.oa4mp.server.api.storage.servlet Modifier and Type Class Description class
AutoRegistrationServlet
This will automatically approve every client request.class
RegistrationServlet
The servlet that handles registration. -
Uses of AbstractRegistrationServlet in org.oa4mp.server.loader.oauth2.servlet
Subclasses of AbstractRegistrationServlet in org.oa4mp.server.loader.oauth2.servlet Modifier and Type Class Description class
OA2AdminRegistrationServlet
Created by Jeff Gaynor
on 4/9/19 at 1:39 PMclass
OA2AutoRegistrationServlet
Created by Jeff Gaynor
on 9/28/11 at 1:20 PMclass
OA2RegistrationServlet
Created by Jeff Gaynor
on 3/20/14 at 4:48 PM
-