Package org.opensaml.soap.wssecurity
Interface TokenTypeBearing
public interface TokenTypeBearing
Interface for element having a
@wsse11:TokenType
; attribute.- See Also:
-
- "WS-Security 2004, Chapter 7.1 SecurityTokenReference Element."
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturns the@wsse11:TokenType
attribute value.void
setWSSE11TokenType
(String tokenType) Sets the@wsse11:TokenType
attribute value.
-
Field Details
-
WSSE11_TOKEN_TYPE_ATTR_LOCAL_NAME
The@wsse11:TokenType
attribute local name.- See Also:
-
WSSE11_TOKEN_TYPE_ATTR_NAME
The@wsse11:TokenType
qualified attribute name.
-
-
Method Details
-
getWSSE11TokenType
String getWSSE11TokenType()Returns the@wsse11:TokenType
attribute value.- Returns:
- the
@wsse11:TokenType
attribute value ornull
.
-
setWSSE11TokenType
Sets the@wsse11:TokenType
attribute value.- Parameters:
tokenType
- the@wsse11:TokenType
attribute value to set.
-