Uses of Interface
org.oa4mp.delegation.server.issuers.ATIssuer
-
Packages that use ATIssuer Package Description org.oa4mp.delegation.server.server org.oa4mp.server.api org.oa4mp.server.api.storage.servlet org.oa4mp.server.loader.oauth2.loader -
-
Uses of ATIssuer in org.oa4mp.delegation.server.server
Classes in org.oa4mp.delegation.server.server that implement ATIssuer Modifier and Type Class Description class
ATI2
Access token issuer class for OAuth2. -
Uses of ATIssuer in org.oa4mp.server.api
Fields in org.oa4mp.server.api with type parameters of type ATIssuer Modifier and Type Field Description protected javax.inject.Provider<ATIssuer>
ServiceEnvironmentImpl. atip
Methods in org.oa4mp.server.api that return ATIssuer Modifier and Type Method Description ATIssuer
ServiceEnvironment. getAtIssuer()
TheAbstractIssuer
that createsAccessToken
s.ATIssuer
ServiceEnvironmentImpl. getAtIssuer()
-
Uses of ATIssuer in org.oa4mp.server.api.storage.servlet
Methods in org.oa4mp.server.api.storage.servlet that return ATIssuer Modifier and Type Method Description protected ATIssuer
OA4MPServlet. getATI()
Methods in org.oa4mp.server.api.storage.servlet that return types with arguments of type ATIssuer Modifier and Type Method Description javax.inject.Provider<ATIssuer>
ConfigurationLoaderInterface. getATIProvider()
-
Uses of ATIssuer in org.oa4mp.server.loader.oauth2.loader
Methods in org.oa4mp.server.loader.oauth2.loader that return types with arguments of type ATIssuer Modifier and Type Method Description javax.inject.Provider<ATIssuer>
OA2ConfigurationLoader. getATIProvider()
-