Interface UsageBearing

All Known Subinterfaces:
SecurityTokenReference
All Known Implementing Classes:
SecurityTokenReferenceImpl

public interface UsageBearing
Interface for element having a @wsse:Usage attribute.
  • Field Details

    • WSSE_USAGE_ATTR_LOCAL_NAME

      static final String WSSE_USAGE_ATTR_LOCAL_NAME
      The wsse:@Usage attribute local name.
      See Also:
    • WSSE_USAGE_ATTR_NAME

      static final QName WSSE_USAGE_ATTR_NAME
      The wsse:@Usage qualified attribute name.
  • Method Details

    • getWSSEUsages

      List<String> getWSSEUsages()
      Returns the list of wsse:@Usage attributes value.
      Returns:
      the list of attribute values
    • setWSSEUsages

      void setWSSEUsages(List<String> usages)
      Sets the list of wsse:@Usage attributes value.
      Parameters:
      usages - the list of attribute values