Uses of Class
jakarta.ws.rs.QueryParam
-
Packages that use QueryParam Package Description org.apache.cxf.sts.rest org.jboss.resteasy.core -
-
Uses of QueryParam in org.apache.cxf.sts.rest
Method parameters in org.apache.cxf.sts.rest with annotations of type QueryParam Modifier and Type Method Description ResponseRESTSecurityTokenService. getJSONToken(String tokenType, String keyType, List<String> requestedClaims, String appliesTo)ResponseRESTSecurityTokenService. getJSONToken(String tokenType, String keyType, List<String> requestedClaims, String appliesTo)ResponseRESTSecurityTokenService. getJSONToken(String tokenType, String keyType, List<String> requestedClaims, String appliesTo)ResponseRESTSecurityTokenService. getPlainToken(String tokenType, String keyType, List<String> requestedClaims, String appliesTo)ResponseRESTSecurityTokenService. getPlainToken(String tokenType, String keyType, List<String> requestedClaims, String appliesTo)ResponseRESTSecurityTokenService. getPlainToken(String tokenType, String keyType, List<String> requestedClaims, String appliesTo)ResponseRESTSecurityTokenService. getToken(RESTSecurityTokenService.Action action, RequestSecurityTokenType request)ResponseRESTSecurityTokenService. getXMLToken(String tokenType, String keyType, List<String> requestedClaims, String appliesTo, boolean wstrustResponse)ResponseRESTSecurityTokenService. getXMLToken(String tokenType, String keyType, List<String> requestedClaims, String appliesTo, boolean wstrustResponse)ResponseRESTSecurityTokenService. getXMLToken(String tokenType, String keyType, List<String> requestedClaims, String appliesTo, boolean wstrustResponse)ResponseRESTSecurityTokenService. getXMLToken(String tokenType, String keyType, List<String> requestedClaims, String appliesTo, boolean wstrustResponse) -
Uses of QueryParam in org.jboss.resteasy.core
Method parameters in org.jboss.resteasy.core with annotations of type QueryParam Modifier and Type Method Description ResponseAsynchronousDispatcher. get(long wait, String jobId)ResponseAsynchronousDispatcher. readAndRemove(long wait, String jobId)
-