Uses of Enum Class
org.apache.camel.component.grpc.auth.jwt.JwtAlgorithm
Packages that use JwtAlgorithm
-
Uses of JwtAlgorithm in org.apache.camel.component.grpc
Methods in org.apache.camel.component.grpc that return JwtAlgorithmModifier and TypeMethodDescriptionGrpcConfiguration.getJwtAlgorithm()JSON Web Token sign algorithmMethods in org.apache.camel.component.grpc with parameters of type JwtAlgorithmModifier and TypeMethodDescriptionvoidGrpcConfiguration.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 JwtAlgorithmModifier and TypeMethodDescriptionstatic JwtAlgorithmReturns the enum constant of this class with the specified name.static JwtAlgorithm[]JwtAlgorithm.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.grpc.auth.jwt with parameters of type JwtAlgorithmModifier and TypeMethodDescriptionstatic 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 JwtAlgorithmModifierConstructorDescriptionJwtServerInterceptor(JwtAlgorithm algorithm, String secret, String issuer, String subject)