Package org.opensaml.soap.wssecurity
Interface TokenTypeBearing
-
public interface TokenTypeBearingInterface for element having a@wsse11:TokenType; attribute.- See Also:
- "WS-Security 2004, Chapter 7.1 SecurityTokenReference Element."
-
-
Field Summary
Fields Modifier and Type Field Description static StringWSSE11_TOKEN_TYPE_ATTR_LOCAL_NAMEThe@wsse11:TokenTypeattribute local name.static QNameWSSE11_TOKEN_TYPE_ATTR_NAMEThe@wsse11:TokenTypequalified attribute name.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetWSSE11TokenType()Returns the@wsse11:TokenTypeattribute value.voidsetWSSE11TokenType(String tokenType)Sets the@wsse11:TokenTypeattribute value.
-
-
-
Field Detail
-
WSSE11_TOKEN_TYPE_ATTR_LOCAL_NAME
static final String WSSE11_TOKEN_TYPE_ATTR_LOCAL_NAME
The@wsse11:TokenTypeattribute local name.- See Also:
- Constant Field Values
-
WSSE11_TOKEN_TYPE_ATTR_NAME
static final QName WSSE11_TOKEN_TYPE_ATTR_NAME
The@wsse11:TokenTypequalified attribute name.
-
-
Method Detail
-
getWSSE11TokenType
String getWSSE11TokenType()
Returns the@wsse11:TokenTypeattribute value.- Returns:
- the
@wsse11:TokenTypeattribute value ornull.
-
setWSSE11TokenType
void setWSSE11TokenType(String tokenType)
Sets the@wsse11:TokenTypeattribute value.- Parameters:
tokenType- the@wsse11:TokenTypeattribute value to set.
-
-