Spring Security Framework

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

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

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

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

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

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


Spring Security Framework

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