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
Constructors Constructor Description AccountUserDetailsChecker()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.
-
-
-
Method Detail
-
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)
-
-