BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


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

Packages that use SecurityTokenReference
weblogic.xml.crypto.wss   
weblogic.xml.crypto.wss.provider   
 

Uses of SecurityTokenReference in weblogic.xml.crypto.wss
 

Methods in weblogic.xml.crypto.wss that return SecurityTokenReference
 SecurityTokenReference WSSecurityContext.getSTR(String id)
           
 SecurityTokenReference WSSecurityContext.getSTR(SecurityToken token)
           
 SecurityTokenReference UsernameTokenHandler.getSTR(QName STRType, String valueType, SecurityToken token)
           
 SecurityTokenReference UsernameTokenHandler.newSecurityTokenReference(Node node)
           
static SecurityTokenReference SecurityTokenReferenceImpl.createAndUnmarshal(Node node)
           
 SecurityTokenReference BinarySecurityTokenHandler.getSTR(QName STRType, String valueType, SecurityToken token)
           
 SecurityTokenReference BinarySecurityTokenHandler.newSecurityTokenReference(Node node)
           
 

Methods in weblogic.xml.crypto.wss with parameters of type SecurityTokenReference
 void WSSecurityContext.addSTR(SecurityTokenReference str, SecurityToken token)
           
 void WSSecurityContext.addSTR(String id, SecurityTokenReference str)
           
 SecurityToken UsernameTokenHandler.getSecurityToken(SecurityTokenReference str, MessageContext ctx)
           
static Node SecurityTokenReferenceImpl.getStrNode(SecurityTokenReference str)
           
 SecurityToken BinarySecurityTokenHandler.getSecurityToken(SecurityTokenReference str, MessageContext ctx)
           
 

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

Methods in weblogic.xml.crypto.wss.provider that return SecurityTokenReference
 SecurityTokenReference SecurityTokenHandler.getSTR(QName STRType, String valueType, SecurityToken token)
          Creates a SecurityTokenReference from a SecurityToken or Credential.
 SecurityTokenReference SecurityTokenHandler.newSecurityTokenReference(Node node)
           
 

Methods in weblogic.xml.crypto.wss.provider with parameters of type SecurityTokenReference
 SecurityToken SecurityTokenHandler.getSecurityToken(SecurityTokenReference str, MessageContext ctx)
           
 


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