public class OnSuccessLoginHandler
extends java.lang.Object
| Constructor and Description |
|---|
OnSuccessLoginHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
destroy() |
ApplicationEventMulticaster |
getApplicationEventMulticaster() |
protected ClassificationClassesResolverStrategy |
getClassificationClassesResolverStrategy() |
protected SearchRestrictionService |
getSearchRestrictionService() |
protected VendorCMSStrategy |
getVendorCmsStrategy() |
protected VendorService |
getVendorService() |
void |
onApplicationEvent(InteractiveAuthenticationSuccessEvent applicationEvent) |
void |
setApplicationContext(ApplicationContext applicationContext) |
void |
setClassificationClassesResolverStrategy(ClassificationClassesResolverStrategy classificationClassesResolverStrategy) |
void |
setSearchRestrictionService(SearchRestrictionService searchRestrictionService) |
void |
setSessionService(SessionService sessionService) |
void |
setVendorCmsStrategy(VendorCMSStrategy vendorCmsStrategy) |
void |
setVendorService(VendorService vendorService) |
public void onApplicationEvent(InteractiveAuthenticationSuccessEvent applicationEvent)
public void destroy()
throws java.lang.Exception
java.lang.Exceptionpublic void afterPropertiesSet()
throws java.lang.Exception
java.lang.Exceptionpublic ApplicationEventMulticaster getApplicationEventMulticaster()
public void setApplicationContext(ApplicationContext applicationContext)
public void setSessionService(SessionService sessionService)
protected VendorService getVendorService()
public void setVendorService(VendorService vendorService)
protected SearchRestrictionService getSearchRestrictionService()
public void setSearchRestrictionService(SearchRestrictionService searchRestrictionService)
protected VendorCMSStrategy getVendorCmsStrategy()
public void setVendorCmsStrategy(VendorCMSStrategy vendorCmsStrategy)
protected ClassificationClassesResolverStrategy getClassificationClassesResolverStrategy()
public void setClassificationClassesResolverStrategy(ClassificationClassesResolverStrategy classificationClassesResolverStrategy)
Copyright © 2018 SAP SE. All Rights Reserved.