Add Missing Serialization Support
Closes gh-19013 Signed-off-by: Josh Cummings <3627351+jzheaux@users.noreply.github.com>
This commit is contained in:
+1
@@ -25,6 +25,7 @@ import org.springframework.security.core.GrantedAuthority;
|
||||
* @author Rob Winch
|
||||
* @since 7.0
|
||||
*/
|
||||
@SuppressWarnings("serial")
|
||||
public class DefaultEqualsGrantedAuthority implements GrantedAuthority {
|
||||
|
||||
public static final String AUTHORITY = "CUSTOM_AUTHORITY";
|
||||
|
||||
Reference in New Issue
Block a user