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.crypto.wss.provider.SecurityToken

Packages that use SecurityToken
weblogic.xml.crypto.common.keyinfo   
weblogic.xml.crypto.wss   
weblogic.xml.crypto.wss.provider   

 

Uses of SecurityToken in weblogic.xml.crypto.common.keyinfo

 

Methods in weblogic.xml.crypto.common.keyinfo that return SecurityToken
 SecurityToken BaseKeyProvider.getSecurityToken()
           

 

Uses of SecurityToken in weblogic.xml.crypto.wss

 

Classes in weblogic.xml.crypto.wss that implement SecurityToken
 class SecurityTokenImpl
           

 

Methods in weblogic.xml.crypto.wss that return SecurityToken
 SecurityToken SecurityTokenReferenceImpl.getSecurityToken()
           

 

Methods in weblogic.xml.crypto.wss with parameters of type SecurityToken
abstract  List WSSecurityInfo.getEncryptions(SecurityToken token)
          Returns a List of EncrytpionInfo corresponding to all EncryptedData elements encrypted with the token.
abstract  List WSSecurityInfo.getSignatures(SecurityToken token)
          Returns a List of SignatureInfo corresponding to Signatures created with token.
 Node SecurityTokenReferenceImpl.marshalEmbeddedRef(Element parent, Node nextSibling, Map namespaces, SecurityToken token)
           

 

Uses of SecurityToken in weblogic.xml.crypto.wss.provider

 

Methods in weblogic.xml.crypto.wss.provider that return SecurityToken
abstract  SecurityToken SecurityTokenHandler.getSecurityToken(String valueType, Object credentials, ContextHandler ctxHandler)
          Deprecated.  
abstract  SecurityToken SecurityTokenHandler.getSecurityToken(String valueType, String issuer, Purpose p, ContextHandler ctxHandler)
          Deprecated.  
abstract  SecurityToken SecurityTokenHandler.getSecurityToken(SecurityTokenReference str, MessageContext ctx)
          Deprecated.  
abstract  SecurityToken SecurityTokenReference.getSecurityToken()
          Deprecated.  
abstract  SecurityToken SecurityTokenHandler.newSecurityToken(Node node)
          Deprecated. Creates a SecurityToken from a node.

 

Methods in weblogic.xml.crypto.wss.provider with parameters of type SecurityToken
abstract  KeyProvider SecurityTokenHandler.getKeyProvider(SecurityToken token, MessageContext ctx)
          Deprecated.  
abstract  SecurityTokenReference SecurityTokenHandler.getSTR(QName STRType, String valueType, SecurityToken token)
          Deprecated. Creates a SecurityTokenReference from a SecurityToken or Credential.
abstract  Subject SecurityTokenHandler.getSubject(SecurityToken token, MessageContext msgCtx)
          Deprecated.  
abstract  boolean SecurityTokenHandler.matches(SecurityToken token, String tokenType, String issuerName, ContextHandler ctxHandler, Purpose p)
          Deprecated.  
abstract  SecurityTokenValidateResult SecurityTokenHandler.validateProcessed(SecurityToken token, MessageContext ctx)
          Deprecated.  
abstract  SecurityTokenValidateResult SecurityTokenHandler.validateUnmarshalled(SecurityToken token, MessageContext ctx)
          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