|
Oracle Fusion Middleware Oracle WebLogic Server 10.3.1 API Reference 11g Release 1 (10.3.1) Part Number E13941-02 |
||||||||||
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/E12839_01/web.1111/wls.htm Copyright 1996, 2009, 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 10.3.1 API Reference 11g Release 1 (10.3.1) Part Number E13941-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |