Package org.opensaml.soap.wssecurity
Interface UsageBearing
-
- All Known Subinterfaces:
SecurityTokenReference
public interface UsageBearingInterface for element having a@wsse:Usageattribute.
-
-
Field Summary
Fields Modifier and Type Field Description static StringWSSE_USAGE_ATTR_LOCAL_NAMEThe wsse:@Usage attribute local name.static QNameWSSE_USAGE_ATTR_NAMEThe wsse:@Usage qualified attribute name.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>getWSSEUsages()Returns the list ofwsse:@Usageattributes value.voidsetWSSEUsages(List<String> usages)Sets the list ofwsse:@Usageattributes value.
-
-
-
Field Detail
-
WSSE_USAGE_ATTR_LOCAL_NAME
static final String WSSE_USAGE_ATTR_LOCAL_NAME
The wsse:@Usage attribute local name.- See Also:
- Constant Field Values
-
WSSE_USAGE_ATTR_NAME
static final QName WSSE_USAGE_ATTR_NAME
The wsse:@Usage qualified attribute name.
-
-