org.opensaml.ws.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
static java.lang.String WSSE_USAGE_ATTR_LOCAL_NAME
          The wsse:@Usage attribute local name.
static javax.xml.namespace.QName WSSE_USAGE_ATTR_NAME
          The wsse:@Usage qualified attribute name.
 
Method Summary
 java.util.List<java.lang.String> getWSSEUsages()
          Returns the list of wsse:@Usage attributes value.
 void setWSSEUsages(java.util.List<java.lang.String> usages)
          Sets the list of wsse:@Usage attributes value.
 

Field Detail

WSSE_USAGE_ATTR_LOCAL_NAME

static final java.lang.String WSSE_USAGE_ATTR_LOCAL_NAME
The wsse:@Usage attribute local name.

See Also:
Constant Field Values

WSSE_USAGE_ATTR_NAME

static final javax.xml.namespace.QName WSSE_USAGE_ATTR_NAME
The wsse:@Usage qualified attribute name.

Method Detail

getWSSEUsages

java.util.List<java.lang.String> getWSSEUsages()
Returns the list of wsse:@Usage attributes value.

Returns:
the list of attribute values

setWSSEUsages

void setWSSEUsages(java.util.List<java.lang.String> usages)
Sets the list of wsse:@Usage attributes value.

Parameters:
usages - the list of attribute values


Copyright © 2006-2011 Internet2. All Rights Reserved.