Class CredentialHolder

java.lang.Object
net.shibboleth.spring.security.CredentialHolder

public class CredentialHolder 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:
5.0.0
  • Field Details

  • Constructor Details

    • CredentialHolder

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