|
BEA Systems, Inc. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.xml.security.specs.EntityDescriptor
public abstract class EntityDescriptor
Field Summary |
---|
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 |
---|
public EntityDescriptor(String name, String password)
public EntityDescriptor(XMLInputStream in) throws XMLStreamException
XMLStreamException
Method Detail |
---|
public String getName()
public void setName(String name)
public String getPassword()
public void setPassword(String password)
public abstract String elementTagName()
public void fromXMLInternal(XMLInputStream in) throws XMLStreamException
XMLStreamException
public void toXML(XMLOutputStream out) throws XMLStreamException
XMLStreamException
public static String getValue(XMLInputStream in, String tag) throws XMLStreamException
XMLStreamException
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs92 Copyright 2006 BEA Systems Inc. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |