weblogic.xml.crypto.wss
Class ClientBSTHandler
java.lang.Object
   weblogic.xml.crypto.wss.BinarySecurityTokenHandler
weblogic.xml.crypto.wss.BinarySecurityTokenHandler
       weblogic.xml.crypto.wss.ClientBSTHandler
weblogic.xml.crypto.wss.ClientBSTHandler
- All Implemented Interfaces: 
- SecurityTokenHandler
- public class ClientBSTHandler 
- extends BinarySecurityTokenHandler
 
 
| Methods inherited from class weblogic.xml.crypto.wss.BinarySecurityTokenHandler | 
| amend, getContextHandler, getCredential, getKeyProvider, getQNames, getSecurityToken, getSecurityToken, getSecurityToken, getSTR, getToken, getToken, getTokenByKeyId, getValueTypes, matches, newSecurityToken, newSecurityTokenReference, setAuthorizationToken | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ClientBSTHandler
public ClientBSTHandler()
getSubject
public Subject getSubject(SecurityToken token,
                          MessageContext msgCtx)
- 
- Specified by:
- getSubjectin interface- SecurityTokenHandler
- Overrides:
- getSubjectin class- BinarySecurityTokenHandler
 
- 
 
validateUnmarshalled
public SecurityTokenValidateResult validateUnmarshalled(SecurityToken token,
                                                        MessageContext ctx)
- 
- Specified by:
- validateUnmarshalledin interface- SecurityTokenHandler
- Overrides:
- validateUnmarshalledin class- BinarySecurityTokenHandler
 
- 
 
validateProcessed
public SecurityTokenValidateResult validateProcessed(SecurityToken token,
                                                     MessageContext ctx)
- 
- Specified by:
- validateProcessedin interface- SecurityTokenHandler
- Overrides:
- validateProcessedin class- BinarySecurityTokenHandler
 
- 
 
getInstance
public static SecurityTokenHandler getInstance()
-