|
Oracle | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.xml.security.specs.SpecBase
weblogic.xml.security.specs.BinarySecurityTokenSpec
public class BinarySecurityTokenSpec
Field Summary | |
---|---|
static BinarySecurityTokenSpec |
DEFAULT_SPEC
Deprecated. |
Constructor Summary | |
---|---|
BinarySecurityTokenSpec()
Deprecated. |
|
BinarySecurityTokenSpec(String type,
String encoding)
Deprecated. |
|
BinarySecurityTokenSpec(XMLInputStream in,
String ns)
Deprecated. |
Method Summary | |
---|---|
protected void |
fromXMLInternal(XMLInputStream in,
String ns)
Deprecated. |
static BinarySecurityTokenSpec |
getDefaultSpec()
Deprecated. |
String |
getEncoding()
Deprecated. |
String |
getValueType()
Deprecated. |
String |
toString()
Deprecated. |
void |
toXML(XMLOutputStream out,
String ns,
int indent)
Deprecated. |
Methods inherited from class weblogic.xml.security.specs.SpecBase |
---|
toXML |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final BinarySecurityTokenSpec DEFAULT_SPEC
Constructor Detail |
---|
public BinarySecurityTokenSpec()
public BinarySecurityTokenSpec(String type, String encoding)
public BinarySecurityTokenSpec(XMLInputStream in, String ns) throws XMLStreamException
XMLStreamException
Method Detail |
---|
public String getEncoding()
public String getValueType()
protected void fromXMLInternal(XMLInputStream in, String ns) throws XMLStreamException
fromXMLInternal
in class SpecBase
XMLStreamException
public void toXML(XMLOutputStream out, String ns, int indent) throws XMLStreamException
toXML
in class SpecBase
XMLStreamException
public static BinarySecurityTokenSpec getDefaultSpec()
public String toString()
toString
in class Object
|
Documentation is available at http://download.oracle.com/docs/cd/E12839_01/web.1111 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. Part Number E13941-01 Oracle WebLogic Server 10.3.1 API Reference |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |