Uses of Class
jakarta.ws.rs.Path
-
Packages that use Path Package Description org.apache.cxf.sts.rest org.jboss.resteasy.core -
-
Uses of Path in org.apache.cxf.sts.rest
Classes in org.apache.cxf.sts.rest with annotations of type Path Modifier and Type Interface Description interfaceRESTSecurityTokenServiceMethods in org.apache.cxf.sts.rest with annotations of type Path Modifier and Type Method Description ResponseRESTSecurityTokenService. getJSONToken(String tokenType, String keyType, List<String> requestedClaims, String appliesTo)ResponseRESTSecurityTokenService. getKeyExchangeToken(RequestSecurityTokenType request)ResponseRESTSecurityTokenService. getPlainToken(String tokenType, String keyType, List<String> requestedClaims, String appliesTo)ResponseRESTSecurityTokenService. getXMLToken(String tokenType, String keyType, List<String> requestedClaims, String appliesTo, boolean wstrustResponse)ResponseRESTSecurityTokenService. removeToken(RequestSecurityTokenType request)Same asRESTSecurityTokenService.getToken(Action, RequestSecurityTokenType)with 'cancel' action. -
Uses of Path in org.jboss.resteasy.core
Classes in org.jboss.resteasy.core with annotations of type Path Modifier and Type Class Description classAsynchronousDispatcherMethods in org.jboss.resteasy.core with annotations of type Path Modifier and Type Method Description ResponseAsynchronousDispatcher. get(long wait, String jobId)ResponseAsynchronousDispatcher. readAndRemove(long wait, String jobId)voidAsynchronousDispatcher. remove(String jobId)
-