|
Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.6) Part Number E13941-07 |
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use Token | |
---|---|
weblogic.xml.security.wsse | Deprecated. Provides interfaces and classes for weblogic.xml.security.wsse . |
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 |
Security.addToken(Token token)
Deprecated. Adds a token to the Security element. |
Token |
Security.addToken(UserInfo user)
Deprecated. Adds a token for the username/password in the UserInfo. |
Token |
Security.addToken(X509Certificate cert,
PrivateKey key)
Deprecated. Adds an X509certificate as a token in the Security element. |
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(String username,
String password,
String type)
Deprecated. Creates a Token for the username/password using the given 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 |
SecurityTokenReference.getToken()
Deprecated. |
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 | |
---|---|
weblogic.xml.security.encryption.EncryptedKey |
Security.addEncryption(Token token,
EncryptionSpec spec)
Deprecated. Adds an encrypted key to the security token. |
weblogic.xml.security.signature.Signature |
Security.addSignature(Token token,
SignatureSpec spec)
Deprecated. Adds a XML Signature to the Security element. |
Token |
Security.addToken(Token token)
Deprecated. Adds a token to the Security element. |
boolean |
SecurityTokenReference.references(Token token)
Deprecated. |
void |
SecurityTokenReference.setToken(Token token)
Deprecated. |
|
Copyright 1996, 2015, 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 API Reference 11g Release 1 (10.3.6) Part Number E13941-07 |
|||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |