Package | Description |
---|---|
org.apache.camel.component.grpc | |
org.apache.camel.component.grpc.auth.jwt |
Modifier and Type | Method and Description |
---|---|
JwtAlgorithm |
GrpcConfiguration.getJwtAlgorithm()
JSON Web Token sign algorithm
|
Modifier and Type | Method and Description |
---|---|
void |
GrpcConfiguration.setJwtAlgorithm(JwtAlgorithm jwtAlgorithm) |
Modifier and Type | Method and Description |
---|---|
static JwtAlgorithm |
JwtAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JwtAlgorithm[] |
JwtAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static String |
JwtHelper.createJwtToken(JwtAlgorithm algorithmName,
String secret,
String issuer,
String subject) |
static com.auth0.jwt.JWTVerifier |
JwtServerInterceptor.prepareJwtVerifier(JwtAlgorithm algorithmName,
String secret,
String issuer,
String subject) |
static com.auth0.jwt.algorithms.Algorithm |
JwtHelper.selectAlgorithm(JwtAlgorithm algorithmName,
String secret) |
Constructor and Description |
---|
JwtServerInterceptor(JwtAlgorithm algorithm,
String secret,
String issuer,
String subject) |
Apache Camel