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