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 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)
-
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 void
Auth. 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)
-