Uses of Interface
org.springframework.security.authentication.rcp.RemoteAuthenticationManager

Packages that use RemoteAuthenticationManager
org.springframework.security.authentication.rcp Allows remote clients to authenticate and obtain a populated Authentication object. 
 

Uses of RemoteAuthenticationManager in org.springframework.security.authentication.rcp
 

Classes in org.springframework.security.authentication.rcp that implement RemoteAuthenticationManager
 class RemoteAuthenticationManagerImpl
          Server-side processor of a remote authentication request.
 

Methods in org.springframework.security.authentication.rcp that return RemoteAuthenticationManager
 RemoteAuthenticationManager RemoteAuthenticationProvider.getRemoteAuthenticationManager()
           
 

Methods in org.springframework.security.authentication.rcp with parameters of type RemoteAuthenticationManager
 void RemoteAuthenticationProvider.setRemoteAuthenticationManager(RemoteAuthenticationManager remoteAuthenticationManager)
           
 



Copyright © 2004-2009 SpringSource, Inc. All Rights Reserved.