Uses of Interface
org.oa4mp.delegation.server.issuers.AGIssuer
-
Packages that use AGIssuer 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 AGIssuer in org.oa4mp.delegation.server.server
Classes in org.oa4mp.delegation.server.server that implement AGIssuer Modifier and Type Class Description class
AGI2
Authorization grant issuer class. -
Uses of AGIssuer in org.oa4mp.server.api
Fields in org.oa4mp.server.api with type parameters of type AGIssuer Modifier and Type Field Description protected javax.inject.Provider<AGIssuer>
ServiceEnvironmentImpl. agip
Methods in org.oa4mp.server.api that return AGIssuer Modifier and Type Method Description AGIssuer
ServiceEnvironment. getAgIssuer()
TheAbstractIssuer
that createsAuthorizationGrant
s.AGIssuer
ServiceEnvironmentImpl. getAgIssuer()
-
Uses of AGIssuer in org.oa4mp.server.api.storage.servlet
Methods in org.oa4mp.server.api.storage.servlet that return AGIssuer Modifier and Type Method Description AGIssuer
OA4MPServlet. getAGI()
Methods in org.oa4mp.server.api.storage.servlet that return types with arguments of type AGIssuer Modifier and Type Method Description javax.inject.Provider<AGIssuer>
ConfigurationLoaderInterface. getAGIProvider()
-
Uses of AGIssuer in org.oa4mp.server.loader.oauth2.loader
Methods in org.oa4mp.server.loader.oauth2.loader that return types with arguments of type AGIssuer Modifier and Type Method Description javax.inject.Provider<AGIssuer>
OA2ConfigurationLoader. getAGIProvider()
-