Uses of Class
org.oa4mp.server.api.servlet.storage.MyProxyDelegationServlet
-
Packages that use MyProxyDelegationServlet Package Description edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet edu.uiuc.ncsa.myproxy.oa4mp.server.servlet edu.uiuc.ncsa.oa2.servlet -
-
Uses of MyProxyDelegationServlet in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet
Subclasses of MyProxyDelegationServlet in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet Modifier and Type Class Description class
AbstractAccessTokenServlet2
Created by Jeff Gaynor
on 9/25/13 at 1:37 PMclass
ActiveTokenServlet
Created by Jeff Gaynor
on 9/28/21 at 5:04 PMclass
BearerTokenServlet
For endpoints that use bearer tokens.class
MultiAuthServlet
This class has the machinery for processing the various types of Authorization for a servlet.class
OA2AdminRegistrationServlet
Created by Jeff Gaynor
on 4/9/19 at 1:39 PMclass
OA2AuthorizedServlet
Created by Jeff Gaynor
on 10/3/13 at 2:01 PMclass
OA2AutoRegistrationServlet
Created by Jeff Gaynor
on 9/28/11 at 1:20 PMclass
OA2CertServlet
Created by Jeff Gaynor
on 2/20/14 at 12:50 PMclass
OA2DiscoveryServlet
Created by Jeff Gaynor
on 12/12/16 at 1:18 PMclass
OA2RegistrationServlet
Created by Jeff Gaynor
on 3/20/14 at 4:48 PMclass
RFC7009
Token Revocation endpoint.class
RFC7662
The token introspection servlet This implements RFC7662class
TokenManagerServlet
class
UserInfoServlet
Created by Jeff Gaynor
on 10/4/13 at 11:09 AMFields in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet declared as MyProxyDelegationServlet Modifier and Type Field Description protected MyProxyDelegationServlet
OA2AuthorizedServletUtil. servlet
Constructors in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet with parameters of type MyProxyDelegationServlet Constructor Description OA2AuthorizedServletUtil(MyProxyDelegationServlet servlet)
-
Uses of MyProxyDelegationServlet in edu.uiuc.ncsa.myproxy.oa4mp.server.servlet
Subclasses of MyProxyDelegationServlet in edu.uiuc.ncsa.myproxy.oa4mp.server.servlet Modifier and Type Class Description class
AbstractAccessTokenServlet
Created by Jeff Gaynor
on 9/25/13 at 1:37 PMclass
AbstractAuthorizationServlet
Created by Jeff Gaynor
on 1/14/14 at 11:50 AMclass
AbstractCertServlet
Created by Jeff Gaynor
on 9/25/13 at 3:36 PMclass
AbstractInitServlet
Created by Jeff Gaynor
on 9/24/13 at 3:56 PMclass
AbstractRegistrationServlet
Created by Jeff Gaynor
on 10/3/14 at 10:46 AMclass
AbstractVerifierServlet
Created by Jeff Gaynor
on 2/17/14 at 10:59 AMclass
ACS2
Cert servlet, version 2.class
AuthorizationControllerServlet
Created by Jeff Gaynor
on 2/17/14 at 10:47 AMclass
AuthorizedServlet
For deployment in cases that there is a wholly external authorization webapp.class
AutoRegistrationServlet
This will automatically approve every client request.class
CRServlet
This is the super class of the servlet that is supposed to retrieve a cert.class
DiscoveryServlet
Created by Jeff Gaynor
on 12/12/16 at 1:04 PMclass
ErrorServlet
This servlet handles error redirects.class
RegistrationServlet
The servlet that handles registration. -
Uses of MyProxyDelegationServlet in edu.uiuc.ncsa.oa2.servlet
Subclasses of MyProxyDelegationServlet in edu.uiuc.ncsa.oa2.servlet Modifier and Type Class Description class
OA2ATServlet
Created by Jeff Gaynor
on 10/3/13 at 2:03 PMclass
OA2AuthorizationServer
Created by Jeff Gaynor
on 2/7/14 at 11:44 AMclass
ProxyCallbackServlet
Created by Jeff Gaynor
on 3/3/22 at 4:33 PMclass
RFC8628Servlet
Servlet that starts RFC 8628 a.a device flow .This issues a user code that the user must present to an authorization endpoint.
-