BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.xml.security.wsse
Class WSSEReader

java.lang.Object
  extended byweblogic.xml.security.utils.XMLObjectReader
      extended byweblogic.xml.security.wsse.WSSEReader
All Implemented Interfaces:
weblogic.xml.security.wsse.v200207.WSSEConstants

Deprecated. please use new WS Security API

public class WSSEReader
extends weblogic.xml.security.utils.XMLObjectReader
implements weblogic.xml.security.wsse.v200207.WSSEConstants

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

Field Summary
 
Fields inherited from interface weblogic.xml.security.wsse.v200207.WSSEConstants
ATTR_ENCODING, ATTR_MUST_UNDERSTAND, ATTR_ROLE, ATTR_TYPE, ATTR_URI, ATTR_VALUETYPE, C14N_INCLUSIVE_NAMESPACES, C14N_INCLUSIVE_PROPERTY, DEFAULT_ENCODING, DEFAULT_PREFIX, DEFAULT_URI, DEFAULT_USERNAME_TOKEN_URI, DEFAULT_WSSE_PREFIX_URI, DEFAULT_X509_URI, ENCODING_BASE64, FAULT_FAILEDAUTHENTICATION, FAULT_FAILEDCHECK, FAULT_INVALIDSECURITY, FAULT_INVALIDSECURITYTOKEN, FAULT_SECURITYTOKENUNAVAILBLE, FAULT_UNSUPPORTEDALGORITHM, FAULT_UNSUPPORTEDSECURITYTOKEN, ID_NAMESPACES, OASIS_INTEROP_URI, PASSWORDTYPE_PASSWORDDIGEST, PASSWORDTYPE_PASSWORDTEXT, PROVIDED_URI, QNAME_ATTR_VALUETYPE, QNAME_FAULT_FAILEDAUTHENTICATION, QNAME_FAULT_FAILEDCHECK, QNAME_FAULT_INVALIDSECURITY, QNAME_FAULT_INVALIDSECURITYTOKEN, QNAME_FAULT_SECURITYTOKENUNAVAILBLE, QNAME_FAULT_UNSUPPORTEDALGORITHM, QNAME_FAULT_UNSUPPORTEDSECURITYTOKEN, QNAME_PASSWORDTYPE_PASSWORDTEXT, TAG_BINARY_SECURITY_TOKEN, TAG_KEY_IDENTIFIER, TAG_NONCE, TAG_PASSWORD, TAG_REFERENCE, TAG_SECURITY, TAG_SECURITY_TOKEN_REFERENCE, TAG_USERNAME, TAG_USERNAME_TOKEN, TC_BINARY_SECURITY_TOKEN, TC_KEY_IDENTIFIER, TC_PASSWORD, TC_REFERENCE, TC_SECURITY, TC_SECURITY_TOKEN_REFERNCE, TC_USERNAME, TC_USERNAME_TOKEN, USERNAME_TOKEN_URI, USERNAME_TOKEN_URI_PROP, VALUETYPE_PKCS7, VALUETYPE_PKIPATH, VALUETYPE_X509SKID, VALUETYPE_X509V3, WSSE_PREFIX_URI, WSSE_PREFIX_URI_PROP, WSSE_URI, WSSE_URI_PROPERTY, X509_URI, X509_URI_PROP
 
Method Summary
static Object read(XMLInputStream in)
          Deprecated.  
static Object read(XMLInputStream in, int tc)
          Deprecated.  
 Object readObjectInternal(int tc, String ns, XMLInputStream xin)
          Deprecated.  
 
Methods inherited from class weblogic.xml.security.utils.XMLObjectReader
readObject, readObject, register
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

read

public static Object read(XMLInputStream in)
                   throws XMLStreamException
Deprecated. 
Throws:
XMLStreamException

read

public static Object read(XMLInputStream in,
                          int tc)
                   throws XMLStreamException
Deprecated. 
Throws:
XMLStreamException

readObjectInternal

public Object readObjectInternal(int tc,
                                 String ns,
                                 XMLInputStream xin)
                          throws XMLStreamException
Deprecated. 
Throws:
XMLStreamException

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