Index

A B C D E F G H I J K L M O P R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractAuthentication - Class in io.camunda.identity.sdk.authentication
The Authentication class provides functionality to authenticate a user with Identity and verify access tokens.
AbstractAuthentication(IdentityConfiguration, RestClient) - Constructor for class io.camunda.identity.sdk.authentication.AbstractAuthentication
 
AccessToken - Class in io.camunda.identity.sdk.authentication
 
AccessTokenDto - Class in io.camunda.identity.sdk.impl.dto
 
AccessTokenDto(String, String, String, long, String, String) - Constructor for class io.camunda.identity.sdk.impl.dto.AccessTokenDto
 
add(String, String) - Method in class io.camunda.identity.sdk.utility.UrlQueryString
 
AnnotationProcessor - Class in io.camunda.identity.sdk.annotation
 
AnnotationProcessor() - Constructor for class io.camunda.identity.sdk.annotation.AnnotationProcessor
 
apply(IdentityConfiguration, Class<T>, T) - Static method in class io.camunda.identity.sdk.annotation.AnnotationProcessor
 
assignAuthorization(String, String, String, String, String, String, Set<String>) - Method in interface io.camunda.identity.sdk.authorizations.Authorizations
Assigns an authorization to the user belonging to the token passed in
assignAuthorization(String, String, String, String, String, String, Set<String>) - Method in class io.camunda.identity.sdk.impl.AuthorizationsImpl
 
AssignAuthorization - Class in io.camunda.identity.sdk.authorizations.dto
 
AssignAuthorization(String, String, String, String, String, String) - Constructor for class io.camunda.identity.sdk.authorizations.dto.AssignAuthorization
 
AssignAuthorizationRequest - Class in io.camunda.identity.sdk.impl.rest.request
 
AssignAuthorizationRequest(String, String, AssignAuthorization) - Constructor for class io.camunda.identity.sdk.impl.rest.request.AssignAuthorizationRequest
 
AUTH0 - Enum constant in enum io.camunda.identity.sdk.IdentityConfiguration.Type
 
Auth0Authentication - Class in io.camunda.identity.sdk.impl.auth0.authentication
 
Auth0Authentication(IdentityConfiguration, RestClient) - Constructor for class io.camunda.identity.sdk.impl.auth0.authentication.Auth0Authentication
 
AuthCodeDto - Class in io.camunda.identity.sdk.authentication.dto
 
AuthCodeDto(String, String, String) - Constructor for class io.camunda.identity.sdk.authentication.dto.AuthCodeDto
 
authentication() - Method in class io.camunda.identity.sdk.Identity
Returns an initialized Authentication object.
It can be used for authentication and verifying tokens issued by Camunda Identity.
Authentication - Interface in io.camunda.identity.sdk.authentication
The Authentication class provides functionality to authenticate a user with Identity and verify access tokens.
Authorization - Class in io.camunda.identity.sdk.authorizations.dto
 
Authorization(String, String, Set<String>) - Constructor for class io.camunda.identity.sdk.authorizations.dto.Authorization
 
AuthorizationRequest - Class in io.camunda.identity.sdk.impl.rest.request
 
AuthorizationRequest(String, String, Map<String, String>) - Constructor for class io.camunda.identity.sdk.impl.rest.request.AuthorizationRequest
 
authorizations() - Method in class io.camunda.identity.sdk.Identity
Returns an initialized Authorizations object.
It can be used for retrieving authorizations from the Camunda Identity instance.
Authorizations - Interface in io.camunda.identity.sdk.authorizations
The Authorizations class provides functionality to retrieve the authorizations stored in the Camunda Identity instance.
AuthorizationsImpl - Class in io.camunda.identity.sdk.impl
 
AuthorizationsImpl(IdentityConfiguration) - Constructor for class io.camunda.identity.sdk.impl.AuthorizationsImpl
 
AUTHORIZE_PATH - Static variable in class io.camunda.identity.sdk.impl.keycloak.KeycloakAuthentication
 
authorizeUriBuilder(String) - Method in interface io.camunda.identity.sdk.authentication.Authentication
Returns a new Authorize uri builder.
authorizeUriBuilder(String) - Method in class io.camunda.identity.sdk.impl.auth0.authentication.Auth0Authentication
 
authorizeUriBuilder(String) - Method in class io.camunda.identity.sdk.impl.generic.GenericAuthentication
 
authorizeUriBuilder(String) - Method in class io.camunda.identity.sdk.impl.keycloak.KeycloakAuthentication
 
authorizeUriBuilder(String) - Method in class io.camunda.identity.sdk.impl.microsoft.MicrosoftAuthentication
 
AuthorizeUriBuilder - Class in io.camunda.identity.sdk.authentication
 
AuthorizeUriBuilder() - Constructor for class io.camunda.identity.sdk.authentication.AuthorizeUriBuilder
 

B

build() - Method in class io.camunda.identity.sdk.authentication.AuthorizeUriBuilder
Builds and returns the authorize uri.
build() - Method in class io.camunda.identity.sdk.authentication.SingleSignOutUriBuilder
Builds and returns the single sign out uri.
build() - Method in class io.camunda.identity.sdk.IdentityConfiguration.Builder
Build an Identity configuration.
build() - Method in class io.camunda.identity.sdk.impl.generic.GenericAuthorizeUriBuilder
 
build() - Method in class io.camunda.identity.sdk.impl.GenericSingleSignOutBuilder
 
Builder() - Constructor for class io.camunda.identity.sdk.IdentityConfiguration.Builder
Instantiates a new Builder.
Builder(String, String, String, String) - Constructor for class io.camunda.identity.sdk.IdentityConfiguration.Builder
Instantiates a new Builder.
buildScopes() - Method in class io.camunda.identity.sdk.impl.generic.GenericAuthorizeUriBuilder
 
buildScopes() - Method in class io.camunda.identity.sdk.impl.microsoft.MicrosoftAuthorizeUriBuilder
 

C

ClientTokenCache - Class in io.camunda.identity.sdk.cache
 
ClientTokenCache() - Constructor for class io.camunda.identity.sdk.cache.ClientTokenCache
 
ClientTokenCacheExpiryPolicy - Class in io.camunda.identity.sdk.cache
 
ClientTokenCacheExpiryPolicy() - Constructor for class io.camunda.identity.sdk.cache.ClientTokenCacheExpiryPolicy
 
ClientTokenRequest - Class in io.camunda.identity.sdk.impl.rest.request
 
ClientTokenRequest(IdentityConfiguration, String, String, String) - Constructor for class io.camunda.identity.sdk.impl.rest.request.ClientTokenRequest
 
CodeExchangeException - Exception in io.camunda.identity.sdk.authentication.exception
 
CodeExchangeException(String) - Constructor for exception io.camunda.identity.sdk.authentication.exception.CodeExchangeException
 
CodeExchangeException(String, Throwable) - Constructor for exception io.camunda.identity.sdk.authentication.exception.CodeExchangeException
 
combinePaths(String...) - Static method in class io.camunda.identity.sdk.utility.UrlUtility
 
configuration - Variable in class io.camunda.identity.sdk.authentication.AbstractAuthentication
 
configuration - Variable in class io.camunda.identity.sdk.impl.generic.GenericAuthorizeUriBuilder
 
create(IdentityConfiguration) - Static method in interface io.camunda.identity.sdk.authentication.Authentication
Factory function to create a new authentication instance
create(IdentityConfiguration) - Static method in interface io.camunda.identity.sdk.authorizations.Authorizations
Factory function to create a new authorizations instance
create(IdentityConfiguration) - Static method in interface io.camunda.identity.sdk.tenants.Tenants
Factory function to create a new tenants instance
create(IdentityConfiguration, Authentication) - Static method in interface io.camunda.identity.sdk.users.Users
Factory function to create a new users instance

D

DECISION_DEFINITION - Static variable in class io.camunda.identity.sdk.authorizations.dto.ResourceType
 
DECISION_DEFINITION_ALL_PERMS - Static variable in class io.camunda.identity.sdk.authorizations.dto.ResourcePermissions
 
decodeJWT(String) - Method in class io.camunda.identity.sdk.authentication.AbstractAuthentication
Decodes a token.
decodeJWT(String) - Method in interface io.camunda.identity.sdk.authentication.Authentication
Decodes a token.

E

encodeQueryParameter(String) - Static method in class io.camunda.identity.sdk.utility.UrlUtility
 
EntityType - Class in io.camunda.identity.sdk.authorizations.dto
 
EntityType() - Constructor for class io.camunda.identity.sdk.authorizations.dto.EntityType
 
exchangeAuthCode(AuthCodeDto, String) - Method in interface io.camunda.identity.sdk.authentication.Authentication
Exchanges provided auth code with access tokens.
exchangeAuthCode(AuthCodeDto, String) - Method in class io.camunda.identity.sdk.impl.auth0.authentication.Auth0Authentication
 
exchangeAuthCode(AuthCodeDto, String) - Method in class io.camunda.identity.sdk.impl.generic.GenericAuthentication
 
exchangeAuthCode(AuthCodeDto, String) - Method in class io.camunda.identity.sdk.impl.keycloak.KeycloakAuthentication
 
ExchangeAuthCodeDto - Class in io.camunda.identity.sdk.impl.dto
 
ExchangeAuthCodeDto(String, String, String, String) - Constructor for class io.camunda.identity.sdk.impl.dto.ExchangeAuthCodeDto
 
ExchangeAuthCodeRequest - Class in io.camunda.identity.sdk.impl.rest.request
 
ExchangeAuthCodeRequest(IdentityConfiguration, String, String, String) - Constructor for class io.camunda.identity.sdk.impl.rest.request.ExchangeAuthCodeRequest
 

F

forToken(String) - Method in interface io.camunda.identity.sdk.authorizations.Authorizations
Returns the list of authorizations which are assigned to the user linked to the token.
forToken(String) - Method in class io.camunda.identity.sdk.impl.AuthorizationsImpl
 
forToken(String) - Method in class io.camunda.identity.sdk.impl.TenantsImpl
 
forToken(String) - Method in interface io.camunda.identity.sdk.tenants.Tenants
Returns the list of tenants which are assigned to the user linked to the token.
forToken(String, String) - Method in interface io.camunda.identity.sdk.authorizations.Authorizations
Returns the list of authorizations which are assigned to the user linked to the token taking into account the organizationId passed in.
forToken(String, String) - Method in class io.camunda.identity.sdk.impl.AuthorizationsImpl
 
fromAccessTokenDto(AccessTokenDto) - Method in class io.camunda.identity.sdk.impl.generic.GenericAuthentication
 

G

generateSingleSignOutUri(String) - Method in class io.camunda.identity.sdk.authentication.AbstractAuthentication
 
generateSingleSignOutUri(String) - Method in class io.camunda.identity.sdk.impl.microsoft.MicrosoftAuthentication
 
GENERIC - Enum constant in enum io.camunda.identity.sdk.IdentityConfiguration.Type
 
GenericAuthentication - Class in io.camunda.identity.sdk.impl.generic
 
GenericAuthentication(IdentityConfiguration, RestClient) - Constructor for class io.camunda.identity.sdk.impl.generic.GenericAuthentication
 
GenericAuthorizeUriBuilder - Class in io.camunda.identity.sdk.impl.generic
 
GenericAuthorizeUriBuilder(IdentityConfiguration, String, String) - Constructor for class io.camunda.identity.sdk.impl.generic.GenericAuthorizeUriBuilder
 
GenericSingleSignOutBuilder - Class in io.camunda.identity.sdk.impl
 
GenericSingleSignOutBuilder(String) - Constructor for class io.camunda.identity.sdk.impl.GenericSingleSignOutBuilder
 
get(List<String>) - Method in class io.camunda.identity.sdk.impl.UsersImpl
 
get(List<String>) - Method in interface io.camunda.identity.sdk.users.Users
Returns the list of users which match the userIds passed in.
getAccessToken() - Method in class io.camunda.identity.sdk.authentication.Tokens
Gets access token.
getAccessToken() - Method in class io.camunda.identity.sdk.impl.dto.AccessTokenDto
 
getAssignedOrganizations() - Method in class io.camunda.identity.sdk.authentication.AccessToken
Returns organizations included in the token
getAssignedOrganizations(DecodedJWT) - Method in interface io.camunda.identity.sdk.authentication.Authentication
 
getAssignedOrganizations(DecodedJWT) - Method in class io.camunda.identity.sdk.impl.auth0.authentication.Auth0Authentication
 
getAssignedOrganizations(DecodedJWT) - Method in class io.camunda.identity.sdk.impl.generic.GenericAuthentication
 
getAudience() - Method in class io.camunda.identity.sdk.IdentityConfiguration
Gets audience.
getAudience() - Method in class io.camunda.identity.sdk.impl.dto.RequestClientTokenDto
 
getAuthentication() - Method in class io.camunda.identity.sdk.impl.rest.request.Request
 
getAuthorizationEndpoint() - Method in class io.camunda.identity.sdk.impl.dto.WellKnownConfiguration
 
getAuthScopes() - Method in class io.camunda.identity.sdk.IdentityConfiguration
Gets authScopes.
getBaseUrl() - Method in class io.camunda.identity.sdk.IdentityConfiguration
Gets base url
getBody() - Method in class io.camunda.identity.sdk.impl.rest.request.Request
 
getCache() - Method in class io.camunda.identity.sdk.cache.ClientTokenCache
 
getClientId() - Method in class io.camunda.identity.sdk.IdentityConfiguration
Gets client id.
getClientId() - Method in class io.camunda.identity.sdk.impl.dto.ExchangeAuthCodeDto
 
getClientId() - Method in class io.camunda.identity.sdk.impl.dto.RenewTokenDto
 
getClientId() - Method in class io.camunda.identity.sdk.impl.dto.RequestClientTokenDto
 
getClientId() - Method in class io.camunda.identity.sdk.impl.dto.RevokeTokenDto
 
getClientId(String) - Method in interface io.camunda.identity.sdk.authentication.Authentication
Gets the client ID associated to the token
getClientId(String) - Method in class io.camunda.identity.sdk.impl.auth0.authentication.Auth0Authentication
 
getClientId(String) - Method in class io.camunda.identity.sdk.impl.generic.GenericAuthentication
 
getClientId(String) - Method in class io.camunda.identity.sdk.impl.keycloak.KeycloakAuthentication
 
getClientId(String) - Method in class io.camunda.identity.sdk.impl.microsoft.MicrosoftAuthentication
 
getClientSecret() - Method in class io.camunda.identity.sdk.IdentityConfiguration
Gets client secret.
getClientSecret() - Method in class io.camunda.identity.sdk.impl.dto.ExchangeAuthCodeDto
 
getClientSecret() - Method in class io.camunda.identity.sdk.impl.dto.RenewTokenDto
 
getClientSecret() - Method in class io.camunda.identity.sdk.impl.dto.RequestClientTokenDto
 
getClientSecret() - Method in class io.camunda.identity.sdk.impl.dto.RevokeTokenDto
 
getCode() - Method in class io.camunda.identity.sdk.authentication.dto.AuthCodeDto
 
getCode() - Method in class io.camunda.identity.sdk.impl.dto.ExchangeAuthCodeDto
 
getContentType() - Method in class io.camunda.identity.sdk.impl.rest.request.Request
 
getEmail() - Method in class io.camunda.identity.sdk.authentication.UserDetails
 
getEmail() - Method in class io.camunda.identity.sdk.users.dto.User
 
getEndSessionEndpoint() - Method in class io.camunda.identity.sdk.impl.dto.WellKnownConfiguration
 
getEntityId() - Method in class io.camunda.identity.sdk.authorizations.dto.AssignAuthorization
 
getEntityId() - Method in class io.camunda.identity.sdk.authorizations.dto.UpdateAuthorizations
 
getEntityType() - Method in class io.camunda.identity.sdk.authorizations.dto.AssignAuthorization
 
getEntityType() - Method in class io.camunda.identity.sdk.authorizations.dto.UpdateAuthorizations
 
getError() - Method in class io.camunda.identity.sdk.authentication.dto.AuthCodeDto
 
getExpiresIn() - Method in class io.camunda.identity.sdk.authentication.Tokens
Gets expires in.
getExpiresIn() - Method in class io.camunda.identity.sdk.impl.dto.AccessTokenDto
 
getExpiryForAccess(String, Supplier<? extends Tokens>) - Method in class io.camunda.identity.sdk.cache.ClientTokenCacheExpiryPolicy
 
getExpiryForCreation(String, Tokens) - Method in class io.camunda.identity.sdk.cache.ClientTokenCacheExpiryPolicy
 
getExpiryForUpdate(String, Supplier<? extends Tokens>, Tokens) - Method in class io.camunda.identity.sdk.cache.ClientTokenCacheExpiryPolicy
 
getGrantType() - Method in class io.camunda.identity.sdk.impl.dto.ExchangeAuthCodeDto
 
getGrantType() - Method in class io.camunda.identity.sdk.impl.dto.RenewTokenDto
 
getGrantType() - Method in class io.camunda.identity.sdk.impl.dto.RequestClientTokenDto
 
getGroups() - Method in class io.camunda.identity.sdk.authentication.UserDetails
Deprecated, for removal: This API element is subject to removal in a future version.
As of release 8.5, replaced by Authentication.getGroups(String) }
getGroups(String) - Method in class io.camunda.identity.sdk.authentication.AbstractAuthentication
 
getGroups(String) - Method in interface io.camunda.identity.sdk.authentication.Authentication
Verifies the validity of the passed token and return groups assigned to it.
getGroups(String, String) - Method in class io.camunda.identity.sdk.authentication.AbstractAuthentication
 
getGroups(String, String) - Method in interface io.camunda.identity.sdk.authentication.Authentication
Verifies the validity of the passed token and audience and return groups assigned to it.
getGroupsInOrganization(DecodedJWT, String) - Method in class io.camunda.identity.sdk.authentication.AbstractAuthentication
 
getGroupsInOrganization(DecodedJWT, String) - Method in class io.camunda.identity.sdk.impl.keycloak.KeycloakAuthentication
 
getGroupsInOrganization(String, String) - Method in class io.camunda.identity.sdk.authentication.AbstractAuthentication
 
getGroupsInOrganization(String, String) - Method in interface io.camunda.identity.sdk.authentication.Authentication
Verifies the validity of the passed token and return groups assigned to it within the organization.
getGroupsInOrganization(String, String, String) - Method in class io.camunda.identity.sdk.authentication.AbstractAuthentication
 
getGroupsInOrganization(String, String, String) - Method in interface io.camunda.identity.sdk.authentication.Authentication
Verifies the validity of the passed token and audience and return groups assigned to it within the organization.
getHttpMethod() - Method in class io.camunda.identity.sdk.impl.rest.request.Request
 
getId() - Method in class io.camunda.identity.sdk.authentication.dto.OrganizationDto
 
getId() - Method in class io.camunda.identity.sdk.authentication.UserDetails
 
getId() - Method in class io.camunda.identity.sdk.users.dto.User
 
getIdToken() - Method in class io.camunda.identity.sdk.impl.dto.AccessTokenDto
 
getIssuer() - Method in class io.camunda.identity.sdk.IdentityConfiguration
Gets issuer.
getIssuerBackendUrl() - Method in class io.camunda.identity.sdk.IdentityConfiguration
Gets issuer backend url.
getJwksUri() - Method in class io.camunda.identity.sdk.impl.dto.WellKnownConfiguration
 
getName() - Method in class io.camunda.identity.sdk.authentication.UserDetails
 
getName() - Method in class io.camunda.identity.sdk.tenants.dto.Tenant
 
getName() - Method in class io.camunda.identity.sdk.users.dto.User
 
getOrganizationId() - Method in class io.camunda.identity.sdk.authorizations.dto.AssignAuthorization
 
getOrganizationId() - Method in class io.camunda.identity.sdk.authorizations.dto.UpdateAuthorizations
 
getParams() - Method in class io.camunda.identity.sdk.impl.rest.request.Request
 
getPermission() - Method in class io.camunda.identity.sdk.authorizations.dto.AssignAuthorization
 
getPermissions() - Method in class io.camunda.identity.sdk.authentication.AccessToken
Returns permissions included in the token
getPermissions() - Method in class io.camunda.identity.sdk.authorizations.dto.Authorization
 
getPermissions() - Method in class io.camunda.identity.sdk.authorizations.dto.UpdateAuthorizations
 
getPermissions(DecodedJWT, String) - Method in class io.camunda.identity.sdk.authentication.AbstractAuthentication
 
getPermissions(DecodedJWT, String) - Method in class io.camunda.identity.sdk.impl.auth0.authentication.Auth0Authentication
 
getPermissions(DecodedJWT, String) - Method in class io.camunda.identity.sdk.impl.generic.GenericAuthentication
 
getPermissions(DecodedJWT, String) - Method in class io.camunda.identity.sdk.impl.keycloak.KeycloakAuthentication
 
getPermissions(String) - Method in class io.camunda.identity.sdk.authentication.AbstractAuthentication
 
getPermissions(String) - Method in interface io.camunda.identity.sdk.authentication.Authentication
Verifies the validity of the passed token and return permissions assigned to it.
getPermissions(String, String) - Method in class io.camunda.identity.sdk.authentication.AbstractAuthentication
 
getPermissions(String, String) - Method in interface io.camunda.identity.sdk.authentication.Authentication
Verifies the validity of the passed token and audience and return permissions assigned to it.
getRedirectUri() - Method in class io.camunda.identity.sdk.impl.dto.ExchangeAuthCodeDto
 
getRefreshToken() - Method in class io.camunda.identity.sdk.authentication.Tokens
Gets refresh token.
getRefreshToken() - Method in class io.camunda.identity.sdk.impl.dto.AccessTokenDto
 
getRefreshToken() - Method in class io.camunda.identity.sdk.impl.dto.RenewTokenDto
 
getRefreshToken() - Method in class io.camunda.identity.sdk.impl.dto.RevokeTokenDto
 
getResourceKey() - Method in class io.camunda.identity.sdk.authorizations.dto.AssignAuthorization
 
getResourceKey() - Method in class io.camunda.identity.sdk.authorizations.dto.Authorization
 
getResourceKey() - Method in class io.camunda.identity.sdk.authorizations.dto.UpdateAuthorizations
 
getResourceType() - Method in class io.camunda.identity.sdk.authorizations.dto.AssignAuthorization
 
getResourceType() - Method in class io.camunda.identity.sdk.authorizations.dto.Authorization
 
getResourceType() - Method in class io.camunda.identity.sdk.authorizations.dto.UpdateAuthorizations
 
getRevocationEndpoint() - Method in class io.camunda.identity.sdk.impl.dto.WellKnownConfiguration
 
getRoles() - Method in class io.camunda.identity.sdk.authentication.dto.OrganizationDto
 
getScope() - Method in class io.camunda.identity.sdk.authentication.Tokens
Gets scope.
getScope() - Method in class io.camunda.identity.sdk.impl.dto.AccessTokenDto
 
getScope() - Method in class io.camunda.identity.sdk.impl.dto.RequestClientTokenDto
 
getState() - Method in class io.camunda.identity.sdk.authentication.dto.AuthCodeDto
 
getTenantId() - Method in class io.camunda.identity.sdk.tenants.dto.Tenant
 
getToken() - Method in class io.camunda.identity.sdk.authentication.AccessToken
Returns the token
getTokenEndpoint() - Method in class io.camunda.identity.sdk.impl.dto.WellKnownConfiguration
 
getTokenType() - Method in class io.camunda.identity.sdk.authentication.Tokens
Gets token type.
getTokenType() - Method in class io.camunda.identity.sdk.impl.dto.AccessTokenDto
 
getType() - Method in class io.camunda.identity.sdk.IdentityConfiguration
Gets type.
getTypeReference() - Method in class io.camunda.identity.sdk.impl.rest.request.Request
 
getUrl() - Method in class io.camunda.identity.sdk.impl.rest.request.Request
 
getUserDetails() - Method in class io.camunda.identity.sdk.authentication.AccessToken
Returns user details
getUserDetails(DecodedJWT, String) - Method in class io.camunda.identity.sdk.authentication.AbstractAuthentication
 
getUserDetails(DecodedJWT, String) - Method in class io.camunda.identity.sdk.impl.microsoft.MicrosoftAuthentication
 
getUsername() - Method in class io.camunda.identity.sdk.authentication.UserDetails
 
getUsername() - Method in class io.camunda.identity.sdk.users.dto.User
 
GroupRequest - Class in io.camunda.identity.sdk.impl.rest.request
 
GroupRequest(String, String, String) - Constructor for class io.camunda.identity.sdk.impl.rest.request.GroupRequest
 

H

hasPermissions(Set<String>) - Method in class io.camunda.identity.sdk.authentication.AccessToken
Returns true if the token contains all given permissions

I

Identity - Class in io.camunda.identity.sdk
Entry point for the Identity api
Identity(IdentityConfiguration) - Constructor for class io.camunda.identity.sdk.Identity
Instantiates a new Identity API instance.
IdentityConfiguration - Class in io.camunda.identity.sdk
Identity configuration.
IdentityConfiguration(String, String, String, String, String) - Constructor for class io.camunda.identity.sdk.IdentityConfiguration
Instantiates a new Identity configuration.
IdentityConfiguration(String, String, String, String, String, String) - Constructor for class io.camunda.identity.sdk.IdentityConfiguration
Instantiates a new Identity configuration.
IdentityConfiguration(String, String, String, String, String, String, String) - Constructor for class io.camunda.identity.sdk.IdentityConfiguration
Instantiates a new Identity configuration.
IdentityConfiguration(String, String, String, String, String, String, String, String) - Constructor for class io.camunda.identity.sdk.IdentityConfiguration
Instantiates a new Identity configuration.
IdentityConfiguration.Builder - Class in io.camunda.identity.sdk
The type Builder.
IdentityConfiguration.Type - Enum in io.camunda.identity.sdk
 
IdentityException - Exception in io.camunda.identity.sdk.exception
 
IdentityException(String) - Constructor for exception io.camunda.identity.sdk.exception.IdentityException
 
IdentityException(String, Throwable) - Constructor for exception io.camunda.identity.sdk.exception.IdentityException
 
InvalidClaimException - Exception in io.camunda.identity.sdk.authentication.exception
 
InvalidClaimException(Throwable) - Constructor for exception io.camunda.identity.sdk.authentication.exception.InvalidClaimException
 
InvalidConfigurationException - Exception in io.camunda.identity.sdk.exception
 
InvalidConfigurationException(String, Throwable) - Constructor for exception io.camunda.identity.sdk.exception.InvalidConfigurationException
 
InvalidSignatureException - Exception in io.camunda.identity.sdk.authentication.exception
 
InvalidSignatureException(Throwable) - Constructor for exception io.camunda.identity.sdk.authentication.exception.InvalidSignatureException
 
io.camunda.identity.sdk - package io.camunda.identity.sdk
 
io.camunda.identity.sdk.annotation - package io.camunda.identity.sdk.annotation
 
io.camunda.identity.sdk.authentication - package io.camunda.identity.sdk.authentication
 
io.camunda.identity.sdk.authentication.dto - package io.camunda.identity.sdk.authentication.dto
 
io.camunda.identity.sdk.authentication.exception - package io.camunda.identity.sdk.authentication.exception
 
io.camunda.identity.sdk.authorizations - package io.camunda.identity.sdk.authorizations
 
io.camunda.identity.sdk.authorizations.dto - package io.camunda.identity.sdk.authorizations.dto
 
io.camunda.identity.sdk.cache - package io.camunda.identity.sdk.cache
 
io.camunda.identity.sdk.exception - package io.camunda.identity.sdk.exception
 
io.camunda.identity.sdk.impl - package io.camunda.identity.sdk.impl
 
io.camunda.identity.sdk.impl.auth0.authentication - package io.camunda.identity.sdk.impl.auth0.authentication
 
io.camunda.identity.sdk.impl.dto - package io.camunda.identity.sdk.impl.dto
 
io.camunda.identity.sdk.impl.generic - package io.camunda.identity.sdk.impl.generic
 
io.camunda.identity.sdk.impl.keycloak - package io.camunda.identity.sdk.impl.keycloak
 
io.camunda.identity.sdk.impl.microsoft - package io.camunda.identity.sdk.impl.microsoft
 
io.camunda.identity.sdk.impl.rest - package io.camunda.identity.sdk.impl.rest
 
io.camunda.identity.sdk.impl.rest.exception - package io.camunda.identity.sdk.impl.rest.exception
 
io.camunda.identity.sdk.impl.rest.request - package io.camunda.identity.sdk.impl.rest.request
 
io.camunda.identity.sdk.tenants - package io.camunda.identity.sdk.tenants
 
io.camunda.identity.sdk.tenants.dto - package io.camunda.identity.sdk.tenants.dto
 
io.camunda.identity.sdk.users - package io.camunda.identity.sdk.users
 
io.camunda.identity.sdk.users.dto - package io.camunda.identity.sdk.users.dto
 
io.camunda.identity.sdk.utility - package io.camunda.identity.sdk.utility
 
isAvailable() - Method in class io.camunda.identity.sdk.authentication.AbstractAuthentication
 
isAvailable() - Method in interface io.camunda.identity.sdk.authentication.Authentication
Returns a true/false indicating if authentication is available or not.
isAvailable() - Method in class io.camunda.identity.sdk.impl.UsersImpl
 
isAvailable() - Method in interface io.camunda.identity.sdk.users.Users
Returns a true/false indicating if the search is available or not.
isFrontChannelLogoutSupported() - Method in class io.camunda.identity.sdk.impl.dto.WellKnownConfiguration
 
isM2MToken(String) - Method in interface io.camunda.identity.sdk.authentication.Authentication
Checks if the token passed in is considered an M2M token.
isM2MToken(String) - Method in class io.camunda.identity.sdk.impl.auth0.authentication.Auth0Authentication
 
isM2MToken(String) - Method in class io.camunda.identity.sdk.impl.generic.GenericAuthentication
 
isM2MToken(String) - Method in class io.camunda.identity.sdk.impl.keycloak.KeycloakAuthentication
 
isM2MToken(String) - Method in class io.camunda.identity.sdk.impl.microsoft.MicrosoftAuthentication
 
isRevokeAvailable() - Method in class io.camunda.identity.sdk.authentication.AbstractAuthentication
 
isRevokeAvailable() - Method in class io.camunda.identity.sdk.impl.auth0.authentication.Auth0Authentication
 
isRevokeAvailable() - Method in class io.camunda.identity.sdk.impl.generic.GenericAuthentication
 
isSingleSignOutAvailable() - Method in class io.camunda.identity.sdk.authentication.AbstractAuthentication
 
isSingleSignOutAvailable() - Method in class io.camunda.identity.sdk.impl.auth0.authentication.Auth0Authentication
 
isSingleSignOutAvailable() - Method in class io.camunda.identity.sdk.impl.generic.GenericAuthentication
 

J

JSON - Enum constant in enum io.camunda.identity.sdk.impl.rest.request.Request.ContentType
 
JsonWebKeyException - Exception in io.camunda.identity.sdk.authentication.exception
 
JsonWebKeyException(String, Throwable) - Constructor for exception io.camunda.identity.sdk.authentication.exception.JsonWebKeyException
 
jwkProvider - Variable in class io.camunda.identity.sdk.impl.generic.GenericAuthentication
 
jwkProvider() - Method in class io.camunda.identity.sdk.authentication.AbstractAuthentication
 
jwkProvider() - Method in class io.camunda.identity.sdk.impl.auth0.authentication.Auth0Authentication
 
jwkProvider() - Method in class io.camunda.identity.sdk.impl.generic.GenericAuthentication
 
jwkProvider() - Method in class io.camunda.identity.sdk.impl.keycloak.KeycloakAuthentication
 
JWKS_CACHE_LIFETIME_DAYS - Static variable in class io.camunda.identity.sdk.authentication.AbstractAuthentication
 
JWKS_CACHE_SIZE - Static variable in class io.camunda.identity.sdk.authentication.AbstractAuthentication
 
JWKS_PATH - Static variable in class io.camunda.identity.sdk.impl.keycloak.KeycloakAuthentication
 

K

KEYCLOAK - Enum constant in enum io.camunda.identity.sdk.IdentityConfiguration.Type
 
KeycloakAuthentication - Class in io.camunda.identity.sdk.impl.keycloak
 
KeycloakAuthentication(IdentityConfiguration, RestClient) - Constructor for class io.camunda.identity.sdk.impl.keycloak.KeycloakAuthentication
 

L

LOGOUT_PATH - Static variable in class io.camunda.identity.sdk.impl.keycloak.KeycloakAuthentication
 

M

MICROSOFT - Enum constant in enum io.camunda.identity.sdk.IdentityConfiguration.Type
 
MicrosoftAuthentication - Class in io.camunda.identity.sdk.impl.microsoft
 
MicrosoftAuthentication(IdentityConfiguration, RestClient) - Constructor for class io.camunda.identity.sdk.impl.microsoft.MicrosoftAuthentication
 
MicrosoftAuthorizeUriBuilder - Class in io.camunda.identity.sdk.impl.microsoft
 

O

OrganizationDto - Class in io.camunda.identity.sdk.authentication.dto
 
OrganizationDto() - Constructor for class io.camunda.identity.sdk.authentication.dto.OrganizationDto
 

P

PermissionsRequest - Class in io.camunda.identity.sdk.impl.rest.request
 
PermissionsRequest(String, String, String) - Constructor for class io.camunda.identity.sdk.impl.rest.request.PermissionsRequest
 
PROCESS_DEFINITION - Static variable in class io.camunda.identity.sdk.authorizations.dto.ResourceType
 
PROCESS_DEFINITION_ALL_PERMS - Static variable in class io.camunda.identity.sdk.authorizations.dto.ResourcePermissions
 
PUT - Enum constant in enum io.camunda.identity.sdk.impl.rest.request.Request.HttpMethod
 

R

renewToken(String) - Method in interface io.camunda.identity.sdk.authentication.Authentication
Exchanges provided refresh token with an access tokens.
renewToken(String) - Method in class io.camunda.identity.sdk.impl.auth0.authentication.Auth0Authentication
 
renewToken(String) - Method in class io.camunda.identity.sdk.impl.generic.GenericAuthentication
 
renewToken(String) - Method in class io.camunda.identity.sdk.impl.keycloak.KeycloakAuthentication
 
RenewTokenDto - Class in io.camunda.identity.sdk.impl.dto
 
RenewTokenDto(String, String, String) - Constructor for class io.camunda.identity.sdk.impl.dto.RenewTokenDto
 
RenewTokenRequest - Class in io.camunda.identity.sdk.impl.rest.request
 
RenewTokenRequest(IdentityConfiguration, String, String) - Constructor for class io.camunda.identity.sdk.impl.rest.request.RenewTokenRequest
 
request(Request<T>) - Method in class io.camunda.identity.sdk.impl.rest.RestClient
Performs a request to Camunda Account REST API and returns the response body mapped to provided object type.
Request<T> - Class in io.camunda.identity.sdk.impl.rest.request
 
Request(String, TypeReference<T>) - Constructor for class io.camunda.identity.sdk.impl.rest.request.Request
 
Request.ContentType - Enum in io.camunda.identity.sdk.impl.rest.request
 
Request.HttpMethod - Enum in io.camunda.identity.sdk.impl.rest.request
 
RequestClientTokenDto - Class in io.camunda.identity.sdk.impl.dto
 
RequestClientTokenDto(String, String, String, String) - Constructor for class io.camunda.identity.sdk.impl.dto.RequestClientTokenDto
 
requestFreshToken(String) - Method in class io.camunda.identity.sdk.authentication.AbstractAuthentication
 
requestFreshToken(String) - Method in class io.camunda.identity.sdk.impl.auth0.authentication.Auth0Authentication
 
requestFreshToken(String) - Method in class io.camunda.identity.sdk.impl.generic.GenericAuthentication
 
requestFreshToken(String) - Method in class io.camunda.identity.sdk.impl.keycloak.KeycloakAuthentication
 
requestFreshToken(String) - Method in class io.camunda.identity.sdk.impl.microsoft.MicrosoftAuthentication
 
requestToken(String) - Method in class io.camunda.identity.sdk.authentication.AbstractAuthentication
Requests a client token from the cache if available.
requestToken(String) - Method in interface io.camunda.identity.sdk.authentication.Authentication
Requests a client token from the cache if available.
RequiresBaseUrl - Annotation Type in io.camunda.identity.sdk.annotation
The annotated method will only be executed if the configuration includes a valid baseUrl, otherwise an `InvalidConfigurationException` will be thrown.
RequiresOAuthCredentials - Annotation Type in io.camunda.identity.sdk.annotation
The annotated method will only be executed if the configuration includes valid issuer, issuerBackendUrl, clientId and clientSecret, otherwise an `InvalidConfigurationException` will be thrown.
ResourcePermissions - Class in io.camunda.identity.sdk.authorizations.dto
 
ResourcePermissions() - Constructor for class io.camunda.identity.sdk.authorizations.dto.ResourcePermissions
 
ResourceType - Class in io.camunda.identity.sdk.authorizations.dto
 
ResourceType() - Constructor for class io.camunda.identity.sdk.authorizations.dto.ResourceType
 
restClient - Variable in class io.camunda.identity.sdk.authentication.AbstractAuthentication
 
RestClient - Class in io.camunda.identity.sdk.impl.rest
 
RestClient() - Constructor for class io.camunda.identity.sdk.impl.rest.RestClient
 
RestException - Exception in io.camunda.identity.sdk.impl.rest.exception
 
RestException(String) - Constructor for exception io.camunda.identity.sdk.impl.rest.exception.RestException
 
RestException(String, Throwable) - Constructor for exception io.camunda.identity.sdk.impl.rest.exception.RestException
 
revokeToken(String) - Method in interface io.camunda.identity.sdk.authentication.Authentication
Logs out from Identity backend.
revokeToken(String) - Method in class io.camunda.identity.sdk.impl.auth0.authentication.Auth0Authentication
 
revokeToken(String) - Method in class io.camunda.identity.sdk.impl.generic.GenericAuthentication
 
revokeToken(String) - Method in class io.camunda.identity.sdk.impl.keycloak.KeycloakAuthentication
 
revokeToken(String) - Method in class io.camunda.identity.sdk.impl.microsoft.MicrosoftAuthentication
 
RevokeTokenDto - Class in io.camunda.identity.sdk.impl.dto
 
RevokeTokenDto(String, String, String) - Constructor for class io.camunda.identity.sdk.impl.dto.RevokeTokenDto
 
RevokeTokenRequest - Class in io.camunda.identity.sdk.impl.rest.request
 
RevokeTokenRequest(IdentityConfiguration, String, String) - Constructor for class io.camunda.identity.sdk.impl.rest.request.RevokeTokenRequest
 

S

search(String) - Method in class io.camunda.identity.sdk.impl.UsersImpl
 
search(String) - Method in interface io.camunda.identity.sdk.users.Users
Returns the list of users which match the search string passed in.
search(String, Integer) - Method in class io.camunda.identity.sdk.impl.UsersImpl
 
search(String, Integer) - Method in interface io.camunda.identity.sdk.users.Users
Returns the list of users which match the search string passed in, found on the page requested.
search(String, Integer, Integer) - Method in class io.camunda.identity.sdk.impl.UsersImpl
 
search(String, Integer, Integer) - Method in interface io.camunda.identity.sdk.users.Users
Returns the list of users which match the search string passed in, found on the page requested with the maximum number of results defined by result size.
setAuthentication(String) - Method in class io.camunda.identity.sdk.impl.rest.request.Request
 
setBody(Object) - Method in class io.camunda.identity.sdk.impl.rest.request.Request
 
setContentType(Request.ContentType) - Method in class io.camunda.identity.sdk.impl.rest.request.Request
 
setHttpMethod(Request.HttpMethod) - Method in class io.camunda.identity.sdk.impl.rest.request.Request
 
setId(String) - Method in class io.camunda.identity.sdk.authentication.dto.OrganizationDto
 
setParams(Map<String, String>) - Method in class io.camunda.identity.sdk.impl.rest.request.Request
 
setRoles(Set<String>) - Method in class io.camunda.identity.sdk.authentication.dto.OrganizationDto
 
singleSignOut(String, String) - Method in class io.camunda.identity.sdk.authentication.AbstractAuthentication
Logs out from Identity backend based on the configuration, one of these cases is possible: 1.
singleSignOut(String, String) - Method in interface io.camunda.identity.sdk.authentication.Authentication
Logs out from Identity backend based on the configuration, one of these cases is possible: 1.
singleSignOutEndpoint - Variable in class io.camunda.identity.sdk.impl.GenericSingleSignOutBuilder
 
singleSignOutUriBuilder() - Method in class io.camunda.identity.sdk.authentication.AbstractAuthentication
 
SingleSignOutUriBuilder - Class in io.camunda.identity.sdk.authentication
 
SingleSignOutUriBuilder() - Constructor for class io.camunda.identity.sdk.authentication.SingleSignOutUriBuilder
 
state - Variable in class io.camunda.identity.sdk.authentication.AuthorizeUriBuilder
 

T

Tenant - Class in io.camunda.identity.sdk.tenants.dto
 
Tenant(String, String) - Constructor for class io.camunda.identity.sdk.tenants.dto.Tenant
 
TenantRequest - Class in io.camunda.identity.sdk.impl.rest.request
 
TenantRequest(String, String) - Constructor for class io.camunda.identity.sdk.impl.rest.request.TenantRequest
 
tenants() - Method in class io.camunda.identity.sdk.Identity
Returns an initialized Tenants object.
It can be used for retrieving tenants from the Camunda Identity instance.
Tenants - Interface in io.camunda.identity.sdk.tenants
 
TenantsImpl - Class in io.camunda.identity.sdk.impl
 
TenantsImpl(IdentityConfiguration) - Constructor for class io.camunda.identity.sdk.impl.TenantsImpl
 
TOKEN_PATH - Static variable in class io.camunda.identity.sdk.impl.keycloak.KeycloakAuthentication
 
tokenCache - Variable in class io.camunda.identity.sdk.authentication.AbstractAuthentication
 
TokenDecodeException - Exception in io.camunda.identity.sdk.authentication.exception
 
TokenDecodeException(Throwable) - Constructor for exception io.camunda.identity.sdk.authentication.exception.TokenDecodeException
 
TokenExpiredException - Exception in io.camunda.identity.sdk.authentication.exception
 
TokenExpiredException(Throwable) - Constructor for exception io.camunda.identity.sdk.authentication.exception.TokenExpiredException
 
Tokens - Class in io.camunda.identity.sdk.authentication
Authorization tokens data class.
Tokens(String, String, long, String, String) - Constructor for class io.camunda.identity.sdk.authentication.Tokens
Instantiates a new Tokens object.
TokenVerificationException - Exception in io.camunda.identity.sdk.authentication.exception
 
TokenVerificationException(String) - Constructor for exception io.camunda.identity.sdk.authentication.exception.TokenVerificationException
 
TokenVerificationException(String, Throwable) - Constructor for exception io.camunda.identity.sdk.authentication.exception.TokenVerificationException
 
toString() - Method in enum io.camunda.identity.sdk.impl.rest.request.Request.ContentType
 
toString() - Method in class io.camunda.identity.sdk.utility.UrlQueryString
 

U

update(String, UpdateAuthorizations) - Method in interface io.camunda.identity.sdk.authorizations.Authorizations
Updates authorizations for the user belonging to the token passed in
update(String, UpdateAuthorizations) - Method in class io.camunda.identity.sdk.impl.AuthorizationsImpl
 
UpdateAuthorizations - Class in io.camunda.identity.sdk.authorizations.dto
 
UpdateAuthorizations(String, String, String, String, String, Set<String>) - Constructor for class io.camunda.identity.sdk.authorizations.dto.UpdateAuthorizations
 
UpdateAuthorizationsRequest - Class in io.camunda.identity.sdk.impl.rest.request
 
UpdateAuthorizationsRequest(String, String, UpdateAuthorizations) - Constructor for class io.camunda.identity.sdk.impl.rest.request.UpdateAuthorizationsRequest
 
UrlQueryString - Class in io.camunda.identity.sdk.utility
 
UrlQueryString() - Constructor for class io.camunda.identity.sdk.utility.UrlQueryString
 
UrlUtility - Class in io.camunda.identity.sdk.utility
 
UrlUtility() - Constructor for class io.camunda.identity.sdk.utility.UrlUtility
 
User - Class in io.camunda.identity.sdk.users.dto
 
User(String, String, String, String) - Constructor for class io.camunda.identity.sdk.users.dto.User
 
USER_ENTITY - Static variable in class io.camunda.identity.sdk.authorizations.dto.EntityType
 
UserDetails - Class in io.camunda.identity.sdk.authentication
User info data class.
UserDetails(String, String, String, String, List<String>) - Constructor for class io.camunda.identity.sdk.authentication.UserDetails
 
users() - Method in class io.camunda.identity.sdk.Identity
Returns an initialized Users object.
It can be used for retrieving users from the Camunda Identity instance.
Users - Interface in io.camunda.identity.sdk.users
The Users class provides functionality to retrieve the users stored in the Camunda Identity instance.
USERS_PATH - Static variable in class io.camunda.identity.sdk.impl.UsersImpl
 
UsersImpl - Class in io.camunda.identity.sdk.impl
 
UsersImpl(IdentityConfiguration, Authentication) - Constructor for class io.camunda.identity.sdk.impl.UsersImpl
 
UsersRequest - Class in io.camunda.identity.sdk.impl.rest.request
 
UsersRequest(String, String, String, Integer, Integer) - Constructor for class io.camunda.identity.sdk.impl.rest.request.UsersRequest
 
UsersRequest(String, String, List<String>) - Constructor for class io.camunda.identity.sdk.impl.rest.request.UsersRequest
 

V

valueOf(String) - Static method in enum io.camunda.identity.sdk.IdentityConfiguration.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.camunda.identity.sdk.impl.rest.request.Request.ContentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.camunda.identity.sdk.impl.rest.request.Request.HttpMethod
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.camunda.identity.sdk.IdentityConfiguration.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.camunda.identity.sdk.impl.rest.request.Request.ContentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.camunda.identity.sdk.impl.rest.request.Request.HttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.
verifyAndDecode(String, String) - Method in class io.camunda.identity.sdk.authentication.AbstractAuthentication
 
verifyAndDecode(String, String) - Method in interface io.camunda.identity.sdk.authentication.Authentication
 
verifyToken(String) - Method in class io.camunda.identity.sdk.authentication.AbstractAuthentication
Verifies the validity of the passed token.
verifyToken(String) - Method in interface io.camunda.identity.sdk.authentication.Authentication
Verifies the validity of the passed token.
verifyToken(String, String) - Method in class io.camunda.identity.sdk.authentication.AbstractAuthentication
Verifies the validity of the passed token and organisation.
verifyToken(String, String) - Method in interface io.camunda.identity.sdk.authentication.Authentication
Verifies the validity of the passed token and organisation.
verifyToken(String, String, String) - Method in class io.camunda.identity.sdk.authentication.AbstractAuthentication
Verifies the validity of the passed token.
verifyTokenIgnoringAudience(String) - Method in class io.camunda.identity.sdk.authentication.AbstractAuthentication
 
verifyTokenIgnoringAudience(String) - Method in interface io.camunda.identity.sdk.authentication.Authentication
Verifies the validity of the passed token.

W

WELL_KNOWN_PATH - Static variable in class io.camunda.identity.sdk.authentication.AbstractAuthentication
 
wellKnownConfiguration() - Method in class io.camunda.identity.sdk.authentication.AbstractAuthentication
 
wellKnownConfiguration() - Method in class io.camunda.identity.sdk.impl.auth0.authentication.Auth0Authentication
 
wellKnownConfiguration() - Method in class io.camunda.identity.sdk.impl.generic.GenericAuthentication
 
WellKnownConfiguration - Class in io.camunda.identity.sdk.impl.dto
 
WellKnownConfiguration(String, String, String, String, String, String) - Constructor for class io.camunda.identity.sdk.impl.dto.WellKnownConfiguration
 
WellKnownRequest - Class in io.camunda.identity.sdk.impl.rest.request
 
WellKnownRequest(IdentityConfiguration) - Constructor for class io.camunda.identity.sdk.impl.rest.request.WellKnownRequest
 
withAccessToken(String) - Method in class io.camunda.identity.sdk.impl.UsersImpl
 
withAccessToken(String) - Method in interface io.camunda.identity.sdk.users.Users
All calls performed with the returned Users instance will be made using given access token
withAudience(String) - Method in class io.camunda.identity.sdk.IdentityConfiguration.Builder
With audience builder.
withAuthScopes(String) - Method in class io.camunda.identity.sdk.IdentityConfiguration.Builder
With authScopes builder.
withBaseUrl(String) - Method in class io.camunda.identity.sdk.IdentityConfiguration.Builder
With baseUrl builder.
withClientId(String) - Method in class io.camunda.identity.sdk.IdentityConfiguration.Builder
Sets the client id
withClientSecret(String) - Method in class io.camunda.identity.sdk.IdentityConfiguration.Builder
Sets the client secret
withIssuer(String) - Method in class io.camunda.identity.sdk.IdentityConfiguration.Builder
Sets the issuer
withIssuerBackendUrl(String) - Method in class io.camunda.identity.sdk.IdentityConfiguration.Builder
Sets the issuer backend url
withState(String) - Method in class io.camunda.identity.sdk.authentication.AuthorizeUriBuilder
Sets the OAuth2 state parameter.
withType(String) - Method in class io.camunda.identity.sdk.IdentityConfiguration.Builder
With type builder.

X

X_WWW_URL_ENCODED - Enum constant in enum io.camunda.identity.sdk.impl.rest.request.Request.ContentType
 
A B C D E F G H I J K L M O P R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form