Interface UsageBearing

  • All Known Subinterfaces:
    SecurityTokenReference

    public interface UsageBearing
    Interface for element having a @wsse:Usage attribute.
    • 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.
    • Method Detail

      • 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