BEA WebLogic Server 9.0 API Reference
weblogic.xml.crypto.wss
Class ClientBSTHandler
java.lang.Object
weblogic.xml.crypto.wss.BinarySecurityTokenHandler
weblogic.xml.crypto.wss.ClientBSTHandler
- All Implemented Interfaces:
- SecurityTokenHandler
- public class ClientBSTHandler
- extends weblogic.xml.crypto.wss.BinarySecurityTokenHandler
- 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 |
ClientBSTHandler
public ClientBSTHandler()
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.BinarySecurityTokenHandler
- 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.BinarySecurityTokenHandler
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.BinarySecurityTokenHandler
- Throws:
weblogic.xml.crypto.wss.WSSecurityException