Package io.camunda.identity.sdk
Class Identity
java.lang.Object
io.camunda.identity.sdk.Identity
Entry point for the Identity api
-
Constructor Summary
ConstructorsConstructorDescriptionIdentity(IdentityConfiguration configuration) Instantiates a new Identity API instance. -
Method Summary
Modifier and TypeMethodDescriptionReturns an initializedAuthenticationobject.
It can be used for authentication and verifying tokens issued by Camunda Identity.Returns an initializedAuthorizationsobject.
It can be used for retrieving authorizations from the Camunda Identity instance.tenants()Returns an initializedTenantsobject.
It can be used for retrieving tenants from the Camunda Identity instance.users()Returns an initializedUsersobject.
It can be used for retrieving users from the Camunda Identity instance.
-
Constructor Details
-
Identity
Instantiates a new Identity API instance.- Parameters:
configuration- the configuration
-
-
Method Details
-
authentication
Returns an initializedAuthenticationobject.
It can be used for authentication and verifying tokens issued by Camunda Identity.- Returns:
- the authentication
-
users
Returns an initializedUsersobject.
It can be used for retrieving users from the Camunda Identity instance.- Returns:
- the users
-
authorizations
Returns an initializedAuthorizationsobject.
It can be used for retrieving authorizations from the Camunda Identity instance.- Returns:
- the authorizations
-
tenants
Returns an initializedTenantsobject.
It can be used for retrieving tenants from the Camunda Identity instance.- Returns:
- the tenants
-