Package | Description |
---|---|
org.apache.cxf.sts.rest |
Modifier and Type | Method and Description |
---|---|
static RESTSecurityTokenService.Action |
RESTSecurityTokenService.Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RESTSecurityTokenService.Action[] |
RESTSecurityTokenService.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
RESTSecurityTokenService.getToken(RESTSecurityTokenService.Action action,
RequestSecurityTokenType request) |
javax.ws.rs.core.Response |
RESTSecurityTokenServiceImpl.getToken(RESTSecurityTokenService.Action action,
RequestSecurityTokenType request) |
Apache CXF