Expected Behavior
Class and its methods should be public.
Current Behavior
Class and its methods are package-private.
Context
To allow writing alternatives to RelyingPartyRegistrations and others by adapting OpenSAML APIs.
For example, in order to implement verification (#15018 (comment)) and refreshing (#15027 (comment)).
Expected Behavior
Class and its methods should be
public.Current Behavior
Class and its methods are package-private.
Context
To allow writing alternatives to
RelyingPartyRegistrationsand others by adapting OpenSAML APIs.For example, in order to implement verification (#15018 (comment)) and refreshing (#15027 (comment)).