Uses of Class
io.serverlessworkflow.api.auth.BearerAuthDefinition
-
Packages that use BearerAuthDefinition Package Description io.serverlessworkflow.api.auth -
-
Uses of BearerAuthDefinition in io.serverlessworkflow.api.auth
Methods in io.serverlessworkflow.api.auth that return BearerAuthDefinition Modifier and Type Method Description BearerAuthDefinition
AuthDefinition. getBearerauth()
BearerAuthDefinition
BearerAuthDefinition. withMetadata(Map<String,String> metadata)
BearerAuthDefinition
BearerAuthDefinition. withToken(String token)
Methods in io.serverlessworkflow.api.auth with parameters of type BearerAuthDefinition Modifier and Type Method Description void
AuthDefinition. setBearerauth(BearerAuthDefinition bearerauth)
AuthDefinition
AuthDefinition. withBearerauth(BearerAuthDefinition bearerauth)
-