public interface AuthenticationService
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.core.Authentication |
authenticateLocal(String username,
String password)
This method will authenticate against the local data store only.
|
org.springframework.security.core.Authentication |
login(String username,
String password) |
org.springframework.security.core.Authentication login(String username, String password) throws AuthenticationServiceException
username - password - SecurityServiceExceptionAuthenticationServiceExceptionorg.springframework.security.core.Authentication authenticateLocal(String username, String password) throws AuthenticationServiceException
username - password - AuthenticationServiceExceptionCopyright © 2007-2016 Ikasan. All Rights Reserved.