Package | Description |
---|---|
org.apache.cxf.sts.rest | |
org.jboss.resteasy.core | |
org.jboss.resteasy.plugins.stats |
Modifier and Type | Interface and Description |
---|---|
interface |
RESTSecurityTokenService |
Modifier and Type | Method and Description |
---|---|
Response |
RESTSecurityTokenService.getJSONToken(String tokenType,
String keyType,
List<String> requestedClaims,
String appliesTo) |
Response |
RESTSecurityTokenService.getKeyExchangeToken(RequestSecurityTokenType request) |
Response |
RESTSecurityTokenService.getPlainToken(String tokenType,
String keyType,
List<String> requestedClaims,
String appliesTo) |
Response |
RESTSecurityTokenService.getXMLToken(String tokenType,
String keyType,
List<String> requestedClaims,
String appliesTo,
boolean wstrustResponse) |
Response |
RESTSecurityTokenService.removeToken(RequestSecurityTokenType request)
Same as
RESTSecurityTokenService.getToken(Action, RequestSecurityTokenType) with 'cancel' action. |
Modifier and Type | Class and Description |
---|---|
class |
AsynchronousDispatcher |
Modifier and Type | Method and Description |
---|---|
Response |
AsynchronousDispatcher.get(long wait,
String jobId) |
Response |
AsynchronousDispatcher.readAndRemove(long wait,
String jobId) |
void |
AsynchronousDispatcher.remove(String jobId) |
Modifier and Type | Class and Description |
---|---|
class |
RegistryStatsResource |
Copyright © 2017 JBoss by Red Hat. All rights reserved.