BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.xml.security.specs
Class SecurityDD

java.lang.Object
  extended byweblogic.xml.security.specs.SecurityDD
All Implemented Interfaces:
SpecConstants

Deprecated. please use new WS Security API

public class SecurityDD
extends Object
implements SpecConstants

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Field Summary
 
Fields inherited from interface weblogic.xml.security.specs.SpecConstants
ATTR_CANONICALIZATION_METHOD, ATTR_ENCODING, ATTR_ENCRYPT_BODY, ATTR_ENCRYPTION_METHOD, ATTR_ID, ATTR_KEY_ALIAS, ATTR_KEY_PASSWORD, ATTR_KEYWRAPPING_METHOD, ATTR_LOCALPART, ATTR_NAMESPACE, ATTR_PASSWORDTYPE, ATTR_REALM, ATTR_REF_ID, ATTR_RESTRICTION, ATTR_SIGN_BODY, ATTR_SIGNATURE_METHOD, ATTR_VALUETYPE, DEFAULT_PREFIX, RESTRICTION_BODY, RESTRICTION_HEADER, SOAP_ATTR_ROLE, SOAP_ENV_PREFIX, SPEC_URI, TAG_BINARY_SECURITY_TOKEN_SPEC, TAG_CLOCK_PRECISION, TAG_CLOCKS_SYNCHRONIZED, TAG_DD_SECURITY, TAG_ENCRYPTION_KEY, TAG_ENCRYPTION_SPEC, TAG_ENFORCE_PRECISION, TAG_ENTITY_NAME, TAG_ENTITY_PASSWORD, TAG_FRESHNESS, TAG_GENERATE_TS, TAG_REQUIRE_TS, TAG_SECURITY_SPEC, TAG_SECURITY_SPEC_REF, TAG_SIGNATURE_KEY, TAG_SIGNATURE_SPEC, TAG_TS_CONFIG, TAG_TYPE_IDENTIFIER, TAG_USER, TAG_USERNAME_TOKEN_SPEC, TAG_VALIDITY, XSD_FALSE, XSD_TRUE
 
Constructor Summary
SecurityDD(SecuritySpec spec)
          Deprecated.  
SecurityDD(XMLInputStream in)
          Deprecated.  
 
Method Summary
 void addSecuritySpec(SecuritySpec spec)
          Deprecated.  
static SecurityDD getDefaultSecurityDD()
          Deprecated.  
 EncryptionKey getEncryptionKey()
          Deprecated.  
 SecuritySpec getSecuritySpec()
          Deprecated.  
 SecuritySpec getSecuritySpec(String id)
          Deprecated.  
 Iterator getSecuritySpecs()
          Deprecated.  
 SignatureKey getSigningKey()
          Deprecated.  
 SecuritySpec getSpec()
          Deprecated.  
 TimestampConfig getTimestampConfig()
          Deprecated.  
 User getUser()
          Deprecated.  
static void main(String[] args)
          Deprecated.  
 SecuritySpec removeSecuritySpec(String id)
          Deprecated.  
 void setEncryptionKey(EncryptionKey encryptionKey)
          Deprecated.  
 void setSigningKey(SignatureKey signingKey)
          Deprecated.  
 void setTimestampConfig(TimestampConfig timestampConfig)
          Deprecated.  
 void setUser(User user)
          Deprecated.  
 String toString()
          Deprecated.  
 void toXML(XMLOutputStream out)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SecurityDD

public SecurityDD(SecuritySpec spec)
Deprecated. 

SecurityDD

public SecurityDD(XMLInputStream in)
           throws XMLStreamException
Deprecated. 
Method Detail

addSecuritySpec

public void addSecuritySpec(SecuritySpec spec)
Deprecated. 

getDefaultSecurityDD

public static final SecurityDD getDefaultSecurityDD()
Deprecated. 

getEncryptionKey

public EncryptionKey getEncryptionKey()
Deprecated. 

getSecuritySpec

public SecuritySpec getSecuritySpec()
Deprecated.  

Returns:

getSecuritySpec

public SecuritySpec getSecuritySpec(String id)
Deprecated. 

getSecuritySpecs

public Iterator getSecuritySpecs()
Deprecated. 

getSigningKey

public SignatureKey getSigningKey()
Deprecated. 

getSpec

public SecuritySpec getSpec()
Deprecated.  

Returns:

getTimestampConfig

public TimestampConfig getTimestampConfig()
Deprecated. 

getUser

public User getUser()
Deprecated. 

main

public static void main(String[] args)
                 throws Exception
Deprecated. 
Throws:
Exception

removeSecuritySpec

public SecuritySpec removeSecuritySpec(String id)
Deprecated. 

setEncryptionKey

public void setEncryptionKey(EncryptionKey encryptionKey)
Deprecated. 

setSigningKey

public void setSigningKey(SignatureKey signingKey)
Deprecated. 

setTimestampConfig

public void setTimestampConfig(TimestampConfig timestampConfig)
Deprecated. 

setUser

public void setUser(User user)
Deprecated. 

toString

public String toString()
Deprecated. 

toXML

public void toXML(XMLOutputStream out)
           throws XMLStreamException
Deprecated. 
Throws:
XMLStreamException

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