Uses of Class
org.gcube.oidc.rest.OpenIdConnectRESTHelperException
Packages that use OpenIdConnectRESTHelperException
-
Uses of OpenIdConnectRESTHelperException in org.gcube.oidc.rest
Methods in org.gcube.oidc.rest that return OpenIdConnectRESTHelperExceptionModifier and TypeMethodDescriptionOpenIdConnectRESTHelperException.create(String message, int status, String contentType, String textResponse) Creates a new instance of the exception.Methods in org.gcube.oidc.rest that throw OpenIdConnectRESTHelperExceptionModifier and TypeMethodDescriptionprotected static JWTTokenOpenIdConnectRESTHelper.performQueryTokenWithPOST(URL tokenURL, String authorization, Map<String, List<String>> params) Performs a query token with POST.protected static JWTTokenOpenIdConnectRESTHelper.performQueryTokenWithPOST(URL tokenURL, String authorization, Map<String, List<String>> params, Map<String, String> headers) Performs a query token with POST.static JWTTokenOpenIdConnectRESTHelper.queryClientToken(String clientId, String clientSecret, URL tokenURL) Queries from the OIDC server an OIDC access token, by using provided clientId and client secret.static JWTTokenOpenIdConnectRESTHelper.queryClientToken(String clientId, String clientSecret, URL tokenURL, Map<String, String> extraHeaders) Queries from the OIDC server an OIDC access token, by using provided clientId and client secret.static JWTTokenOpenIdConnectRESTHelper.queryExchangeToken(URL tokenUrl, String authorization, String audience, String clientId, String clientSecret, boolean withRefreshToken, boolean offline, Map<String, String> extraHeaders) Queries from the OIDC server an exchanged token by using provided access token, optionally for the given audience (context) in URLEncoded form or not.static JWTTokenOpenIdConnectRESTHelper.queryExchangeToken(URL tokenUrl, String authorization, String audience, String clientId, String clientSecret, String requestedTokenType, String scope, Map<String, String> extraHeaders) Queries from the OIDC server an exchanged token by using provided access token, optionally for the given audience (context) in URLEncoded form or not.static JWTTokenOpenIdConnectRESTHelper.queryExchangeToken(URL tokenUrl, String authorization, String audience, String clientId, String clientSecret, Map<String, String> extraHeaders) Queries from the OIDC server an exchanged token by using provided access token, optionally for the given audience (context) in URLEncoded form or not.static JWTTokenOpenIdConnectRESTHelper.queryUMAToken(URL tokenUrl, String clientId, String clientSecret, String audience, List<String> permissions) Queries from the OIDC server an UMA token, by using provided clientId and client secret for the given audience (context), in URLEncoded form or not, and optionally a list of permissions.static JWTTokenOpenIdConnectRESTHelper.queryUMAToken(URL tokenUrl, String clientId, String clientSecret, String audience, List<String> permissions, Map<String, String> extraHeaders) Queries from the OIDC server an UMA token, by using provided clientId and client secret for the given audience (context), in URLEncoded form or not, and optionally a list of permissions.static JWTTokenOpenIdConnectRESTHelper.queryUMAToken(URL tokenUrl, String authorization, String audience, List<String> permissions) Queries from the OIDC server an UMA token, by using provided access token, for the given audience (context), in URLEncoded form or not, and optionally a list of permissions.static JWTTokenOpenIdConnectRESTHelper.queryUMAToken(URL tokenUrl, String authorization, String audience, List<String> permissions, Map<String, String> extraHeaders) Queries from the OIDC server an UMA token, by using provided access token, for the given audience (context), in URLEncoded form or not, and optionally a list of permissions.static JWTTokenOpenIdConnectRESTHelper.refreshToken(URL tokenURL, String clientId, String clientSecret, JWTToken token) Refreshes the token from the OIDC server for a specific client represented by the client id.static JWTTokenOpenIdConnectRESTHelper.refreshToken(URL tokenURL, String clientId, JWTToken token) Refreshes the token from the OIDC server for a specific client represented by the client id.static JWTTokenOpenIdConnectRESTHelper.refreshToken(URL tokenURL, JWTToken token) Refreshes the token from the OIDC server.