Package org.opensaml.soap.wssecurity
Interface UsageBearing
- All Known Subinterfaces:
SecurityTokenReference
- All Known Implementing Classes:
SecurityTokenReferenceImpl
public interface UsageBearing
Interface for element having a
@wsse:Usage
attribute.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturns the list ofwsse:@Usage
attributes value.void
setWSSEUsages
(List<String> usages) Sets the list ofwsse:@Usage
attributes value.
-
Field Details
-
WSSE_USAGE_ATTR_LOCAL_NAME
The wsse:@Usage attribute local name.- See Also:
-
WSSE_USAGE_ATTR_NAME
The wsse:@Usage qualified attribute name.
-
-
Method Details
-
getWSSEUsages
Returns the list ofwsse:@Usage
attributes value.- Returns:
- the list of attribute values
-
setWSSEUsages
Sets the list ofwsse:@Usage
attributes value.- Parameters:
usages
- the list of attribute values
-