Class RelyingPartyResolverCredentialHolder

java.lang.Object
net.shibboleth.idp.relyingparty.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
  • Field Details

  • Constructor Details

    • RelyingPartyResolverCredentialHolder

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