BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.xml.crypto.wss
Class ClientUNTHandler

java.lang.Object
  extended byweblogic.xml.crypto.wss.UsernameTokenHandler
      extended byweblogic.xml.crypto.wss.ClientUNTHandler
All Implemented Interfaces:
SecurityTokenHandler

public class ClientUNTHandler
extends weblogic.xml.crypto.wss.UsernameTokenHandler

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
ClientUNTHandler()
           
 
Method Summary
static SecurityTokenHandler getInstance()
           
 Subject getSubject(SecurityToken token, MessageContext msgCtx)
           
 weblogic.xml.crypto.wss.SecurityTokenValidateResult validateProcessed(SecurityToken token, MessageContext ctx)
           
 weblogic.xml.crypto.wss.SecurityTokenValidateResult validateUnmarshalled(SecurityToken token, MessageContext ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientUNTHandler

public ClientUNTHandler()
Method Detail

getInstance

public static SecurityTokenHandler getInstance()

getSubject

public Subject getSubject(SecurityToken token,
                          MessageContext msgCtx)
                   throws weblogic.xml.crypto.wss.WSSecurityException
Specified by:
getSubject in interface SecurityTokenHandler
Overrides:
getSubject in class weblogic.xml.crypto.wss.UsernameTokenHandler
Throws:
weblogic.xml.crypto.wss.WSSecurityException

validateProcessed

public weblogic.xml.crypto.wss.SecurityTokenValidateResult validateProcessed(SecurityToken token,
                                                                             MessageContext ctx)
Specified by:
validateProcessed in interface SecurityTokenHandler
Overrides:
validateProcessed in class weblogic.xml.crypto.wss.UsernameTokenHandler

validateUnmarshalled

public weblogic.xml.crypto.wss.SecurityTokenValidateResult validateUnmarshalled(SecurityToken token,
                                                                                MessageContext ctx)
                                                 throws weblogic.xml.crypto.wss.WSSecurityException
Specified by:
validateUnmarshalled in interface SecurityTokenHandler
Overrides:
validateUnmarshalled in class weblogic.xml.crypto.wss.UsernameTokenHandler
Throws:
weblogic.xml.crypto.wss.WSSecurityException

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