BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


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

Packages that use Purpose
weblogic.wsee.security.bst   
weblogic.wsee.security.unt   
weblogic.xml.crypto.wss   
weblogic.xml.crypto.wss.provider   
 

Uses of Purpose in weblogic.wsee.security.bst
 

Methods in weblogic.wsee.security.bst with parameters of type Purpose
 Object ServerBSTCredentialProvider.getCredential(String tokenType, String issuerName, ContextHandler ctxHandler, Purpose p)
           
 Object PolicyBSTCredentialProvider.getCredential(String tokenType, String issuerName, ContextHandler ctxHandler, Purpose p)
           
 Object ClientBSTCredentialProvider.getCredential(String tokenType, String issuerName, ContextHandler ctxHandler, Purpose p)
           
protected static boolean BSTCredentialProvider.isForEncryption(Purpose p)
           
protected static boolean BSTCredentialProvider.isForDecryption(Purpose p)
           
protected static boolean BSTCredentialProvider.isForVerification(Purpose p)
           
protected static boolean BSTCredentialProvider.isForSigning(Purpose p)
           
protected static boolean BSTCredentialProvider.isForIdentity(Purpose p)
           
protected static boolean BSTCredentialProvider.isForResponseEncryption(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
 

Methods in weblogic.xml.crypto.wss with parameters of type Purpose
 Object WrapperCredentialProvider.getCredential(String tokenType, String issuerName, ContextHandler ctxHandler, Purpose p)
           
 boolean UsernameTokenImpl.supports(Purpose p)
           
 Element UsernameTokenImpl.getSecurityTokenAssertion(Element parent, Purpose p, ContextHandler contextHandler)
           
 boolean UsernameTokenHandler.matches(SecurityToken token, String tokenType, String issuerName, ContextHandler ctxHandler, Purpose p)
           
 SecurityToken UsernameTokenHandler.getSecurityToken(String valueType, String issuer, Purpose p, ContextHandler ctxHandler)
           
 Object UNTCredentialProvider.getCredential(String tokenType, String issuerName, ContextHandler ctxHandler, Purpose p)
           
 boolean SecurityBuilderImpl.addSecurityToken(String tokenType, String tokenIssuer, Node claims, Purpose purpose)
           
 boolean SecurityBuilder.addSecurityToken(String tokenType, String tokenIssuer, Node claims, Purpose purpose)
           
 boolean BinarySecurityTokenImpl.supports(Purpose p)
           
 Element BinarySecurityTokenImpl.getSecurityTokenAssertion(Element parent, Purpose p, ContextHandler contextHandler)
           
 boolean BinarySecurityTokenHandler.matches(SecurityToken token, String tokenType, String issuerName, ContextHandler ctxHandler, Purpose p)
           
 SecurityToken BinarySecurityTokenHandler.getSecurityToken(String valueType, String issuer, Purpose p, ContextHandler ctxHandler)
           
 

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.SIGN
           
static Purpose Purpose.VERIFY
           
static Purpose Purpose.IDENTITY
           
 

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


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.