Package | Description |
---|---|
org.apache.cxf.ws.security.policy | |
org.apache.cxf.ws.security.policy.model | |
org.apache.cxf.ws.security.wss4j.policyhandlers |
Modifier and Type | Method and Description |
---|---|
SPConstants.IncludeTokenType |
SP11Constants.getInclusionFromAttributeValue(String value) |
abstract SPConstants.IncludeTokenType |
SPConstants.getInclusionFromAttributeValue(String value) |
SPConstants.IncludeTokenType |
SP12Constants.getInclusionFromAttributeValue(String value) |
static SPConstants.IncludeTokenType |
SPConstants.IncludeTokenType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SPConstants.IncludeTokenType[] |
SPConstants.IncludeTokenType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
String |
SP11Constants.getAttributeValueFromInclusion(SPConstants.IncludeTokenType value) |
abstract String |
SPConstants.getAttributeValueFromInclusion(SPConstants.IncludeTokenType value) |
String |
SP12Constants.getAttributeValueFromInclusion(SPConstants.IncludeTokenType value) |
Modifier and Type | Method and Description |
---|---|
SPConstants.IncludeTokenType |
Token.getInclusion() |
Modifier and Type | Method and Description |
---|---|
void |
Token.setInclusion(SPConstants.IncludeTokenType inclusion) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
AbstractBindingBuilder.includeToken(SPConstants.IncludeTokenType inclusion) |
Apache CXF