Package org.apache.camel.model.rest
Class SecurityDefinition
- java.lang.Object
-
- org.apache.camel.model.rest.SecurityDefinition
-
@Metadata(label="rest,security,configuration", title="Rest Security") public class SecurityDefinition extends ObjectRest security definition
-
-
Constructor Summary
Constructors Constructor Description SecurityDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKey()StringgetScopes()voidsetKey(String key)Key used to refer to this security definitionvoidsetScopes(String scopes)The scopes to allow (separate multiple scopes by comma)
-