SelfManagedAuthentication@Deprecated public class LocalIdentityAuthentication extends JwtAuthentication
| Constructor and Description |
|---|
LocalIdentityAuthentication()
Deprecated.
|
LocalIdentityAuthentication(java.lang.String clientId,
java.lang.String clientSecret)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
authenticate(CamundaOperateClient client)
Deprecated.
|
LocalIdentityAuthentication |
baseUrl(java.lang.String url)
Deprecated.
|
LocalIdentityAuthentication |
clientId(java.lang.String clientId)
Deprecated.
|
LocalIdentityAuthentication |
clientSecret(java.lang.String clientSecret)
Deprecated.
|
LocalIdentityAuthentication |
keycloakRealm(java.lang.String keycloakRealm)
Deprecated.
|
getExpiration, setTokenpublic LocalIdentityAuthentication()
public LocalIdentityAuthentication(java.lang.String clientId,
java.lang.String clientSecret)
public LocalIdentityAuthentication clientId(java.lang.String clientId)
public LocalIdentityAuthentication clientSecret(java.lang.String clientSecret)
public LocalIdentityAuthentication baseUrl(java.lang.String url)
public LocalIdentityAuthentication keycloakRealm(java.lang.String keycloakRealm)
public void authenticate(CamundaOperateClient client) throws OperateException
OperateException