Package | Description |
---|---|
weblogic.xml.security.assertion | |
weblogic.xml.security.specs | |
weblogic.xml.security.transforms | |
weblogic.xml.security.utils | |
weblogic.xml.security.wsse | |
weblogic.xml.security.wsse.v200207 | |
weblogic.xml.security.wsu | |
weblogic.xml.stream |
Deprecated. Provides XML stream support.
|
weblogic.xml.stream.events |
Deprecated classes for
weblogic.xml.stream.events . |
weblogic.xml.stream.util |
Deprecated. Provides XML stream utilities support.
|
Modifier and Type | Method | Description |
---|---|---|
XMLName |
ElementIdentifier.getXMLName() |
Deprecated.
|
Modifier and Type | Field | Description |
---|---|---|
static XMLName |
WSSEConstants.QNAME_ATTR_VALUETYPE |
Deprecated.
|
static XMLName |
WSSEConstants.QNAME_FAULT_FAILEDAUTHENTICATION |
Deprecated.
|
static XMLName |
WSSEConstants.QNAME_FAULT_FAILEDCHECK |
Deprecated.
|
static XMLName |
WSSEConstants.QNAME_FAULT_INVALIDSECURITY |
Deprecated.
|
static XMLName |
WSSEConstants.QNAME_FAULT_INVALIDSECURITYTOKEN |
Deprecated.
|
static XMLName |
WSSEConstants.QNAME_FAULT_SECURITYTOKENUNAVAILBLE |
Deprecated.
|
static XMLName |
WSSEConstants.QNAME_FAULT_UNSUPPORTEDALGORITHM |
Deprecated.
|
static XMLName |
WSSEConstants.QNAME_FAULT_UNSUPPORTEDSECURITYTOKEN |
Deprecated.
|
Modifier and Type | Field | Description |
---|---|---|
static XMLName |
WSSEConstants.QNAME_ATTR_VALUETYPE |
|
static XMLName |
WSSEConstants.QNAME_FAULT_FAILEDAUTHENTICATION |
|
static XMLName |
WSSEConstants.QNAME_FAULT_FAILEDCHECK |
|
static XMLName |
WSSEConstants.QNAME_FAULT_INVALIDSECURITY |
|
static XMLName |
WSSEConstants.QNAME_FAULT_INVALIDSECURITYTOKEN |
|
static XMLName |
WSSEConstants.QNAME_FAULT_SECURITYTOKENUNAVAILBLE |
|
static XMLName |
WSSEConstants.QNAME_FAULT_UNSUPPORTEDALGORITHM |
|
static XMLName |
WSSEConstants.QNAME_FAULT_UNSUPPORTEDSECURITYTOKEN |
|
static XMLName |
WSSEConstants.QNAME_PASSWORDTYPE_PASSWORDTEXT |
Modifier and Type | Method | Description |
---|---|---|
XMLName |
Attribute.getName() |
Deprecated.
Get the XMLName of the current attribute.
|
XMLName |
XMLEvent.getName() |
Deprecated.
Get the XMLName of the current element
|
XMLName |
Attribute.getSchemaType() |
Deprecated.
Get the attribute type of the current attribute
|
XMLName |
XMLEvent.getSchemaType() |
Deprecated.
Get the event type of the current element,
returns an integer so that switch statements
can be written on the result
|
Modifier and Type | Method | Description |
---|---|---|
Attribute |
StartElement.getAttributeByName(XMLName name) |
Deprecated.
Returns the attribute referred to by this name
|
boolean |
XMLInputStream.skip(XMLName name) |
Deprecated.
Position the stream at the next element of this name.
|
boolean |
XMLInputStream.skip(XMLName name,
int eventType) |
Deprecated.
Position the stream at the next element of this name and this type.
|
Modifier and Type | Field | Description |
---|---|---|
protected XMLName |
ElementEvent.name |
Deprecated.
|
protected XMLName |
ElementEvent.schemaType |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
XMLName |
ElementEvent.getName() |
Deprecated.
|
XMLName |
ElementEvent.getSchemaType() |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
Attribute |
StartElementEvent.getAttributeByName(XMLName name) |
Deprecated.
|
void |
ElementEvent.setName(XMLName name) |
Deprecated.
|
void |
ElementEvent.setSchemaType(XMLName type) |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
protected boolean |
XMLInputOutputStreamBase.matchName(XMLName name1,
XMLName name2) |
Deprecated.
|
boolean |
PipedXMLInputStreamBase.skip(XMLName name) |
Deprecated.
|
boolean |
PipedXMLInputStreamBase.skip(XMLName name,
int elementType) |
Deprecated.
|
boolean |
XMLInputOutputStreamBase.skip(XMLName name) |
Deprecated.
|
boolean |
XMLInputOutputStreamBase.skip(XMLName name,
int elementType) |
Deprecated.
|
boolean |
XMLInputStreamFilterBase.skip(XMLName name) |
Deprecated.
|
boolean |
XMLInputStreamFilterBase.skip(XMLName name,
int elementType) |
Deprecated.
|