| Package | Description |
|---|---|
| io.serverlessworkflow.api.auth |
| Modifier and Type | Method and Description |
|---|---|
static AuthDefinition.Scheme |
AuthDefinition.Scheme.fromValue(String value) |
AuthDefinition.Scheme |
AuthDefinition.getScheme()
Defines the auth type
|
static AuthDefinition.Scheme |
AuthDefinition.Scheme.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthDefinition.Scheme[] |
AuthDefinition.Scheme.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuthDefinition.setScheme(AuthDefinition.Scheme scheme)
Defines the auth type
|
AuthDefinition |
AuthDefinition.withScheme(AuthDefinition.Scheme scheme) |
Copyright © 2020–2023 CNCF. All rights reserved.