Class Identity

java.lang.Object
io.camunda.identity.sdk.Identity

public class Identity extends Object
Entry point for the Identity api
  • Constructor Details

    • Identity

      public Identity(IdentityConfiguration configuration)
      Instantiates a new Identity API instance.
      Parameters:
      configuration - the configuration
  • Method Details

    • authentication

      public Authentication authentication()
      Returns an initialized Authentication object.
      It can be used for authentication and verifying tokens issued by Camunda Identity.
      Returns:
      the authentication
    • users

      public Users users()
      Returns an initialized Users object.
      It can be used for retrieving users from the Camunda Identity instance.
      Returns:
      the users
    • authorizations

      public Authorizations authorizations()
      Returns an initialized Authorizations object.
      It can be used for retrieving authorizations from the Camunda Identity instance.
      Returns:
      the authorizations
    • tenants

      public Tenants tenants()
      Returns an initialized Tenants object.
      It can be used for retrieving tenants from the Camunda Identity instance.
      Returns:
      the tenants