Package | Description |
---|---|
org.springframework.security.authentication.rcp |
Allows remote clients to authenticate and obtain a populated
Authentication object. |
Modifier and Type | Method and Description |
---|---|
Collection<? extends GrantedAuthority> |
RemoteAuthenticationManager.attemptAuthentication(String username,
String password)
Attempts to authenticate the remote client using the presented username and password.
|
Collection<? extends GrantedAuthority> |
RemoteAuthenticationManagerImpl.attemptAuthentication(String username,
String password) |
Copyright © 2015. All rights reserved.