Class AuthenticationAuthoritiesUpdaterImpl

    • Constructor Detail

      • AuthenticationAuthoritiesUpdaterImpl

        public AuthenticationAuthoritiesUpdaterImpl()
    • Method Detail

      • updateAuthentication

        public org.springframework.security.core.Authentication updateAuthentication​(org.springframework.security.core.Authentication authentication,
                                                                                     List<org.springframework.security.core.GrantedAuthority> updatedAuthorities)
        Description copied from interface: AuthenticationAuthoritiesUpdater
        Update an Authentication with new authorities.
        Specified by:
        updateAuthentication in interface AuthenticationAuthoritiesUpdater
        Returns:
        updated authentication or new authentication with updated authorities