Uses of Class
org.jboss.resteasy.security.doseta.VerificationResultSet
-
Packages that use VerificationResultSet Package Description org.jboss.resteasy.security.doseta -
-
Uses of VerificationResultSet in org.jboss.resteasy.security.doseta
Fields in org.jboss.resteasy.security.doseta with type parameters of type VerificationResultSet Modifier and Type Field Description protected List<VerificationResultSet>
VerificationResults. results
Methods in org.jboss.resteasy.security.doseta that return VerificationResultSet Modifier and Type Method Description VerificationResultSet
VerificationResults. getResultSet(Verification verification)
Methods in org.jboss.resteasy.security.doseta that return types with arguments of type VerificationResultSet Modifier and Type Method Description List<VerificationResultSet>
VerificationResults. getResults()
Method parameters in org.jboss.resteasy.security.doseta with type arguments of type VerificationResultSet Modifier and Type Method Description void
VerificationResults. setResults(List<VerificationResultSet> results)
-