|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SecurityTokenReference | |
|---|---|
| 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 | |
| Uses of SecurityTokenReference in org.apache.ws.security.message |
|---|
| Fields in org.apache.ws.security.message declared as SecurityTokenReference | |
|---|---|
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. |
| Methods in org.apache.ws.security.message that return SecurityTokenReference | |
|---|---|
SecurityTokenReference |
WSSecKerberosToken.getSecurityTokenReference()
|
SecurityTokenReference |
WSSecEncrypt.getSecurityTokenReference()
|
SecurityTokenReference |
WSEncryptBody.getSecurityTokenReference()
Deprecated. replaced by WSSecEncrypt.getSecurityTokenReference() |
| Methods in org.apache.ws.security.message with parameters of type SecurityTokenReference | |
|---|---|
void |
WSSecEncrypt.setSecurityTokenReference(SecurityTokenReference reference)
|
void |
WSEncryptBody.setSecurityTokenReference(SecurityTokenReference reference)
Deprecated. replaced by WSSecEncrypt.setSecurityTokenReference(SecurityTokenReference) |
| Uses of SecurityTokenReference in org.apache.ws.security.message.token |
|---|
| Methods in org.apache.ws.security.message.token that return SecurityTokenReference | |
|---|---|
SecurityTokenReference |
DerivedKeyToken.getSecuityTokenReference()
Deprecated. use getSecurityTokenReference() instead |
SecurityTokenReference |
DerivedKeyToken.getSecurityTokenReference()
Returns the SecurityTokenReference of the derived key token |
| Methods in org.apache.ws.security.message.token with parameters of type SecurityTokenReference | |
|---|---|
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 |
| Uses of SecurityTokenReference in org.apache.ws.security.transform |
|---|
| Methods in org.apache.ws.security.transform with parameters of type SecurityTokenReference | |
|---|---|
static Element |
STRTransformUtil.dereferenceSTR(Document doc,
SecurityTokenReference secRef,
WSDocInfo wsDocInfo)
Retrieves the element representing the referenced content of a STR. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||