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

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


Copyright © 2006-2013 Internet2. All Rights Reserved.