public class AuthenticationServiceImpl extends Object implements AuthenticationService
| Constructor and Description |
|---|
AuthenticationServiceImpl(AuthenticationProviderFactory<AuthenticationMethod> authenticationProviderFactory,
SecurityService securityService) |
| 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) |
public AuthenticationServiceImpl(AuthenticationProviderFactory<AuthenticationMethod> authenticationProviderFactory, SecurityService securityService)
authenticationProviderFactory - public org.springframework.security.core.Authentication login(String username, String password) throws AuthenticationServiceException
login in interface AuthenticationServiceAuthenticationServiceExceptionpublic org.springframework.security.core.Authentication authenticateLocal(String username, String password) throws AuthenticationServiceException
AuthenticationServiceauthenticateLocal in interface AuthenticationServiceAuthenticationServiceExceptionCopyright © 2007-2016 Ikasan. All Rights Reserved.