Package com.avoka.fc.core.security
Class AccountUserDetailsChecker
java.lang.Object
com.avoka.fc.core.security.AccountUserDetailsChecker
- All Implemented Interfaces:
org.springframework.security.core.userdetails.UserDetailsChecker
public class AccountUserDetailsChecker
extends Object
implements org.springframework.security.core.userdetails.UserDetailsChecker
Provides pre-authentication checks for a SmartForm Manager user record stored in the local database.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
check
(org.springframework.security.core.userdetails.UserDetails toCheck) Check a user to make sure a local SmartForm Manager user with the same login name exists and is active.
-
Constructor Details
-
AccountUserDetailsChecker
public AccountUserDetailsChecker()
-
-
Method Details
-
check
public void check(org.springframework.security.core.userdetails.UserDetails toCheck) Check a user to make sure a local SmartForm Manager user with the same login name exists and is active.- Specified by:
check
in interfaceorg.springframework.security.core.userdetails.UserDetailsChecker
- Parameters:
toCheck
- the user details object whose user name matches a local SmartForm Manager user account- See Also:
-
UserDetailsChecker.check(UserDetails)
-