| Package | Description |
|---|---|
| io.serverlessworkflow.api.auth | |
| io.serverlessworkflow.api.deserializers | |
| io.serverlessworkflow.api.serializers | |
| io.serverlessworkflow.api.workflow |
| Modifier and Type | Method and Description |
|---|---|
AuthDefinition |
AuthDefinition.withBasicauth(BasicAuthDefinition basicauth) |
AuthDefinition |
AuthDefinition.withBearerauth(BearerAuthDefinition bearerauth) |
AuthDefinition |
AuthDefinition.withName(String name) |
AuthDefinition |
AuthDefinition.withOauth(OauthDefinition oauth) |
AuthDefinition |
AuthDefinition.withScheme(AuthDefinition.Scheme scheme) |
| Modifier and Type | Method and Description |
|---|---|
AuthDefinition |
AuthDefinitionDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthDefinitionSerializer.serialize(AuthDefinition authDefinition,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
| Constructor and Description |
|---|
AuthDefinitionSerializer(Class<AuthDefinition> t) |
| Modifier and Type | Method and Description |
|---|---|
List<AuthDefinition> |
Auth.getAuthDefs() |
| Modifier and Type | Method and Description |
|---|---|
void |
Auth.setAuthDefs(List<AuthDefinition> authDefs) |
| Constructor and Description |
|---|
Auth(AuthDefinition authDef) |
| Constructor and Description |
|---|
Auth(List<AuthDefinition> authDefs) |
Copyright © 2020–2023 CNCF. All rights reserved.