org.kuali.rice.ksb.security.soap
Class CredentialsOutHandler

java.lang.Object
  extended by org.apache.ws.security.handler.WSHandler
      extended by org.apache.cxf.ws.security.wss4j.AbstractWSS4JInterceptor
          extended by org.apache.cxf.ws.security.wss4j.WSS4JOutInterceptor
              extended by org.kuali.rice.ksb.security.soap.CredentialsOutHandler
All Implemented Interfaces:
org.apache.cxf.binding.soap.interceptor.SoapInterceptor, org.apache.cxf.interceptor.Interceptor<org.apache.cxf.binding.soap.SoapMessage>, org.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.binding.soap.SoapMessage>

public class CredentialsOutHandler
extends org.apache.cxf.ws.security.wss4j.WSS4JOutInterceptor

Since:
0.9
Author:
Kuali Rice Team (rice.collab@kuali.org)

Field Summary
private  CredentialsSource credentialsSource
           
private  ServiceConfiguration serviceConfiguration
           
 
Fields inherited from class org.apache.cxf.ws.security.wss4j.WSS4JOutInterceptor
WSS4J_ACTION_MAP
 
Fields inherited from class org.apache.ws.security.handler.WSHandler
cryptos, DONE, secEngine
 
Constructor Summary
CredentialsOutHandler(CredentialsSource credentialsSource, ServiceConfiguration serviceConfiguration)
           
 
Method Summary
 org.apache.ws.security.WSPasswordCallback getPassword(String username, int doAction, String clsProp, String refProp, org.apache.ws.security.handler.RequestData reqData)
           
 
Methods inherited from class org.apache.cxf.ws.security.wss4j.WSS4JOutInterceptor
createEndingInterceptor, getProperty, handleFault, handleMessage, isAllowMTOM, setAllowMTOM
 
Methods inherited from class org.apache.cxf.ws.security.wss4j.AbstractWSS4JInterceptor
decodeEnableSignatureConfirmation, getAfter, getBefore, getId, getOption, getPassword, getPhase, getProperties, getRoles, getUnderstoodHeaders, isRequestor, loadCryptoFromPropertiesFile, loadDecryptionCrypto, loadEncryptionCrypto, loadSignatureCrypto, 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, decodeUseEncodedPasswords, decodeUseSingleCertificate, decodeUTParameter, doReceiverAction, doSenderAction, getClassLoader, getPasswordCB, getString, getStringOption, verifyTimestamp, verifyTrust, verifyTrust
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

credentialsSource

private final CredentialsSource credentialsSource

serviceConfiguration

private final ServiceConfiguration serviceConfiguration
Constructor Detail

CredentialsOutHandler

public CredentialsOutHandler(CredentialsSource credentialsSource,
                             ServiceConfiguration serviceConfiguration)
Method Detail

getPassword

public org.apache.ws.security.WSPasswordCallback getPassword(String username,
                                                             int doAction,
                                                             String clsProp,
                                                             String refProp,
                                                             org.apache.ws.security.handler.RequestData reqData)
                                                      throws org.apache.ws.security.WSSecurityException
Overrides:
getPassword in class org.apache.ws.security.handler.WSHandler
Throws:
org.apache.ws.security.WSSecurityException


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.