Uses of Class
io.serverlessworkflow.api.auth.AuthDefinition
-
Packages that use AuthDefinition Package Description io.serverlessworkflow.api.auth io.serverlessworkflow.api.deserializers io.serverlessworkflow.api.serializers io.serverlessworkflow.api.workflow -
-
Uses of AuthDefinition in io.serverlessworkflow.api.auth
Methods in io.serverlessworkflow.api.auth that return AuthDefinition Modifier and Type Method Description AuthDefinitionAuthDefinition. withBasicauth(BasicAuthDefinition basicauth)AuthDefinitionAuthDefinition. withBearerauth(BearerAuthDefinition bearerauth)AuthDefinitionAuthDefinition. withName(String name)AuthDefinitionAuthDefinition. withOauth(OauthDefinition oauth)AuthDefinitionAuthDefinition. 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 AuthDefinitionAuthDefinitionDeserializer. 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 voidAuthDefinitionSerializer. 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) -
Uses of AuthDefinition in io.serverlessworkflow.api.workflow
Methods in io.serverlessworkflow.api.workflow that return types with arguments of type AuthDefinition Modifier and Type Method Description List<AuthDefinition>Auth. getAuthDefs()Method parameters in io.serverlessworkflow.api.workflow with type arguments of type AuthDefinition Modifier and Type Method Description voidAuth. setAuthDefs(List<AuthDefinition> authDefs)Constructors in io.serverlessworkflow.api.workflow with parameters of type AuthDefinition Constructor Description Auth(AuthDefinition authDef)Constructor parameters in io.serverlessworkflow.api.workflow with type arguments of type AuthDefinition Constructor Description Auth(List<AuthDefinition> authDefs)
-