Uses of Interface
io.camunda.identity.sdk.authentication.Authentication
Packages that use Authentication
Package
Description
-
Uses of Authentication in io.camunda.identity.sdk
Methods in io.camunda.identity.sdk that return AuthenticationModifier and TypeMethodDescriptionIdentity.authentication()Returns an initializedAuthenticationobject.
It can be used for authentication and verifying tokens issued by Camunda Identity. -
Uses of Authentication in io.camunda.identity.sdk.authentication
Classes in io.camunda.identity.sdk.authentication that implement AuthenticationModifier and TypeClassDescriptionclassThe Authentication class provides functionality to authenticate a user with Identity and verify access tokens.Methods in io.camunda.identity.sdk.authentication that return AuthenticationModifier and TypeMethodDescriptionstatic AuthenticationAuthentication.create(IdentityConfiguration configuration) Factory function to create a new authentication instance -
Uses of Authentication in io.camunda.identity.sdk.impl
Constructors in io.camunda.identity.sdk.impl with parameters of type AuthenticationModifierConstructorDescriptionUsersImpl(IdentityConfiguration identityConfiguration, Authentication authentication) -
Uses of Authentication in io.camunda.identity.sdk.impl.auth0.authentication
Classes in io.camunda.identity.sdk.impl.auth0.authentication that implement Authentication -
Uses of Authentication in io.camunda.identity.sdk.impl.generic
Classes in io.camunda.identity.sdk.impl.generic that implement Authentication -
Uses of Authentication in io.camunda.identity.sdk.impl.keycloak
Classes in io.camunda.identity.sdk.impl.keycloak that implement Authentication -
Uses of Authentication in io.camunda.identity.sdk.impl.microsoft
Classes in io.camunda.identity.sdk.impl.microsoft that implement Authentication -
Uses of Authentication in io.camunda.identity.sdk.users
Methods in io.camunda.identity.sdk.users with parameters of type AuthenticationModifier and TypeMethodDescriptionstatic UsersUsers.create(IdentityConfiguration configuration, Authentication authentication) Factory function to create a new users instance