Uses of Interface
org.oa4mp.delegation.server.AGServer
-
Packages that use AGServer Package Description edu.uiuc.ncsa.oa4mp.delegation.client edu.uiuc.ncsa.oa4mp.delegation.oa2.client -
-
Uses of AGServer in edu.uiuc.ncsa.oa4mp.delegation.client
Methods in edu.uiuc.ncsa.oa4mp.delegation.client that return AGServer Modifier and Type Method Description AGServer
DelegationService. getAgServer()
This server issues the authorization grant that starts the delegation process.Constructors in edu.uiuc.ncsa.oa4mp.delegation.client with parameters of type AGServer Constructor Description DelegationService(AGServer agServer, ATServer atServer, PAServer paServer)
-
Uses of AGServer in edu.uiuc.ncsa.oa4mp.delegation.oa2.client
Classes in edu.uiuc.ncsa.oa4mp.delegation.oa2.client that implement AGServer Modifier and Type Class Description class
AGServer2
This class manages the client call to the authorization grant serverConstructors in edu.uiuc.ncsa.oa4mp.delegation.oa2.client with parameters of type AGServer Constructor Description DS2(AGServer agServer, ATServer atServer, PAServer paServer, UIServer2 uiServer, RTServer rtServer, RFC7009Server rfc7009Server, RFC7662Server rfc7662Server, RFC7523Server rfc7523Server, RFC8623Server rfc8623Server)
Constructor
-