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

Packages that use BinarySecurity
org.apache.ws.sandbox.security.trust   
org.apache.ws.sandbox.security.trust.message.token   
org.apache.ws.sandbox.security.trust2   
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 BinarySecurity in org.apache.ws.sandbox.security.trust
 

Methods in org.apache.ws.sandbox.security.trust that return BinarySecurity
static BinarySecurity STSUtil.findBinarySecurityToken(org.w3c.dom.Document doc)
          Currently support only for direct references
 

Uses of BinarySecurity in org.apache.ws.sandbox.security.trust.message.token
 

Methods in org.apache.ws.sandbox.security.trust.message.token that return BinarySecurity
 BinarySecurity BaseToken.getBinarySecurityToken()
          Return the binary security token of the base token if any
 

Methods in org.apache.ws.sandbox.security.trust.message.token with parameters of type BinarySecurity
 void BaseToken.setBinarySecurityToken(BinarySecurity binarySecurity)
          Currently support only direct reference
 

Uses of BinarySecurity in org.apache.ws.sandbox.security.trust2
 

Fields in org.apache.ws.sandbox.security.trust2 declared as BinarySecurity
protected  BinarySecurity SecurityTokenOrReference.binarySecurityToken
           
 

Methods in org.apache.ws.sandbox.security.trust2 that return BinarySecurity
 BinarySecurity SecurityTokenOrReference.getBinarySecurity()
           
 

Constructors in org.apache.ws.sandbox.security.trust2 with parameters of type BinarySecurity
SecurityTokenOrReference(BinarySecurity securityToken)
           
 

Uses of BinarySecurity in org.apache.ws.security.message
 

Fields in org.apache.ws.security.message declared as BinarySecurity
protected  BinarySecurity WSSecEncryptedKey.bstToken
          BinarySecurityToken to be included in the case where BST_DIRECT_REFERENCE is used to refer to the asymm encryption cert
protected  BinarySecurity WSSecSignature.bstToken
           
 

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

Subclasses of BinarySecurity in org.apache.ws.security.message.token
 class PKIPathSecurity
          PKIPath Security Token.
 class X509Security
          X509 Security Token.
 



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