Uses of Class
io.serverlessworkflow.api.auth.AuthDefinition
-
Packages that use AuthDefinition Package Description io.serverlessworkflow.api io.serverlessworkflow.api.auth io.serverlessworkflow.api.deserializers io.serverlessworkflow.api.serializers -
-
Uses of AuthDefinition in io.serverlessworkflow.api
Methods in io.serverlessworkflow.api that return AuthDefinition Modifier and Type Method Description AuthDefinition
Workflow. getAuth()
Auth DefinitionMethods in io.serverlessworkflow.api with parameters of type AuthDefinition Modifier and Type Method Description void
Workflow. setAuth(AuthDefinition auth)
Auth DefinitionWorkflow
Workflow. withAuth(AuthDefinition auth)
-
Uses of AuthDefinition in io.serverlessworkflow.api.auth
Methods in io.serverlessworkflow.api.auth that return AuthDefinition Modifier and Type Method 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)
-
Uses of AuthDefinition in io.serverlessworkflow.api.deserializers
Methods in io.serverlessworkflow.api.deserializers that return AuthDefinition Modifier and Type Method Description AuthDefinition
AuthDefinitionDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)
-
Uses of AuthDefinition in io.serverlessworkflow.api.serializers
Methods in io.serverlessworkflow.api.serializers with parameters of type AuthDefinition Modifier and Type Method Description void
AuthDefinitionSerializer. serialize(AuthDefinition authDefinition, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider)
Constructor parameters in io.serverlessworkflow.api.serializers with type arguments of type AuthDefinition Constructor Description AuthDefinitionSerializer(Class<AuthDefinition> t)
-