package

org.springframework.security.authentication.rcp

Allows remote clients to authenticate and obtain a populated Authentication object.

Interfaces

RemoteAuthenticationManager Allows remote clients to attempt authentication. 

Classes

RemoteAuthenticationManagerImpl Server-side processor of a remote authentication request. 
RemoteAuthenticationProvider Client-side object which queries a RemoteAuthenticationManager to validate an authentication request. 

Exceptions

RemoteAuthenticationException Thrown if a RemoteAuthenticationManager cannot validate the presented authentication request.