com.interface21.remoting.support
Class AuthorizableRemoteProxyFactoryBean
java.lang.Object
|
+--com.interface21.remoting.support.RemoteProxyFactoryBean
|
+--com.interface21.remoting.support.AuthorizableRemoteProxyFactoryBean
- All Implemented Interfaces:
- FactoryBean, InitializingBean
- Direct Known Subclasses:
- BurlapProxyFactoryBean, HessianProxyFactoryBean
- public abstract class AuthorizableRemoteProxyFactoryBean
- extends RemoteProxyFactoryBean
Abstract subclass of RemoteProxyFactoryBean,
adding support for authorization via username and password.
- Since:
- 13.05.2003
- Author:
- Juergen Hoeller
|
Method Summary |
protected java.lang.String |
getPassword()
|
protected java.lang.String |
getUsername()
|
void |
setPassword(java.lang.String password)
Set the password that this factory should use to access the backend serviceProxy. |
void |
setUsername(java.lang.String username)
Set the username that this factory should use to access the backend serviceProxy. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuthorizableRemoteProxyFactoryBean
public AuthorizableRemoteProxyFactoryBean()
setUsername
public void setUsername(java.lang.String username)
- Set the username that this factory should use to access the backend serviceProxy.
getUsername
protected java.lang.String getUsername()
setPassword
public void setPassword(java.lang.String password)
- Set the password that this factory should use to access the backend serviceProxy.
getPassword
protected java.lang.String getPassword()
Rod Johnson and Spring contributors 2001-2003.