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