|
Oracle | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.xml.security.specs.SecurityDD
public class SecurityDD
Field Summary |
---|
Constructor Summary | |
---|---|
SecurityDD(SecuritySpec spec)
Deprecated. |
|
SecurityDD(XMLInputStream in)
Deprecated. |
Method Summary | |
---|---|
void |
addSecuritySpec(SecuritySpec spec)
Deprecated. |
static SecurityDD |
getDefaultSecurityDD()
Deprecated. |
EncryptionKey |
getEncryptionKey()
Deprecated. |
SecuritySpec |
getSecuritySpec()
Deprecated. |
SecuritySpec |
getSecuritySpec(String id)
Deprecated. |
Iterator |
getSecuritySpecs()
Deprecated. |
SignatureKey |
getSigningKey()
Deprecated. |
SecuritySpec |
getSpec()
Deprecated. |
TimestampConfig |
getTimestampConfig()
Deprecated. |
User |
getUser()
Deprecated. |
static void |
main(String[] args)
Deprecated. |
SecuritySpec |
removeSecuritySpec(String id)
Deprecated. |
void |
setEncryptionKey(EncryptionKey encryptionKey)
Deprecated. |
void |
setSigningKey(SignatureKey signingKey)
Deprecated. |
void |
setTimestampConfig(TimestampConfig timestampConfig)
Deprecated. |
void |
setUser(User user)
Deprecated. |
String |
toString()
Deprecated. |
void |
toXML(XMLOutputStream out)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SecurityDD(XMLInputStream in) throws XMLStreamException
XMLStreamException
public SecurityDD(SecuritySpec spec)
Method Detail |
---|
public User getUser()
public void setUser(User user)
public void addSecuritySpec(SecuritySpec spec)
public SecuritySpec removeSecuritySpec(String id)
public SecuritySpec getSecuritySpec(String id)
public Iterator getSecuritySpecs()
public SecuritySpec getSpec()
public SecuritySpec getSecuritySpec()
public SignatureKey getSigningKey()
public void setSigningKey(SignatureKey signingKey)
public EncryptionKey getEncryptionKey()
public void setEncryptionKey(EncryptionKey encryptionKey)
public TimestampConfig getTimestampConfig()
public void setTimestampConfig(TimestampConfig timestampConfig)
public static final SecurityDD getDefaultSecurityDD()
public void toXML(XMLOutputStream out) throws XMLStreamException
XMLStreamException
public static void main(String[] args) throws Exception
Exception
public String toString()
toString
in class Object
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs103 Copyright 1996,2008, 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. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |