Oracle Fusion Middleware
Oracle WebLogic Server API Reference
12c Release 1 (12.1.1)

Part Number E24391-02

Uses of Class
weblogic.xml.crypto.wss.provider.Purpose

Packages that use Purpose
weblogic.wsee.security.bst Provides classes to support Binary Security Tokens (BST) in WebLogic Web Services. 
weblogic.wsee.security.saml Provides interfaces and classes for Security Assertion Markup Language (SAML). 
weblogic.wsee.security.unt Provides classes to support UNT security in WebLogic Web Services. 
weblogic.xml.crypto.wss.provider Provides interfaces and a class for Web Services security providers. 
 

Uses of Purpose in weblogic.wsee.security.bst
 

Methods in weblogic.wsee.security.bst with parameters of type Purpose
 Object StubPropertyBSTCredProv.getCredential(String tokenType, String issuerName, ContextHandler ctxHandler, Purpose p)
          Deprecated.  
 Object ServerBSTCredentialProvider.getCredential(String tokenType, String issuerName, ContextHandler ctxHandler, Purpose p)
          get the credentail
 Object ClientBSTCredentialProvider.getCredential(String tokenType, String issuerName, ContextHandler ctxHandler, Purpose p)
           
protected static boolean BSTCredentialProvider.isForDecryption(Purpose p)
           
protected static boolean BSTCredentialProvider.isForEncryption(Purpose p)
           
protected static boolean BSTCredentialProvider.isForIdentity(Purpose p)
           
protected static boolean BSTCredentialProvider.isForResponseEncryption(Purpose p)
           
protected static boolean BSTCredentialProvider.isForSigning(Purpose p)
           
protected static boolean BSTCredentialProvider.isForVerification(Purpose p)
           
 

Uses of Purpose in weblogic.wsee.security.saml
 

Methods in weblogic.wsee.security.saml with parameters of type Purpose
 Object SAMLTrustCredentialProvider.getCredential(String tokenType, String issuerName, ContextHandler ctxHandler, Purpose p)
           
 Object AbstractSAMLCredentialProvider.getCredential(String tokenType, String issuerName, ContextHandler ctxHandler, Purpose p)
          if CredentialManager is not configured, just return the credential object otherwise retrieve the saml credential from the CredentialManager
 Object AbstractSAMLCredentialProvider.getKeyInfoCredential(String tokenType, String issuerName, SecurityTokenContextHandler ctxHandler, Purpose p)
           
 Object AbstractSAMLCredentialProvider.getKeyInfoCredential(String tokenType, String issuerName, SecurityTokenContextHandler ctxHandler, Purpose p, Node claims)
          To be To be overridden by the subclass that supports the symmetric SAML Holder of Key.
 SecurityToken AbstractSAMLTokenHandler.getSecurityToken(String valueType, String issuer, Purpose p, ContextHandler ctxHandler)
          Get the Security token from context handler base on the value type.
 boolean AbstractSAMLTokenHandler.matches(SecurityToken token, String tokenType, String issuerName, ContextHandler ctxHandler, Purpose p)
          check if the token should be handled by saml token handler
 

Uses of Purpose in weblogic.wsee.security.unt
 

Methods in weblogic.wsee.security.unt with parameters of type Purpose
 Object ClientUNTCredentialProvider.getCredential(String tokenType, String issuerName, ContextHandler ctxHandler, Purpose p)
           
 

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

Fields in weblogic.xml.crypto.wss.provider declared as Purpose
static Purpose Purpose.DECRYPT
           
static Purpose Purpose.ENCRYPT
           
static Purpose Purpose.ENCRYPT_RESPONSE
           
static Purpose Purpose.IDENTITY
           
static Purpose Purpose.SIGN
           
static Purpose Purpose.VERIFY
           
 

Methods in weblogic.xml.crypto.wss.provider that return Purpose
static Purpose Purpose.convert(weblogic.xml.crypto.api.KeySelector.Purpose p)
           
 

Methods in weblogic.xml.crypto.wss.provider with parameters of type Purpose
 Object CredentialProvider.getCredential(String tokenType, String issuerName, ContextHandler ctxHandler, Purpose p)
           
 SecurityToken SecurityTokenHandler.getSecurityToken(String valueType, String issuer, Purpose p, ContextHandler ctxHandler)
          Deprecated.  
 Element SecurityTokenPolicyInfo.getSecurityTokenAssertion(Element parent, Purpose p, ContextHandler contextHandler)
          Deprecated.  
 boolean SecurityTokenHandler.matches(SecurityToken token, String tokenType, String issuerName, ContextHandler ctxHandler, Purpose p)
          Deprecated.  
 boolean SecurityTokenPolicyInfo.supports(Purpose p)
          Deprecated.  
 


Copyright 1996, 2011, 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
12c Release 1 (12.1.1)

Part Number E24391-02