Package io.smallrye.jwt.auth.cdi
Class RawClaimTypeProducer
- java.lang.Object
-
- io.smallrye.jwt.auth.cdi.RawClaimTypeProducer
-
public class RawClaimTypeProducer extends Object
-
-
Constructor Summary
Constructors Constructor Description RawClaimTypeProducer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OptionalgetOptionalValue(jakarta.enterprise.inject.spi.InjectionPoint ip)Produces a *raw* Optional value.
-
-
-
Method Detail
-
getOptionalValue
@Produces public Optional getOptionalValue(jakarta.enterprise.inject.spi.InjectionPoint ip)
Produces a *raw* Optional value.- Parameters:
ip- reference to the injection point- Returns:
- an optional claim value
-
-