Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.4)

Part Number E13941-04

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

Packages that use SecurityToken
weblogic.wsee.security.saml   
weblogic.xml.crypto.wss Provides a Helper class for weblogic.xml.crypto.wss.provider.SecurityToken operation. 
weblogic.xml.crypto.wss.api Provides the Web Services security api. 
weblogic.xml.crypto.wss.provider Provides interfaces and a class for Web Services security providers. 
 

Uses of SecurityToken in weblogic.wsee.security.saml
 

Subinterfaces of SecurityToken in weblogic.wsee.security.saml
 interface SAMLToken
          Interface of SAML token User: jlee Date: Sep 25, 2004 Time: 10:44:29 AM
 

Classes in weblogic.wsee.security.saml that implement SecurityToken
 class SAMLTokenImpl
          User: jlee Date: Sep 25, 2004 Time: 10:41:20 AM
 class SAMLTrustToken
           
 

Methods in weblogic.wsee.security.saml that return SecurityToken
 SecurityToken AbstractSAMLTokenHandler.getSecurityToken(SecurityTokenReference str, MessageContext ctx)
          get security token based on referenece
 SecurityToken AbstractSAMLTokenHandler.getSecurityToken(String valueType, Object credentials, ContextHandler ctxHandler)
          create a new SAML token that can be either SAML TP 1.0 or 1.1 value types
 SecurityToken AbstractSAMLTokenHandler.getSecurityToken(String valueType, String issuer, Purpose p, ContextHandler ctxHandler)
          Get the Security token from context handler base on the value type.
 SecurityToken AbstractSAMLTokenHandler.newSecurityToken(Node node)
          Create a new SAML token.
 

Methods in weblogic.wsee.security.saml with parameters of type SecurityToken
 weblogic.xml.crypto.common.keyinfo.KeyProvider AbstractSAMLTokenHandler.getKeyProvider(SecurityToken token, MessageContext ctx)
          get the saml key provider
 SecurityTokenReference AbstractSAMLTokenHandler.getSTR(QName STRType, String valueType, SecurityToken token)
          new saml token reference
 Subject AbstractSAMLTokenHandler.getSubject(SecurityToken token, MessageContext msgCtx)
          Get authenticated subject from saml token
 boolean AbstractSAMLTokenHandler.matches(SecurityToken token, String tokenType, String issuerName, ContextHandler ctxHandler, Purpose p)
          check if the token should be handled by saml token handler
 SecurityTokenValidateResult AbstractSAMLTokenHandler.validateProcessed(SecurityToken token, MessageContext ctx)
          get SecurityTokenValidateResult of processed token
 SecurityTokenValidateResult AbstractSAMLTokenHandler.validateUnmarshalled(SecurityToken token, MessageContext ctx)
          get SecurityTokenValidateResult for unmarshalled token
 

Constructors in weblogic.wsee.security.saml with parameters of type SecurityToken
SAMLKeyProvider(PublicKey key, PrivateKey privateKey, String assertionID, SecurityToken token)
          Create a new SAMLProvider
SAMLSecurityTokenReference(QName STRType, String valueType, SecurityToken token)
          create a SAMLSecurityTokenReference
 

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 with parameters of type SecurityToken
 List WSSecurityInfo.getEncryptions(SecurityToken token)
          Returns a List of EncrytpionInfo corresponding to all EncryptedData elements encrypted with the token.
 List WSSecurityInfo.getSignatures(SecurityToken token)
          Returns a List of SignatureInfo corresponding to Signatures created with token.
 Subject ClientUNTHandler.getSubject(SecurityToken token, MessageContext msgCtx)
          Deprecated.  
 Subject ClientBSTHandler.getSubject(SecurityToken token, MessageContext msgCtx)
          Deprecated.  
 SecurityTokenValidateResult ClientUNTHandler.validateProcessed(SecurityToken token, MessageContext ctx)
          Deprecated.  
 SecurityTokenValidateResult ClientBSTHandler.validateProcessed(SecurityToken token, MessageContext ctx)
          Deprecated.  
 SecurityTokenValidateResult ClientUNTHandler.validateUnmarshalled(SecurityToken token, MessageContext ctx)
          Deprecated.  
 SecurityTokenValidateResult ClientBSTHandler.validateUnmarshalled(SecurityToken token, MessageContext ctx)
          Deprecated.  
 

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

Subinterfaces of SecurityToken in weblogic.xml.crypto.wss.api
 interface BinarySecurityToken
           
 interface UsernameToken
           
 

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

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

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


Copyright 1996, 2010, 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
Oracle WebLogic Server API Reference
11g Release 1 (10.3.4)

Part Number E13941-04