|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.binding.soap.SoapMessage>
org.apache.cxf.binding.soap.interceptor.AbstractSoapInterceptor
org.apache.cxf.ws.security.wss4j.AbstractTokenInterceptor
org.apache.cxf.ws.security.wss4j.BinarySecurityTokenInterceptor
public class BinarySecurityTokenInterceptor
An interceptor to add a BinarySecurityToken token to the security header of an outbound request, and to process a BinarySecurityToken on an inbound request. It takes the BinarySecurityToken from the message context on the outbound side.
| Constructor Summary | |
|---|---|
BinarySecurityTokenInterceptor()
|
|
| Method Summary | |
|---|---|
protected void |
addToken(org.apache.cxf.binding.soap.SoapMessage message)
|
protected Token |
assertTokens(org.apache.cxf.binding.soap.SoapMessage message)
|
protected void |
processToken(org.apache.cxf.binding.soap.SoapMessage message)
|
| Methods inherited from class org.apache.cxf.ws.security.wss4j.AbstractTokenInterceptor |
|---|
assertTokens, findSecurityHeader, getCallback, getPassword, getTokenStore, getUnderstoodHeaders, handleMessage, isTLSInUse, policyNotAsserted, policyNotAsserted |
| Methods inherited from class org.apache.cxf.binding.soap.interceptor.AbstractSoapInterceptor |
|---|
getFaultCodePrefix, getRoles, prepareStackTrace |
| Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor |
|---|
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.cxf.interceptor.Interceptor |
|---|
handleFault |
| Constructor Detail |
|---|
public BinarySecurityTokenInterceptor()
| Method Detail |
|---|
protected void processToken(org.apache.cxf.binding.soap.SoapMessage message)
processToken in class AbstractTokenInterceptorprotected Token assertTokens(org.apache.cxf.binding.soap.SoapMessage message)
assertTokens in class AbstractTokenInterceptorprotected void addToken(org.apache.cxf.binding.soap.SoapMessage message)
addToken in class AbstractTokenInterceptor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||