Uses of Class
org.oa4mp.delegation.client.DelegationService
-
Packages that use DelegationService Package Description org.oa4mp.client.api org.oa4mp.client.api.loader org.oa4mp.client.loader org.oa4mp.delegation.server.client -
-
Uses of DelegationService in org.oa4mp.client.api
Methods in org.oa4mp.client.api that return DelegationService Modifier and Type Method Description DelegationService
ClientEnvironment. getDelegationService()
TheOA4MPService
, fully configured and operational.Constructors in org.oa4mp.client.api with parameters of type DelegationService Constructor Description ClientEnvironment(URI accessTokenUri, URI authorizationUri, URI callback, long certLifetime, String clientId, DelegationService delegationService, URI initializeUri, PrivateKey privateKey, PublicKey publicKey, URI resourceServerUri, TokenForge tokenForge, AssetStore assetStore, boolean showRedirectPage, String errorPagePath, String redirectPagePath, String successPagePath, String keyID, edu.uiuc.ncsa.security.util.jwk.JSONWebKeys jwks)
Used mostly for testing. -
Uses of DelegationService in org.oa4mp.client.api.loader
Fields in org.oa4mp.client.api.loader with type parameters of type DelegationService Modifier and Type Field Description protected javax.inject.Provider<DelegationService>
AbstractClientLoader. dsp
Methods in org.oa4mp.client.api.loader that return types with arguments of type DelegationService Modifier and Type Method Description protected abstract javax.inject.Provider<DelegationService>
AbstractClientLoader. getDSP()
-
Uses of DelegationService in org.oa4mp.client.loader
Methods in org.oa4mp.client.loader that return types with arguments of type DelegationService Modifier and Type Method Description protected javax.inject.Provider<DelegationService>
OA2ClientLoader. getDSP()
protected javax.inject.Provider<DelegationService>
OA2ClientLoaderImpl. getDSP()
Constructors in org.oa4mp.client.loader with parameters of type DelegationService Constructor Description OA2ClientEnvironment(URI accessTokenUri, URI authorizationUri, URI callback, long certLifetime, String clientId, DelegationService delegationService, URI resourceServerUri, TokenForge tokenForge, AssetStore assetStore, boolean showRedirectPage, String errorPagePath, String redirectPagePath, String successPagePath, boolean oidcEnabled, boolean showIDToken, boolean useBasicAuth, URI deviceAuthorizationUri, URI issuer, edu.uiuc.ncsa.security.core.util.MetaDebugUtil metaDebugUtil, String kid, edu.uiuc.ncsa.security.util.jwk.JSONWebKeys jwks)
-
Uses of DelegationService in org.oa4mp.delegation.server.client
Subclasses of DelegationService in org.oa4mp.delegation.server.client Modifier and Type Class Description class
DS2
Delegation service for OIDC
-