Uses of Interface
org.oa4mp.delegation.client.server.ATServer
-
Packages that use ATServer Package Description org.oa4mp.delegation.client org.oa4mp.delegation.server.client -
-
Uses of ATServer in org.oa4mp.delegation.client
Methods in org.oa4mp.delegation.client that return ATServer Modifier and Type Method Description ATServer
DelegationService. getAtServer()
The authorization server.Constructors in org.oa4mp.delegation.client with parameters of type ATServer Constructor Description DelegationService(AGServer agServer, ATServer atServer, PAServer paServer)
-
Uses of ATServer in org.oa4mp.delegation.server.client
Classes in org.oa4mp.delegation.server.client that implement ATServer Modifier and Type Class Description class
ATServer2
This class handles the client call to the access token endpointConstructors in org.oa4mp.delegation.server.client with parameters of type ATServer Constructor Description DS2(AGServer agServer, ATServer atServer, PAServer paServer, UIServer2 uiServer, RTServer rtServer, RFC6749_4_4Server rfc6749_4_4Server, RFC7009Server rfc7009Server, RFC7662Server rfc7662Server, RFC7523Server rfc7523Server, RFC8623Server rfc8623Server)
Constructor
-