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