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
Class SecurityTokenImpl

java.lang.Object
  extended by weblogic.xml.crypto.wss.SecurityTokenImpl

All Implemented Interfaces:
Serializable, XMLStructure, SecurityToken, WLDOMStructure

public abstract class SecurityTokenImpl
extends Object
implements SecurityToken, Serializable
See Also:
Serialized Form

Method Summary
 Object getCredential()
           
abstract  String getId()
           
abstract  PrivateKey getPrivateKey()
           
abstract  PublicKey getPublicKey()
           
abstract  Key getSecretKey()
           
abstract  String getValueType()
           
abstract  void setId(String id)
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

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

 

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

 

Method Detail

getCredential

public Object getCredential()
Specified by:
getCredential in interface SecurityToken

getValueType

public abstract String getValueType()
Specified by:
getValueType in interface SecurityToken
Returns:
Token type URI.

getId

public abstract String getId()
Specified by:
getId in interface SecurityToken
Returns:
Value of id attribute of security token element.

setId

public abstract void setId(String id)
Specified by:
setId in interface SecurityToken

getPrivateKey

public abstract PrivateKey getPrivateKey()
Specified by:
getPrivateKey in interface SecurityToken

getPublicKey

public abstract PublicKey getPublicKey()
Specified by:
getPublicKey in interface SecurityToken

getSecretKey

public abstract Key getSecretKey()
Specified by:
getSecretKey in interface SecurityToken

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