Class SecurityDefinition

java.lang.Object
org.apache.camel.model.rest.SecurityDefinition

@Metadata(label="rest,security,configuration", title="Rest Security") public class SecurityDefinition extends Object
Rest security definition
  • Constructor Details

    • SecurityDefinition

      public SecurityDefinition()
  • Method Details

    • getKey

      public String getKey()
    • setKey

      public void setKey(String key)
      Key used to refer to this security definition
    • getScopes

      public String getScopes()
    • setScopes

      public void setScopes(String scopes)
      The scopes to allow (separate multiple scopes by comma)