Package io.smallrye.jwt.auth.cdi
Class RawClaimTypeProducer
java.lang.Object
io.smallrye.jwt.auth.cdi.RawClaimTypeProducer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetOptionalValue(jakarta.enterprise.inject.spi.InjectionPoint ip) Produces a *raw* Optional value.
-
Constructor Details
-
RawClaimTypeProducer
public RawClaimTypeProducer()
-
-
Method Details
-
getOptionalValue
Produces a *raw* Optional value.- Parameters:
ip- reference to the injection point- Returns:
- an optional claim value
-