Oracle Fusion Middleware
Oracle WebLogic Server API Reference
12c Release 1 (12.1.1)

Part Number E24391-02

weblogic.xml.security.specs
Class EntityDescriptor

java.lang.Object
  extended by weblogic.xml.security.specs.EntityDescriptor
All Implemented Interfaces:
SpecConstants
Direct Known Subclasses:
EncryptionKey, SignatureKey, User

Deprecated. please use new WS Security API

public abstract class EntityDescriptor
extends Object
implements SpecConstants


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
EntityDescriptor(String name, String password)
          Deprecated.  
EntityDescriptor(XMLInputStream in)
          Deprecated.  
 
Method Summary
abstract  String elementTagName()
          Deprecated.  
 void fromXMLInternal(XMLInputStream in)
          Deprecated.  
 String getName()
          Deprecated.  
 String getPassword()
          Deprecated.  
static String getValue(XMLInputStream in, String tag)
          Deprecated.  
 void setName(String name)
          Deprecated.  
 void setPassword(String password)
          Deprecated.  
 void toXML(XMLOutputStream out)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityDescriptor

public EntityDescriptor(String name,
                        String password)
Deprecated. 

EntityDescriptor

public EntityDescriptor(XMLInputStream in)
                 throws XMLStreamException
Deprecated. 
Throws:
XMLStreamException
Method Detail

getName

public String getName()
Deprecated. 

setName

public void setName(String name)
Deprecated. 

getPassword

public String getPassword()
Deprecated. 

setPassword

public void setPassword(String password)
Deprecated. 

elementTagName

public abstract String elementTagName()
Deprecated. 

fromXMLInternal

public void fromXMLInternal(XMLInputStream in)
                     throws XMLStreamException
Deprecated. 
Throws:
XMLStreamException

toXML

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

getValue

public static String getValue(XMLInputStream in,
                              String tag)
                       throws XMLStreamException
Deprecated. 
Throws:
XMLStreamException

Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
12c Release 1 (12.1.1)

Part Number E24391-02