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> |
RemoteAuthenticationManagerImpl.attemptAuthentication(String username,
String password) |
Collection<? extends GrantedAuthority> |
RemoteAuthenticationManager.attemptAuthentication(String username,
String password)
Attempts to authenticate the remote client using the presented username and password.
|
Copyright © 2019. All rights reserved.