Skip to content
Advertisement

alternative to GrantedAuthorityImpl() class

I want an alternative to GrantedAuthorityImpl() class. I want this in spring security implementation. GrantedAuthorityImpl() class is deprecated. Hence I want an alternative solution to it. My code :

JavaScript

Advertisement

Answer

The class GrantedAuthorityImpl has been deprecated – you can use SimpleGrantedAuthority instead:

JavaScript
User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement