Skip navigation links

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

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


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

Packages that use Token
weblogic.xml.security.keyinfo   
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)
           

 

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
abstract  Token Security.addToken(Token token)
          Deprecated. Adds a token to the Security element.
abstract  Token Security.addToken(X509Certificate cert, PrivateKey key)
          Deprecated. Adds an X509certificate as a token in the Security element.
abstract  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.
abstract  Token SecurityTokenReference.getToken()
          Deprecated.  
abstract  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
abstract  EncryptedKey Security.addEncryption(Token token, EncryptionSpec spec)
          Deprecated. Adds an encrypted key to the security token.
abstract  Signature Security.addSignature(Token token, SignatureSpec spec)
          Deprecated. Adds a XML Signature to the Security element.
abstract  Token Security.addToken(Token token)
          Deprecated. Adds a token to the Security element.
abstract  boolean SecurityTokenReference.references(Token token)
          Deprecated.  
abstract  void SecurityTokenReference.setToken(Token token)
          Deprecated.  

 


Skip navigation links

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
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09