| Package | Description |
|---|---|
| org.apache.cxf.ws.security.policy | |
| org.apache.cxf.ws.security.policy.model |
| Modifier and Type | Method and Description |
|---|---|
static SPConstants.SupportTokenType |
SPConstants.SupportTokenType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SPConstants.SupportTokenType[] |
SPConstants.SupportTokenType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SPConstants.SupportTokenType |
SupportingToken.getTokenType() |
| Modifier and Type | Method and Description |
|---|---|
void |
SupportingToken.setTokenType(SPConstants.SupportTokenType t) |
| Constructor and Description |
|---|
SupportingToken(SPConstants.SupportTokenType type,
SPConstants version,
PolicyBuilder b) |
Apache CXF