BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


Uses of Interface
weblogic.xml.security.wsse.Security

Packages that use Security
weblogic.xml.security.specs   
weblogic.xml.security.wsse   
 

Uses of Security in weblogic.xml.security.specs
 

Methods in weblogic.xml.security.specs that return Security
 Security SecuritySpec.createSecurity(String role, TimestampConfig tsConfig, String username, String password, X509Certificate encryptCert, PrivateKey sigKey, X509Certificate sigCert, SecurityElementFactory factory)
          Deprecated.  
 

Methods in weblogic.xml.security.specs with parameters of type Security
 void TimestampConfig.checkTimestamps(Security security, MessageContext context)
          Deprecated.  
 void TimestampConfig.addTimestamp(SecuritySpec spec, Security element)
          Deprecated.  
 

Uses of Security in weblogic.xml.security.wsse
 

Methods in weblogic.xml.security.wsse that return Security
abstract  Security SecurityElementFactory.createSecurity(String role)
          Deprecated. Creates a Security element targetted to the designated actor/role.
 Security SecureSoapInputStream.getSecurityElement()
          Deprecated. getSecurityElement returns the security element that explicitly matched the actor URI used to create this stream.
 Security SecureInputStream.getSecurityElement()
          Deprecated.  
 

Constructors in weblogic.xml.security.wsse with parameters of type Security
SecureSoapOutputStream(Security security, XMLOutputStream destination)
          Deprecated.  
SecureSoapOutputStream(Security security, XMLOutputStream destination, String encoding)
          Deprecated.  
SecureSoapOutputStream(Security security, XMLOutputStream destination, String encoding, String soapNS)
          Deprecated.  
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.