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

Part Number E27170-01

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

Packages that use SecurityToken
weblogic.wsee.security.saml Provides interfaces and classes for Security Assertion Markup Language (SAML). 
weblogic.wsee.security.wst.framework Provides interfaces for weblogic.wsee.security.wst.framework
weblogic.xml.crypto.common.keyinfo Provides interfaces and classes for weblogic.xml.crypto.common.keyinfo
weblogic.xml.crypto.wss Provides a Helper class for weblogic.xml.crypto.wss.provider.SecurityToken operation. 
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(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.getSecurityToken(SecurityTokenReference str, MessageContext ctx)
          get security token based on referenece
 SecurityToken AbstractSAMLTokenHandler.newSecurityToken(Node node)
          Create a new SAML token.
 

Methods in weblogic.wsee.security.saml with parameters of type SecurityToken
 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
 

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.wsee.security.wst.framework
 

Subinterfaces of SecurityToken in weblogic.wsee.security.wst.framework
 interface TrustToken
          A Trust Token contains TrustCredential User: jlee Date: Oct 16, 2005 Time: 3:19:23 PM
 

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

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

Constructors in weblogic.xml.crypto.common.keyinfo with parameters of type SecurityToken
BaseKeyProvider(String name, byte[] identifier, String uri, SecurityToken token)
           
BaseKeyProvider(String name, byte[] identifier, Collection uri, SecurityToken token)
           
EncryptedKeyProvider(EncryptedKey encryptedKey, Key key, SecurityToken token)
           
EncryptedKeyProvider(EncryptedKey encryptedKey, SecurityToken token, XMLDecryptContext cryptoCtx)
           
 

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
 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.
 Node SecurityTokenReferenceImpl.marshalEmbeddedRef(Element parent, Node nextSibling, Map namespaces, SecurityToken token)
           
 

Constructors in weblogic.xml.crypto.wss with parameters of type SecurityToken
SecurityTokenReferenceImpl(QName STRType, String valueType, SecurityToken token)
           
 

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

Methods in weblogic.xml.crypto.wss.provider that return SecurityToken
 SecurityToken SecurityTokenHandler.getSecurityToken(String valueType, Object credentials, ContextHandler ctxHandler)
          Deprecated.  
 SecurityToken SecurityTokenHandler.getSecurityToken(String valueType, String issuer, Purpose p, ContextHandler ctxHandler)
          Deprecated.  
 SecurityToken SecurityTokenHandler.getSecurityToken(SecurityTokenReference str, MessageContext ctx)
          Deprecated.  
 SecurityToken SecurityTokenReference.getSecurityToken()
          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
 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, 2013, 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.1.2)

Part Number E27170-01