Package org.apache.camel.model.rest
Class RestSecurityBearerToken
- java.lang.Object
-
- org.apache.camel.model.rest.RestSecurityDefinition
-
- org.apache.camel.model.rest.RestSecurityBearerToken
-
@Metadata(label="rest,security,configuration") public class RestSecurityBearerToken extends RestSecurityDefinition
Rest security bearer token authentication definition
-
-
Constructor Summary
Constructors Constructor Description RestSecurityBearerToken()
RestSecurityBearerToken(RestDefinition rest)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFormat()
void
setFormat(String format)
A hint to the client to identify how the bearer token is formatted.-
Methods inherited from class org.apache.camel.model.rest.RestSecurityDefinition
endSecurityDefinition, getDescription, getKey, setDescription, setKey
-
-
-
-
Constructor Detail
-
RestSecurityBearerToken
public RestSecurityBearerToken()
-
RestSecurityBearerToken
public RestSecurityBearerToken(RestDefinition rest)
-
-