Uses of Class
io.serverlessworkflow.api.auth.AuthDefinition.Scheme
-
Packages that use AuthDefinition.Scheme Package Description io.serverlessworkflow.api.auth -
-
Uses of AuthDefinition.Scheme in io.serverlessworkflow.api.auth
Methods in io.serverlessworkflow.api.auth that return AuthDefinition.Scheme Modifier and Type Method Description static AuthDefinition.Scheme
AuthDefinition.Scheme. fromValue(String value)
AuthDefinition.Scheme
AuthDefinition. getScheme()
Defines the auth typestatic 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.Methods in io.serverlessworkflow.api.auth with parameters of type AuthDefinition.Scheme Modifier and Type Method Description void
AuthDefinition. setScheme(AuthDefinition.Scheme scheme)
Defines the auth typeAuthDefinition
AuthDefinition. withScheme(AuthDefinition.Scheme scheme)
-