| org.springframework.security.authentication.rcp |
Allows remote clients to authenticate and obtain a populated
Authentication object.
|
| Java Source File Name | Type | Comment |
| RemoteAuthenticationException.java | Class | Thrown if a RemoteAuthenticationManager cannot validate the presented authentication request. |
| RemoteAuthenticationManager.java | Interface | Allows remote clients to attempt authentication. |
| RemoteAuthenticationManagerImpl.java | Class | Server-side processor of a remote authentication request.
This bean requires no security interceptor to protect it. |
| RemoteAuthenticationProvider.java | Class | Client-side object which queries a
RemoteAuthenticationManager to validate an authentication request.
A new Authentication object is created by this class comprising the request Authentication
object's principal, credentials and the GrantedAuthority[]s returned by the
RemoteAuthenticationManager.
The RemoteAuthenticationManager should not require any special username or password setting on
the remoting client proxy factory to execute the call. |