BEA WebLogic Server 9.0 API Reference
weblogic.xml.crypto.wss
Class ClientUNTHandler
java.lang.Object
weblogic.xml.crypto.wss.UsernameTokenHandler
weblogic.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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientUNTHandler
public ClientUNTHandler()
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