Interface AuthenticationAuthoritiesUpdater

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.springframework.security.core.Authentication updateAuthentication​(org.springframework.security.core.Authentication authentication, List<org.springframework.security.core.GrantedAuthority> authorities)
      Update an Authentication with new authorities.
    • Method Detail

      • updateAuthentication

        org.springframework.security.core.Authentication updateAuthentication​(org.springframework.security.core.Authentication authentication,
                                                                              List<org.springframework.security.core.GrantedAuthority> authorities)
        Update an Authentication with new authorities.
        Returns:
        updated authentication or new authentication with updated authorities