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.SchemeAuthDefinition.Scheme. fromValue(String value)AuthDefinition.SchemeAuthDefinition. getScheme()Defines the auth typestatic AuthDefinition.SchemeAuthDefinition.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 voidAuthDefinition. setScheme(AuthDefinition.Scheme scheme)Defines the auth typeAuthDefinitionAuthDefinition. withScheme(AuthDefinition.Scheme scheme)
-