Revert "Merge branch 'builder-enhancements'"
This reverts commit95644fb73c, reversing changes made tofbf7bb3be1. Reverting this commit will allow us more time to consider the ideal way to add this support to the public API.
This commit is contained in:
+1
-2
@@ -21,7 +21,6 @@ import java.util.Collection;
|
||||
|
||||
import org.jspecify.annotations.Nullable;
|
||||
|
||||
import org.springframework.security.core.BuildableAuthentication;
|
||||
import org.springframework.security.core.GrantedAuthority;
|
||||
import org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistration;
|
||||
import org.springframework.util.Assert;
|
||||
@@ -34,7 +33,7 @@ import org.springframework.util.Assert;
|
||||
* @see Saml2ResponseAssertionAccessor
|
||||
* @see Saml2ResponseAssertion
|
||||
*/
|
||||
public class Saml2AssertionAuthentication extends Saml2Authentication implements BuildableAuthentication {
|
||||
public class Saml2AssertionAuthentication extends Saml2Authentication {
|
||||
|
||||
@Serial
|
||||
private static final long serialVersionUID = -4194323643788693205L;
|
||||
|
||||
Reference in New Issue
Block a user