Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02

Uses of Interface
weblogic.xml.security.wsse.Token

Packages that use Token
weblogic.xml.security.keyinfo Provides interfaces and classes for weblogic.xml.security.keyinfo
weblogic.xml.security.wsse Deprecated. Provides interfaces and classes for weblogic.xml.security.wsse
 

Uses of Token in weblogic.xml.security.keyinfo
 

Methods in weblogic.xml.security.keyinfo with parameters of type Token
 void KeyInfo.addSecurityTokenReference(Token token)
           
 

Constructors in weblogic.xml.security.keyinfo with parameters of type Token
KeyInfo(Token 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 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.
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 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
 EncryptedKey Security.addEncryption(Token token, EncryptionSpec spec)
          Deprecated. Adds an encrypted key to the security token.
 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, 2014, 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
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02