Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.4)

Part Number E13941-04

weblogic.xml.security.specs
Class ElementIdentifier

java.lang.Object
  extended by weblogic.xml.security.specs.SpecBase
      extended by weblogic.xml.security.specs.ElementIdentifier
All Implemented Interfaces:
SpecConstants

Deprecated. please use new WS Security API

public class ElementIdentifier
extends SpecBase


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
ElementIdentifier(QName name)
          Deprecated.  
ElementIdentifier(QName name, String restriction)
          Deprecated.  
ElementIdentifier(String namespace, String type)
          Deprecated.  
ElementIdentifier(String namespace, String type, String restriction)
          Deprecated.  
ElementIdentifier(XMLInputStream in, String ns)
          Deprecated.  
 
Method Summary
 boolean equals(Object o)
          Deprecated.  
protected  void fromXMLInternal(XMLInputStream in, String ns)
          Deprecated.  
 String getLocalName()
          Deprecated.  
 String getNamespace()
          Deprecated.  
 String getRestriction()
          Deprecated.  
 XMLName getXMLName()
          Deprecated.  
 int hashCode()
          Deprecated.  
static void main(String[] args)
          Deprecated.  
 String toString()
          Deprecated.  
 void toXML(XMLOutputStream out, String ns, int indent)
          Deprecated.  
static boolean validRestriction(String restriction)
          Deprecated.  
 
Methods inherited from class weblogic.xml.security.specs.SpecBase
toXML
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ElementIdentifier

public ElementIdentifier(String namespace,
                         String type)
Deprecated. 

ElementIdentifier

public ElementIdentifier(QName name,
                         String restriction)
Deprecated. 

ElementIdentifier

public ElementIdentifier(QName name)
Deprecated. 

ElementIdentifier

public ElementIdentifier(String namespace,
                         String type,
                         String restriction)
Deprecated. 

ElementIdentifier

public ElementIdentifier(XMLInputStream in,
                         String ns)
                  throws XMLStreamException
Deprecated. 
Throws:
XMLStreamException
Method Detail

getXMLName

public XMLName getXMLName()
Deprecated. 

getRestriction

public String getRestriction()
Deprecated. 

getLocalName

public String getLocalName()
Deprecated. 

getNamespace

public String getNamespace()
Deprecated. 

toXML

public void toXML(XMLOutputStream out,
                  String ns,
                  int indent)
           throws XMLStreamException
Deprecated. 
Specified by:
toXML in class SpecBase
Throws:
XMLStreamException

validRestriction

public static final boolean validRestriction(String restriction)
Deprecated. 

fromXMLInternal

protected void fromXMLInternal(XMLInputStream in,
                               String ns)
                        throws XMLStreamException
Deprecated. 
Specified by:
fromXMLInternal in class SpecBase
Throws:
XMLStreamException

equals

public boolean equals(Object o)
Deprecated. 
Overrides:
equals in class Object

hashCode

public int hashCode()
Deprecated. 
Overrides:
hashCode in class Object

toString

public String toString()
Deprecated. 
Overrides:
toString in class Object

main

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

Copyright 1996, 2010, 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
11g Release 1 (10.3.4)

Part Number E13941-04