- queryClientToken(String, String, URL) - Static method in class org.gcube.oidc.rest.OpenIdConnectRESTHelper
-
Queries from the OIDC server an OIDC access token, by using provided clientId and client secret.
- queryToken(String, URL, String, String, String) - Static method in class org.gcube.oidc.rest.OpenIdConnectRESTHelper
-
- queryUMAToken(URL, String, String, String, List<String>) - Static method in class org.gcube.oidc.rest.OpenIdConnectRESTHelper
-
Queries from the OIDC server an UMA token, by using provided clientId and client secret for the given audience
(context) in URLEncoded form and optionally a list of permissions.
- queryUMAToken(URL, String, String, List<String>) - Static method in class org.gcube.oidc.rest.OpenIdConnectRESTHelper
-
Queries from the OIDC server an UMA token, by using provided access token, for the given audience (context)
in URLEncoded form and optionally a list of permissions.