Uses of Interface
org.gcube.common.keycloak.KeycloakClient
-
Packages that use KeycloakClient Package Description org.gcube.common.keycloak -
-
Uses of KeycloakClient in org.gcube.common.keycloak
Classes in org.gcube.common.keycloak that implement KeycloakClient Modifier and Type Class Description classDefaultKeycloakClientMethods in org.gcube.common.keycloak that return KeycloakClient Modifier and Type Method Description KeycloakClientDefaultKeycloakClient. addDynamicScope(String dynamicScope, String value)KeycloakClientKeycloakClient. addDynamicScope(String dynamicScope, String value)Adds the dynamic scope to the list of scopes to use for the next OIDC token requestsKeycloakClientDefaultKeycloakClient. addScopes(List<String> scopes)KeycloakClientKeycloakClient. addScopes(List<String> scopes)Adds the provided OIDC scopes to the list of scopes to use for the next OIDC token requestsstatic KeycloakClientKeycloakClientFactory. newInstance()KeycloakClientDefaultKeycloakClient. removeAllScopes()KeycloakClientKeycloakClient. removeAllScopes()Removes all the custom OIDC scopes from the list of scopes to use the next OIDC token requestsKeycloakClientDefaultKeycloakClient. removeScopes(List<String> scopes)KeycloakClientKeycloakClient. removeScopes(List<String> scopes)Removes the provided OIDC scopes from the list of scopes to use for the next OIDC token requestsKeycloakClientDefaultKeycloakClient. useDynamicScopeInsteadOfCustomHeaderForContextRestricion(boolean useDynamicScopeInsteadOfCustomHeaderForContextRestricion)KeycloakClientKeycloakClient. useDynamicScopeInsteadOfCustomHeaderForContextRestricion(boolean useDynamicScopeInsteadOfCustomHeaderForContextRestricion)Sets a flag to use dynamic scope (D4S_DYNAMIC_SCOPE_NAME= "d4s-context") instead of custom header (D4S_CONTEXT_HEADER_NAME= "x-d4science-context") when an OIDC token with context is usedKeycloakClientDefaultKeycloakClient. useScopes(List<String> scopes)KeycloakClientKeycloakClient. useScopes(List<String> scopes)Replaces the list of the provided OIDC scopes for the next OIDC token requests
-