Spring Security Framework

Uses of Class
org.springframework.security.providers.rcp.RemoteAuthenticationException

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

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

Methods in org.springframework.security.providers.rcp that throw RemoteAuthenticationException
 GrantedAuthority[] RemoteAuthenticationManagerImpl.attemptAuthentication(String username, String password)
           
 GrantedAuthority[] RemoteAuthenticationManager.attemptAuthentication(String username, String password)
          Attempts to authenticate the remote client using the presented username and password.
 


Spring Security Framework

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