All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download identity-sdk JAR 8.4.11 with all dependencies


Camunda Identity SDK

Files of the artifact identity-sdk version 8.4.11 from the group io.camunda.

Artifact identity-sdk
Group io.camunda
Version 8.4.11
Last update 03. September 2024
Tags: camunda identity
Organization not specified
URL https://camunda.com/identity-sdk/
License The Apache Software License, Version 2.0
Dependencies amount 8
Dependencies java-jwt, auth0, jwks-rsa, commons-lang3, commons-collections4, jackson-databind, ehcache, slf4j-api,
There are maybe transitive dependencies!
There is a newer version: 8.5.9
Show newest version
Show more of this group  Show more artifacts with this name
Show all versions of identity-sdk Show documentation

Please rate this JAR file. Is it a good library?

0 downloads

Source code of identity-sdk version 8.4.11

META-INF
META-INF.META-INF.MANIFEST.MF
META-INF.maven.io.camunda.identity-sdk
META-INF.maven.io.camunda.identity-sdk.META-INF.maven.io.camunda.identity-sdk.pom.properties
META-INF.maven.io.camunda.identity-sdk.META-INF.maven.io.camunda.identity-sdk.pom.xml
io.camunda.identity.sdk
io.camunda.identity.sdk.io.camunda.identity.sdk.Identity
io.camunda.identity.sdk.io.camunda.identity.sdk.IdentityConfiguration
io.camunda.identity.sdk.annotation
io.camunda.identity.sdk.annotation.io.camunda.identity.sdk.annotation.AnnotationProcessor
io.camunda.identity.sdk.annotation.io.camunda.identity.sdk.annotation.RequiresBaseUrl
io.camunda.identity.sdk.annotation.io.camunda.identity.sdk.annotation.RequiresOAuthCredentials
io.camunda.identity.sdk.authentication
io.camunda.identity.sdk.authentication.io.camunda.identity.sdk.authentication.AbstractAuthentication
io.camunda.identity.sdk.authentication.io.camunda.identity.sdk.authentication.AccessToken
io.camunda.identity.sdk.authentication.io.camunda.identity.sdk.authentication.Authentication
io.camunda.identity.sdk.authentication.io.camunda.identity.sdk.authentication.AuthorizeUriBuilder
io.camunda.identity.sdk.authentication.io.camunda.identity.sdk.authentication.Tokens
io.camunda.identity.sdk.authentication.io.camunda.identity.sdk.authentication.UserDetails
io.camunda.identity.sdk.authentication.dto
io.camunda.identity.sdk.authentication.dto.io.camunda.identity.sdk.authentication.dto.AuthCodeDto
io.camunda.identity.sdk.authentication.dto.io.camunda.identity.sdk.authentication.dto.OrganizationDto
io.camunda.identity.sdk.authentication.exception
io.camunda.identity.sdk.authentication.exception.io.camunda.identity.sdk.authentication.exception.CodeExchangeException
io.camunda.identity.sdk.authentication.exception.io.camunda.identity.sdk.authentication.exception.InvalidClaimException
io.camunda.identity.sdk.authentication.exception.io.camunda.identity.sdk.authentication.exception.InvalidSignatureException
io.camunda.identity.sdk.authentication.exception.io.camunda.identity.sdk.authentication.exception.JsonWebKeyException
io.camunda.identity.sdk.authentication.exception.io.camunda.identity.sdk.authentication.exception.TokenDecodeException
io.camunda.identity.sdk.authentication.exception.io.camunda.identity.sdk.authentication.exception.TokenExpiredException
io.camunda.identity.sdk.authentication.exception.io.camunda.identity.sdk.authentication.exception.TokenVerificationException
io.camunda.identity.sdk.authorizations
io.camunda.identity.sdk.authorizations.io.camunda.identity.sdk.authorizations.Authorizations
io.camunda.identity.sdk.authorizations.dto
io.camunda.identity.sdk.authorizations.dto.io.camunda.identity.sdk.authorizations.dto.AssignAuthorization
io.camunda.identity.sdk.authorizations.dto.io.camunda.identity.sdk.authorizations.dto.Authorization
io.camunda.identity.sdk.authorizations.dto.io.camunda.identity.sdk.authorizations.dto.EntityType
io.camunda.identity.sdk.authorizations.dto.io.camunda.identity.sdk.authorizations.dto.ResourcePermissions
io.camunda.identity.sdk.authorizations.dto.io.camunda.identity.sdk.authorizations.dto.ResourceType
io.camunda.identity.sdk.authorizations.dto.io.camunda.identity.sdk.authorizations.dto.UpdateAuthorizations
io.camunda.identity.sdk.cache
io.camunda.identity.sdk.cache.io.camunda.identity.sdk.cache.ClientTokenCache
io.camunda.identity.sdk.cache.io.camunda.identity.sdk.cache.ClientTokenCacheExpiryPolicy
io.camunda.identity.sdk.exception
io.camunda.identity.sdk.exception.io.camunda.identity.sdk.exception.IdentityException
io.camunda.identity.sdk.exception.io.camunda.identity.sdk.exception.InvalidConfigurationException
io.camunda.identity.sdk.impl
io.camunda.identity.sdk.impl.io.camunda.identity.sdk.impl.AuthorizationsImpl
io.camunda.identity.sdk.impl.io.camunda.identity.sdk.impl.TenantsImpl
io.camunda.identity.sdk.impl.io.camunda.identity.sdk.impl.UsersImpl
io.camunda.identity.sdk.impl.auth0.authentication
io.camunda.identity.sdk.impl.auth0.authentication.io.camunda.identity.sdk.impl.auth0.authentication.Auth0Authentication
io.camunda.identity.sdk.impl.auth0.authentication.io.camunda.identity.sdk.impl.auth0.authentication.Auth0AuthorizeUriBuilder
io.camunda.identity.sdk.impl.dto
io.camunda.identity.sdk.impl.dto.io.camunda.identity.sdk.impl.dto.AccessTokenDto
io.camunda.identity.sdk.impl.dto.io.camunda.identity.sdk.impl.dto.ExchangeAuthCodeDto
io.camunda.identity.sdk.impl.dto.io.camunda.identity.sdk.impl.dto.RenewTokenDto
io.camunda.identity.sdk.impl.dto.io.camunda.identity.sdk.impl.dto.RequestClientTokenDto
io.camunda.identity.sdk.impl.dto.io.camunda.identity.sdk.impl.dto.RevokeTokenDto
io.camunda.identity.sdk.impl.dto.io.camunda.identity.sdk.impl.dto.WellKnownConfiguration
io.camunda.identity.sdk.impl.generic
io.camunda.identity.sdk.impl.generic.io.camunda.identity.sdk.impl.generic.GenericAuthentication
io.camunda.identity.sdk.impl.generic.io.camunda.identity.sdk.impl.generic.GenericAuthorizeUriBuilder
io.camunda.identity.sdk.impl.keycloak
io.camunda.identity.sdk.impl.keycloak.io.camunda.identity.sdk.impl.keycloak.KeycloakAuthentication
io.camunda.identity.sdk.impl.keycloak.io.camunda.identity.sdk.impl.keycloak.KeycloakAuthorizeUriBuilder
io.camunda.identity.sdk.impl.microsoft
io.camunda.identity.sdk.impl.microsoft.io.camunda.identity.sdk.impl.microsoft.MicrosoftAuthentication
io.camunda.identity.sdk.impl.microsoft.io.camunda.identity.sdk.impl.microsoft.MicrosoftAuthorizeUriBuilder
io.camunda.identity.sdk.impl.rest
io.camunda.identity.sdk.impl.rest.io.camunda.identity.sdk.impl.rest.RestClient
io.camunda.identity.sdk.impl.rest.exception
io.camunda.identity.sdk.impl.rest.exception.io.camunda.identity.sdk.impl.rest.exception.RestException
io.camunda.identity.sdk.impl.rest.request
io.camunda.identity.sdk.impl.rest.request.io.camunda.identity.sdk.impl.rest.request.AssignAuthorizationRequest
io.camunda.identity.sdk.impl.rest.request.io.camunda.identity.sdk.impl.rest.request.AuthorizationRequest
io.camunda.identity.sdk.impl.rest.request.io.camunda.identity.sdk.impl.rest.request.ClientTokenRequest
io.camunda.identity.sdk.impl.rest.request.io.camunda.identity.sdk.impl.rest.request.ExchangeAuthCodeRequest
io.camunda.identity.sdk.impl.rest.request.io.camunda.identity.sdk.impl.rest.request.RenewTokenRequest
io.camunda.identity.sdk.impl.rest.request.io.camunda.identity.sdk.impl.rest.request.Request
io.camunda.identity.sdk.impl.rest.request.io.camunda.identity.sdk.impl.rest.request.RevokeTokenRequest
io.camunda.identity.sdk.impl.rest.request.io.camunda.identity.sdk.impl.rest.request.TenantRequest
io.camunda.identity.sdk.impl.rest.request.io.camunda.identity.sdk.impl.rest.request.UpdateAuthorizationsRequest
io.camunda.identity.sdk.impl.rest.request.io.camunda.identity.sdk.impl.rest.request.UsersRequest
io.camunda.identity.sdk.impl.rest.request.io.camunda.identity.sdk.impl.rest.request.WellKnownRequest
io.camunda.identity.sdk.tenants
io.camunda.identity.sdk.tenants.io.camunda.identity.sdk.tenants.Tenants
io.camunda.identity.sdk.tenants.dto
io.camunda.identity.sdk.tenants.dto.io.camunda.identity.sdk.tenants.dto.Tenant
io.camunda.identity.sdk.users
io.camunda.identity.sdk.users.io.camunda.identity.sdk.users.Users
io.camunda.identity.sdk.users.dto
io.camunda.identity.sdk.users.dto.io.camunda.identity.sdk.users.dto.User
io.camunda.identity.sdk.utility
io.camunda.identity.sdk.utility.io.camunda.identity.sdk.utility.UrlQueryString
io.camunda.identity.sdk.utility.io.camunda.identity.sdk.utility.UrlUtility




© 2015 - 2024 Weber Informatics LLC | Privacy Policy