Uses of Interface
org.oa4mp.delegation.server.issuers.PAIssuer
-
Packages that use PAIssuer 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 PAIssuer in org.oa4mp.delegation.server.server
Classes in org.oa4mp.delegation.server.server that implement PAIssuer Modifier and Type Class Description class
PAI2
Protected asset (cert) issuer for Oauth 2 class -
Uses of PAIssuer in org.oa4mp.server.api
Fields in org.oa4mp.server.api with type parameters of type PAIssuer Modifier and Type Field Description protected javax.inject.Provider<PAIssuer>
ServiceEnvironmentImpl. paip
Methods in org.oa4mp.server.api that return PAIssuer Modifier and Type Method Description PAIssuer
ServiceEnvironment. getPaIssuer()
TheAbstractIssuer
that creates theProtectedAsset
s.PAIssuer
ServiceEnvironmentImpl. getPaIssuer()
-
Uses of PAIssuer in org.oa4mp.server.api.storage.servlet
Methods in org.oa4mp.server.api.storage.servlet that return PAIssuer Modifier and Type Method Description protected PAIssuer
AbstractCertServlet. getPAI()
Methods in org.oa4mp.server.api.storage.servlet that return types with arguments of type PAIssuer Modifier and Type Method Description javax.inject.Provider<PAIssuer>
ConfigurationLoaderInterface. getPAIProvider()
-
Uses of PAIssuer in org.oa4mp.server.loader.oauth2.loader
Methods in org.oa4mp.server.loader.oauth2.loader that return types with arguments of type PAIssuer Modifier and Type Method Description javax.inject.Provider<PAIssuer>
OA2ConfigurationLoader. getPAIProvider()
-