Package | Description |
---|---|
org.apache.ws.security.message |
The package provides classes to create messages that are compliant to the
OASIS Web Service Security specifications.
|
org.apache.ws.security.message.token | |
org.apache.ws.security.transform |
Modifier and Type | Field and Description |
---|---|
protected SecurityTokenReference |
WSSecSignature.secRef |
protected SecurityTokenReference |
WSSecEncrypt.securityTokenReference
SecurityTokenReference to be inserted into EncryptedData/keyInfo element.
|
protected SecurityTokenReference |
WSEncryptBody.securityTokenReference
SecurityTokenReference to be inserted into EncryptedData/keyInfo element.
|
Modifier and Type | Method and Description |
---|---|
SecurityTokenReference |
WSSecEncrypt.getSecurityTokenReference() |
SecurityTokenReference |
WSEncryptBody.getSecurityTokenReference()
Deprecated.
replaced by
WSSecEncrypt.getSecurityTokenReference() |
Modifier and Type | Method and Description |
---|---|
void |
WSSecEncrypt.setSecurityTokenReference(SecurityTokenReference reference) |
void |
WSEncryptBody.setSecurityTokenReference(SecurityTokenReference reference)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SecurityTokenReference |
DerivedKeyToken.getSecuityTokenReference()
Deprecated.
use getSecurityTokenReference() instead
|
SecurityTokenReference |
DerivedKeyToken.getSecurityTokenReference()
Returns the SecurityTokenReference of the derived key token
|
Modifier and Type | Method and Description |
---|---|
void |
DerivedKeyToken.setSecuityTokenReference(SecurityTokenReference ref)
Deprecated.
use setSecurityTokenReference(SecurityTokenReference ref) instead
|
void |
DerivedKeyToken.setSecurityTokenReference(SecurityTokenReference ref)
Sets the security token reference of the derived key token
This is the reference to the shared secret used in the conversation/context
|
Modifier and Type | Method and Description |
---|---|
static org.w3c.dom.Element |
STRTransformUtil.dereferenceSTR(org.w3c.dom.Document doc,
SecurityTokenReference secRef,
WSDocInfo wsDocInfo)
Retrieves the element representing the referenced content of a STR.
|
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.