Uses of Class
org.apache.camel.component.grpc.auth.jwt.JwtAlgorithm
-
Packages that use JwtAlgorithm Package Description org.apache.camel.component.grpc org.apache.camel.component.grpc.auth.jwt -
-
Uses of JwtAlgorithm in org.apache.camel.component.grpc
Methods in org.apache.camel.component.grpc that return JwtAlgorithm Modifier and Type Method Description JwtAlgorithmGrpcConfiguration. getJwtAlgorithm()JSON Web Token sign algorithmMethods in org.apache.camel.component.grpc with parameters of type JwtAlgorithm Modifier and Type Method Description voidGrpcConfiguration. setJwtAlgorithm(JwtAlgorithm jwtAlgorithm) -
Uses of JwtAlgorithm in org.apache.camel.component.grpc.auth.jwt
Methods in org.apache.camel.component.grpc.auth.jwt that return JwtAlgorithm Modifier and Type Method Description static JwtAlgorithmJwtAlgorithm. 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.Methods in org.apache.camel.component.grpc.auth.jwt with parameters of type JwtAlgorithm Modifier and Type Method Description static StringJwtHelper. createJwtToken(JwtAlgorithm algorithmName, String secret, String issuer, String subject)static com.auth0.jwt.JWTVerifierJwtServerInterceptor. prepareJwtVerifier(JwtAlgorithm algorithmName, String secret, String issuer, String subject)static com.auth0.jwt.algorithms.AlgorithmJwtHelper. selectAlgorithm(JwtAlgorithm algorithmName, String secret)Constructors in org.apache.camel.component.grpc.auth.jwt with parameters of type JwtAlgorithm Constructor Description JwtServerInterceptor(JwtAlgorithm algorithm, String secret, String issuer, String subject)
-