Class WebSpherePreAuthenticatedWebAuthenticationDetailsSource

java.lang.Object
org.springframework.security.web.authentication.preauth.websphere.WebSpherePreAuthenticatedWebAuthenticationDetailsSource
All Implemented Interfaces:
AuthenticationDetailsSource<jakarta.servlet.http.HttpServletRequest,PreAuthenticatedGrantedAuthoritiesWebAuthenticationDetails>

public class WebSpherePreAuthenticatedWebAuthenticationDetailsSource extends Object implements AuthenticationDetailsSource<jakarta.servlet.http.HttpServletRequest,PreAuthenticatedGrantedAuthoritiesWebAuthenticationDetails>
This AuthenticationDetailsSource implementation will set the pre-authenticated granted authorities based on the WebSphere groups for the current WebSphere user, mapped using the configured Attributes2GrantedAuthoritiesMapper.
  • Constructor Details

    • WebSpherePreAuthenticatedWebAuthenticationDetailsSource

      public WebSpherePreAuthenticatedWebAuthenticationDetailsSource()
    • WebSpherePreAuthenticatedWebAuthenticationDetailsSource

      public WebSpherePreAuthenticatedWebAuthenticationDetailsSource(org.springframework.security.web.authentication.preauth.websphere.WASUsernameAndGroupsExtractor wasHelper)
  • Method Details