|
BEA Systems, Inc. | |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Token | |
weblogic.xml.security.specs | |
weblogic.xml.security.wsse |
Uses of Token in weblogic.xml.security.specs |
Methods in weblogic.xml.security.specs that return Token |
Uses of Token in weblogic.xml.security.wsse |
Subinterfaces of Token in weblogic.xml.security.wsse | |
interface |
BinarySecurityToken
Deprecated. please use new WS Security API |
interface |
UsernameToken
Deprecated. please use new WS Security API |
Methods in weblogic.xml.security.wsse that return Token | |
Token |
SecurityTokenReference.getToken()
Deprecated. |
abstract Token |
SecurityElementFactory.createToken(String username,
String password,
String type)
Deprecated. Creates a Token for the username/password using the given password type. |
abstract Token |
SecurityElementFactory.createToken(String username,
String password)
Deprecated. Create a token for the username/password provided, using the default password type. |
abstract Token |
SecurityElementFactory.createToken(UserInfo userInfo)
Deprecated. Creates a token for the given userInfo using the default password type. |
abstract Token |
SecurityElementFactory.createToken(X509Certificate cert,
PrivateKey key)
Deprecated. Creates a Token for the provided certificate. |
Token |
Security.addToken(Token token)
Deprecated. Adds a token to the Security element. |
Token |
Security.addToken(X509Certificate cert,
PrivateKey key)
Deprecated. Adds an X509certificate as a token in the Security element. |
Token |
Security.addToken(UserInfo user)
Deprecated. Adds a token for the username/password in the UserInfo. |
Token |
Security.getTokenById(String id)
Deprecated. retrieves the token with the specified ID from the Security element. |
Methods in weblogic.xml.security.wsse with parameters of type Token | |
void |
SecurityTokenReference.setToken(Token token)
Deprecated. |
boolean |
SecurityTokenReference.references(Token token)
Deprecated. |
weblogic.xml.security.signature.Signature |
Security.addSignature(Token token,
SignatureSpec spec)
Deprecated. Adds a XML Signature to the Security element. |
weblogic.xml.security.encryption.EncryptedKey |
Security.addEncryption(Token token,
EncryptionSpec spec)
Deprecated. Adds an encrypted key to the security token. |
Token |
Security.addToken(Token token)
Deprecated. Adds a token to the Security element. |
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs90 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV NEXT | FRAMES NO FRAMES |