Class PunchOutAuthenticationProvider
java.lang.Object
de.hybris.platform.spring.security.CoreAuthenticationProvider
de.hybris.platform.b2b.punchout.security.PunchOutCoreAuthenticationProvider
de.hybris.platform.b2b.punchout.security.PunchOutAuthenticationProvider
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.InitializingBean,org.springframework.context.MessageSourceAware,org.springframework.security.authentication.AuthenticationProvider
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.spring.security.CoreAuthenticationProvider
CoreAuthenticationProvider.CoreAuthenticationException -
Field Summary
Fields inherited from class de.hybris.platform.spring.security.CoreAuthenticationProvider
messages -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.security.core.Authenticationauthenticate(org.springframework.security.core.Authentication authentication) protected CartServiceprotected UserServicevoidsetCartService(CartService cartService) voidsetUserService(UserService userService) Methods inherited from class de.hybris.platform.spring.security.CoreAuthenticationProvider
additionalAuthenticationChecks, afterPropertiesSet, createSuccessAuthentication, createUser, getPKFromUserDetails, getPreAuthenticationChecks, getUserByLogin, getUserByPK, getUserDetailsService, retrieveUser, setMessageSource, setPreAuthenticationChecks, setUserDetailsService, supports, validateUserDetails
-
Constructor Details
-
PunchOutAuthenticationProvider
public PunchOutAuthenticationProvider()
-
-
Method Details
-
authenticate
public org.springframework.security.core.Authentication authenticate(org.springframework.security.core.Authentication authentication) throws org.springframework.security.core.AuthenticationException - Specified by:
authenticatein interfaceorg.springframework.security.authentication.AuthenticationProvider- Overrides:
authenticatein classPunchOutCoreAuthenticationProvider- Throws:
org.springframework.security.core.AuthenticationException
-
getUserService
-
setUserService
-
getCartService
-
setCartService
-