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


weblogic.xml.crypto.wss.provider
Interface SecurityToken

All Superinterfaces:
WLDOMStructure, XMLStructure
All Known Implementing Classes:
SecurityTokenImpl

public interface SecurityToken
extends WLDOMStructure, XMLStructure

Method Summary
abstract  Object getCredential()
          Deprecated. can not be used directly by customers
abstract  String getId()
           
abstract  PrivateKey getPrivateKey()
          Deprecated. can not be used directly by customers
abstract  PublicKey getPublicKey()
          Deprecated. can not be used directly by customers
abstract  Key getSecretKey()
          Deprecated. can not be used directly by customers
abstract  String getValueType()
           
abstract  void setId(String id)
          Deprecated. can not be used directly by customers

 

Methods inherited from interface weblogic.xml.dom.marshal.WLDOMStructure
marshal, unmarshal

 

Methods inherited from interface weblogic.xml.crypto.api.XMLStructure
isFeatureSupported

 

Method Detail

getValueType

String getValueType()
Returns:
Token type URI.

getId

String getId()
Returns:
Value of id attribute of security token element.

setId

void setId(String id)
Deprecated. can not be used directly by customers

getPrivateKey

PrivateKey getPrivateKey()
Deprecated. can not be used directly by customers

getPublicKey

PublicKey getPublicKey()
Deprecated. can not be used directly by customers

getSecretKey

Key getSecretKey()
Deprecated. can not be used directly by customers

getCredential

Object getCredential()
Deprecated. can not be used directly by customers

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