org.apache.servicemix.cxfbc
Class CxfBcConfiguration

java.lang.Object
  extended by org.apache.servicemix.cxfbc.CxfBcConfiguration

public class CxfBcConfiguration
extends Object


Constructor Summary
CxfBcConfiguration()
           
 
Method Summary
 AuthenticationService getAuthenticationService()
           
 String getAuthenticationServiceName()
           
 void setAuthenticationService(AuthenticationService authenticationService)
           
 void setAuthenticationServiceName(String authenticationServiceName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CxfBcConfiguration

public CxfBcConfiguration()
Method Detail

getAuthenticationService

public AuthenticationService getAuthenticationService()
Returns:
the authenticationService

setAuthenticationService

public void setAuthenticationService(AuthenticationService authenticationService)
Parameters:
authenticationService - the authenticationService to set

getAuthenticationServiceName

public String getAuthenticationServiceName()
Returns:
the authenticationServiceName

setAuthenticationServiceName

public void setAuthenticationServiceName(String authenticationServiceName)
Parameters:
authenticationServiceName - the authenticationServiceName to set


Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.