| Package | Description |
|---|---|
| org.apache.tomee.microprofile.jwt.bval |
| Class and Description |
|---|
| ClassValidationData |
| MethodConstraints |
| MethodMap
Given a class like the following:
public class Green {
@ReturnValidation("bar")
public void sage() {
}
}
We will have generated a class like the following
|
| ValidationConstraints |
| ValidationGenerator
We allow CDI and EJB beans to use BeanValidation to validate a JsonWebToken
instance by simply creating contstraints and putting them on that method.
|
Copyright © 1999–2020 The Apache Software Foundation. All rights reserved.