Package io.smallrye.jwt.auth.cdi
Class ProviderExtensionSupport
java.lang.Object
io.smallrye.jwt.auth.cdi.ProviderExtensionSupport
Support for Provider injection points annotated with Claim.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
An implementation of BeanAttributes that wraps the generic producer BeanAttributes -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addTypeToClaimProducer
(jakarta.enterprise.inject.spi.ProcessBeanAttributes pba) Replace the general producer method BeanAttributes with one bound to the collected injection site types to properly reflect all of the type locations the producer method applies to.
-
Constructor Details
-
ProviderExtensionSupport
public ProviderExtensionSupport()
-
-
Method Details
-
addTypeToClaimProducer
public void addTypeToClaimProducer(@Observes jakarta.enterprise.inject.spi.ProcessBeanAttributes pba) Replace the general producer method BeanAttributes with one bound to the collected injection site types to properly reflect all of the type locations the producer method applies to.- Parameters:
pba
- the ProcessBeanAttributes- See Also:
-