Class RelyingPartyResolverCredentialHolder


  • public class RelyingPartyResolverCredentialHolder
    extends Object
    This is a utility class used as an auto-wiring source for collections of signing and encryption Credential objects so that other layers of the system can gain access to the complete set of them.
    Since:
    4.2.0
    • Constructor Detail

      • RelyingPartyResolverCredentialHolder

        public RelyingPartyResolverCredentialHolder​(@Nullable @NonnullElements
                                                    Collection<Credential> creds)
        Constructor.
        Parameters:
        creds - credentials to expose to other components