Class BearerTokenDefinition

java.lang.Object
org.apache.camel.model.rest.RestSecurityDefinition
org.apache.camel.model.rest.BearerTokenDefinition

@Metadata(label="rest,security,configuration") public class BearerTokenDefinition extends RestSecurityDefinition
Rest security bearer token authentication definition
  • Constructor Details

    • BearerTokenDefinition

      public BearerTokenDefinition()
    • BearerTokenDefinition

      public BearerTokenDefinition(RestDefinition rest)
  • Method Details

    • getFormat

      public String getFormat()
    • setFormat

      public void setFormat(String format)
      A hint to the client to identify how the bearer token is formatted.