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

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

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

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



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