Uses of Interface
org.bremersee.spring.security.ldaptive.userdetails.LdaptiveUserDetails
Packages that use LdaptiveUserDetails
Package
Description
-
Uses of LdaptiveUserDetails in org.bremersee.spring.security.ldaptive.authentication
Methods in org.bremersee.spring.security.ldaptive.authentication that return LdaptiveUserDetailsModifier and TypeMethodDescriptionLdaptiveAuthentication.getPrincipal()LdaptiveAuthenticationToken.getPrincipal()@NonNull LdaptiveUserDetailsLdaptiveRememberMeAuthenticationToken.getPrincipal()Methods in org.bremersee.spring.security.ldaptive.authentication with parameters of type LdaptiveUserDetailsModifier and TypeMethodDescriptionprotected voidLdaptiveAuthenticationManager.checkAccountControl(LdaptiveUserDetails user) Check account control.protected voidLdaptiveAuthenticationManager.checkPassword(LdaptiveUserDetails user, String password) Check password.protected voidLdaptiveAuthenticationManager.checkPasswordWithCompareRequest(LdaptiveUserDetails user, String password) Check password with compare request.protected voidLdaptiveAuthenticationManager.checkPasswordWithSimpleBind(LdaptiveUserDetails user, String password) Check password with simple bind.Constructors in org.bremersee.spring.security.ldaptive.authentication with parameters of type LdaptiveUserDetailsModifierConstructorDescriptionLdaptiveAuthenticationToken(LdaptiveUserDetails userDetails) Instantiates a new ldaptive authentication token. -
Uses of LdaptiveUserDetails in org.bremersee.spring.security.ldaptive.userdetails
Methods in org.bremersee.spring.security.ldaptive.userdetails that return LdaptiveUserDetailsModifier and TypeMethodDescriptionstatic @NonNull LdaptiveUserDetailsLdaptiveUserDetails.empty()Empty ldaptive user details.LdaptiveUserDetailsService.loadUserByUsername(String username)