Uses of Class
org.apache.ws.security.message.token.SecurityTokenReference

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   
 

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 WSEncryptBody.securityTokenReference
          SecurityTokenReference to be inserted into EncryptedData/keyInfo element.
protected  SecurityTokenReference WSSecEncrypt.securityTokenReference
          SecurityTokenReference to be inserted into EncryptedData/keyInfo element.
 

Methods in org.apache.ws.security.message that return SecurityTokenReference
 SecurityTokenReference WSEncryptBody.getSecurityTokenReference()
          Deprecated. replaced by WSSecEncrypt.getSecurityTokenReference()
 SecurityTokenReference WSSecEncrypt.getSecurityTokenReference()
           
 

Methods in org.apache.ws.security.message with parameters of type SecurityTokenReference
 void WSEncryptBody.setSecurityTokenReference(SecurityTokenReference reference)
          Deprecated. replaced by WSSecEncrypt.setSecurityTokenReference(SecurityTokenReference)
 void WSSecEncrypt.setSecurityTokenReference(SecurityTokenReference reference)
           
 

Uses of SecurityTokenReference in org.apache.ws.security.message.token
 

Methods in org.apache.ws.security.message.token that return SecurityTokenReference
 SecurityTokenReference DerivedKeyToken.getSecuityTokenReference()
          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)
          Sets the security token reference of the derived key token This is the reference to the shared secret used in the conversation/context
 



Copyright © 2004-2010 Apache Web Services. All Rights Reserved.