|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.ws.security.handler.WSHandler org.apache.cxf.ws.security.wss4j.AbstractWSS4JInterceptor org.apache.cxf.ws.security.wss4j.WSS4JInInterceptor org.kuali.rice.ksb.security.soap.CXFWSS4JInInterceptor
public class CXFWSS4JInInterceptor
Field Summary | |
---|---|
private static org.apache.log4j.Logger |
LOG
|
private ServiceInfo |
serviceInfo
|
Fields inherited from class org.apache.cxf.ws.security.wss4j.WSS4JInInterceptor |
---|
PRINCIPAL_RESULT, PROCESSOR_MAP, SECURITY_PROCESSED, SIGNATURE_RESULT, TIMESTAMP_RESULT |
Fields inherited from class org.apache.ws.security.handler.WSHandler |
---|
cryptos, DONE, secEngine |
Constructor Summary | |
---|---|
CXFWSS4JInInterceptor(ServiceInfo serviceInfo)
|
Method Summary | |
---|---|
protected Properties |
getMerlinProperties()
|
ServiceInfo |
getServiceInfo()
|
void |
handleMessage(org.apache.cxf.binding.soap.SoapMessage mc)
This overridden method will not apply security headers if bus security is disabled. |
org.apache.ws.security.components.crypto.Crypto |
loadDecryptionCrypto(org.apache.ws.security.handler.RequestData reqData)
|
org.apache.ws.security.components.crypto.Crypto |
loadSignatureCrypto(org.apache.ws.security.handler.RequestData reqData)
|
void |
setServiceInfo(ServiceInfo serviceInfo)
|
Methods inherited from class org.apache.cxf.ws.security.wss4j.WSS4JInInterceptor |
---|
checkTimestamps, computeAction, createSecurityContext, createSecurityEngine, doResults, getCallback, getProperty, getSecurityEngine, setIgnoreActions |
Methods inherited from class org.apache.cxf.ws.security.wss4j.AbstractWSS4JInterceptor |
---|
decodeEnableSignatureConfirmation, getAfter, getBefore, getId, getOption, getPassword, getPhase, getProperties, getRoles, getUnderstoodHeaders, handleFault, isRequestor, loadEncryptionCrypto, postHandleMessage, setAfter, setBefore, setId, setPassword, setPhase, setProperties, setProperty, setProperty |
Methods inherited from class org.apache.ws.security.handler.WSHandler |
---|
checkReceiverResults, checkReceiverResultsAnyOrder, checkSignatureConfirmation, decodeCustomPasswordTypes, decodeDecryptionParameter, decodeEncryptionParameter, decodeMustUnderstand, decodeNamespaceQualifiedPasswordTypes, decodeSignatureParameter, decodeSignatureParameter2, decodeTimestampPrecision, decodeTimestampStrict, decodeTimeToLive, decodeUTParameter, doReceiverAction, doSenderAction, getClassLoader, getPassword, getPasswordCB, getString, getStringOption, verifyTimestamp, verifyTrust |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final org.apache.log4j.Logger LOG
private ServiceInfo serviceInfo
Constructor Detail |
---|
public CXFWSS4JInInterceptor(ServiceInfo serviceInfo)
Method Detail |
---|
public org.apache.ws.security.components.crypto.Crypto loadSignatureCrypto(org.apache.ws.security.handler.RequestData reqData)
loadSignatureCrypto
in class org.apache.cxf.ws.security.wss4j.AbstractWSS4JInterceptor
public org.apache.ws.security.components.crypto.Crypto loadDecryptionCrypto(org.apache.ws.security.handler.RequestData reqData)
loadDecryptionCrypto
in class org.apache.cxf.ws.security.wss4j.AbstractWSS4JInterceptor
protected Properties getMerlinProperties()
public void handleMessage(org.apache.cxf.binding.soap.SoapMessage mc)
handleMessage
in interface org.apache.cxf.interceptor.Interceptor<org.apache.cxf.binding.soap.SoapMessage>
handleMessage
in class org.apache.cxf.ws.security.wss4j.WSS4JInInterceptor
WSS4JInInterceptor.handleMessage(org.apache.cxf.binding.soap.SoapMessage)
public ServiceInfo getServiceInfo()
public void setServiceInfo(ServiceInfo serviceInfo)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |