public class TokenReference extends Object
| Constructor and Description |
|---|
TokenReference() |
| Modifier and Type | Method and Description |
|---|---|
String |
getIdentifier()
Get the identifier associated with this token
|
String |
getWsse11TokenType()
Get the wsse11 TokenType attribute
|
String |
getWsseValueType()
Get the wsse ValueType attribute
|
boolean |
isUseDirectReference()
Get whether to use direct reference to refer to this token
|
boolean |
isUseKeyIdentifier()
Get whether to use a KeyIdentifier to refer to this token
|
void |
setIdentifier(String identifier)
Set the identifier associated with this token
|
void |
setUseDirectReference(boolean useDirectReference)
Set whether to use direct reference to refer to this token
|
void |
setUseKeyIdentifier(boolean useKeyIdentifier)
Set whether to use a KeyIdentifier to refer to this token
|
void |
setWsse11TokenType(String wsse11TokenType)
Set the wsse11 TokenType attribute
|
void |
setWsseValueType(String wsseValueType)
Set the wsse ValueType attribute
|
public String getIdentifier()
public void setIdentifier(String identifier)
identifier - the identifier associated with this tokenpublic String getWsse11TokenType()
public void setWsse11TokenType(String wsse11TokenType)
wsse11TokenType - the wsse11 TokenType attributepublic String getWsseValueType()
public void setWsseValueType(String wsseValueType)
wsseValueType - the wsse ValueType attributepublic boolean isUseDirectReference()
public void setUseDirectReference(boolean useDirectReference)
useDirectReference - whether to use direct reference to refer to this tokenpublic boolean isUseKeyIdentifier()
public void setUseKeyIdentifier(boolean useKeyIdentifier)
useKeyIdentifier - whether to use a KeyIdentifier to refer to this tokenApache CXF