Oracle

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.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)
           
 Object ClientBSTCredentialProvider.getCredential(String tokenType, String issuerName, ContextHandler ctxHandler, Purpose p)
           
 

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)
           
 Element SecurityTokenPolicyInfo.getSecurityTokenAssertion(Element parent, Purpose p, ContextHandler contextHandler)
           
 boolean SecurityTokenHandler.matches(SecurityToken token, String tokenType, String issuerName, ContextHandler ctxHandler, Purpose p)
           
 boolean SecurityTokenPolicyInfo.supports(Purpose p)
           
 


Documentation is available at
http://edocs.bea.com/wls/docs103
Copyright 2008 Oracle