Class AfterRegistrationAuthService
- java.lang.Object
-
- com.netgrif.application.engine.auth.service.AfterRegistrationAuthService
-
- All Implemented Interfaces:
IAfterRegistrationAuthService
public class AfterRegistrationAuthService extends java.lang.Object implements IAfterRegistrationAuthService
-
-
Constructor Summary
Constructors Constructor Description AfterRegistrationAuthService(org.springframework.security.authentication.ProviderManager authenticationManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
authenticateWithUsernameAndPassword(java.lang.String username, java.lang.String password)
void
logoutAfterRegistrationFinished()
-
-
-
Method Detail
-
authenticateWithUsernameAndPassword
public void authenticateWithUsernameAndPassword(java.lang.String username, java.lang.String password)
- Specified by:
authenticateWithUsernameAndPassword
in interfaceIAfterRegistrationAuthService
-
logoutAfterRegistrationFinished
public void logoutAfterRegistrationFinished()
- Specified by:
logoutAfterRegistrationFinished
in interfaceIAfterRegistrationAuthService
-
-