Daniel Stieglitz created NIFI-14227:
---------------------------------------
Summary: Replace the deprecated methods in
RelyingPartyRegistration with suggested replacements
Key: NIFI-14227
URL: https://issues.apache.org/jira/browse/NIFI-14227
Project: Apache NiFi
Issue Type: Improvement
Reporter: Daniel Stieglitz
Assignee: Daniel Stieglitz
When building the following warnings below appear regarding
RelyingPartyRegistration. The intention of this ticket is to replace the
deprecated methods with suggested replacements.
{code:java}
[WARNING]
/home/dystieg/git/NIFI-FORK/nifi/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-security/src/test/java/org/apache
/nifi/web/security/saml2/registration/StandardRelyingPartyRegistrationRepositoryTest.java:[70,97]
[deprecation] getAssertingPartyDe
tails() in RelyingPartyRegistration has been deprecated
[WARNING]
/home/dystieg/git/NIFI-FORK/nifi/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-security/src/test/java/org/apache
/nifi/web/security/saml2/registration/StandardRelyingPartyRegistrationRepositoryTest.java:[99,97]
[deprecation] getAssertingPartyDe
tails() in RelyingPartyRegistration has been deprecated
[WARNING]
/home/dystieg/git/NIFI-FORK/nifi/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-security/src/test/java/org/apache
/nifi/web/security/saml2/service/web/StandardRelyingPartyRegistrationResolverTest.java:[117,16]
[removal] assertingPartyDetails(Con
sumer<org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistration.AssertingPartyDetails.Builder>)
in
org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistration.Builder
has been deprecated and marked fo
r removal
[WARNING]
/home/dystieg/git/NIFI-FORK/nifi/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-security/src/test/java/org/apache
/nifi/web/security/saml2/service/web/StandardSaml2AuthenticationRequestRepositoryTest.java:[131,16]
[removal] assertingPartyDetails
(Consumer<org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistration.AssertingPartyDetails.Builder>)
in
org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistration.Builder
has been deprecated and marke
d for removal
[WARNING]
/home/dystieg/git/NIFI-FORK/nifi/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-security/src/test/java/org/apache
/nifi/web/security/saml2/web/authentication/logout/StandardSaml2LogoutRequestRepositoryTest.java:[131,16]
[removal] assertingPartyD
etails(Consumer<org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistration.AssertingPartyDetails.Bui
lder>) in
org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistration.Builder
has been deprecated and
marked for removal{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)