Package org.springframework.security.authentication.rcp
Allows remote clients to authenticate and obtain a populated
Authentication
object.-
Interface Summary Interface Description RemoteAuthenticationManager Allows remote clients to attempt authentication. -
Class Summary Class Description RemoteAuthenticationManagerImpl Server-side processor of a remote authentication request.RemoteAuthenticationProvider Client-side object which queries aRemoteAuthenticationManager
to validate an authentication request. -
Exception Summary Exception Description RemoteAuthenticationException Thrown if aRemoteAuthenticationManager
cannot validate the presented authentication request.