Uses of Class
org.broadleafcommerce.common.security.BroadleafExternalAuthenticationUserDetails
Packages that use BroadleafExternalAuthenticationUserDetails
Package
Description
-
Uses of BroadleafExternalAuthenticationUserDetails in org.broadleafcommerce.openadmin.server.security.external
Methods in org.broadleafcommerce.openadmin.server.security.external with parameters of type BroadleafExternalAuthenticationUserDetailsModifier and TypeMethodDescriptionAdminExternalLoginExtensionHandler.performAdditionalAuthenticationTasks
(AdminUser adminUser, BroadleafExternalAuthenticationUserDetails details) This can be used to associate, for example, Site to the adminUser, or to validate that the Site that the adminUser has access to is the current site. -
Uses of BroadleafExternalAuthenticationUserDetails in org.broadleafcommerce.openadmin.server.security.service.user
Methods in org.broadleafcommerce.openadmin.server.security.service.user with parameters of type BroadleafExternalAuthenticationUserDetailsModifier and TypeMethodDescriptionprotected AdminUserDetails
AdminUserProvisioningServiceImpl.createDetails
(AdminUser adminUser, BroadleafExternalAuthenticationUserDetails details, Set<org.springframework.security.core.authority.SimpleGrantedAuthority> adminUserAuthorities) protected AdminUser
AdminUserProvisioningServiceImpl.getAdminUser
(BroadleafExternalAuthenticationUserDetails details, HashSet<AdminRole> parsedRoles) AdminUserProvisioningServiceImpl.parseAdminRoles
(BroadleafExternalAuthenticationUserDetails details) AdminUserProvisioningServiceImpl.parseRolesFromUserDetails
(BroadleafExternalAuthenticationUserDetails details) Uses the provided role name substitutions to map the LDAP roles to Broadleaf roles.AdminUserProvisioningService.provisionAdminUser
(BroadleafExternalAuthenticationUserDetails details) This method uses the details argument to add or update an AdminUser object in the database, along with appropriate roles and permissions.AdminUserProvisioningServiceImpl.provisionAdminUser
(BroadleafExternalAuthenticationUserDetails details) -
Uses of BroadleafExternalAuthenticationUserDetails in org.broadleafcommerce.openadmin.web.filter
Methods in org.broadleafcommerce.openadmin.web.filter with parameters of type BroadleafExternalAuthenticationUserDetailsModifier and TypeMethodDescriptionprotected void
AdminExternalLoginStateFilter.saveAdminUser
(BroadleafExternalAuthenticationUserDetails broadleafUser, AdminUser user) Deprecated.