1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Add Missing Serialization Support

Closes gh-19013

Signed-off-by: Josh Cummings <3627351+jzheaux@users.noreply.github.com>
This commit is contained in:
Josh Cummings
2026-03-31 15:54:49 -06:00
parent 43b132bec6
commit d4678c8e04
32 changed files with 134 additions and 3 deletions
@@ -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";