Class Saml2RelyingPartyProperties.Decryption.Credential

java.lang.Object
org.springframework.boot.security.saml2.autoconfigure.Saml2RelyingPartyProperties.Decryption.Credential
Enclosing class:
Saml2RelyingPartyProperties.Decryption

public static class Saml2RelyingPartyProperties.Decryption.Credential extends Object
Since:
4.0.0
Author:
Madhura Bhave, Phillip Webb, Moritz Halbritter, Lasse Wulff
  • Constructor Details

    • Credential

      public Credential()
  • Method Details

    • getPrivateKeyLocation

      public @Nullable Resource getPrivateKeyLocation()
    • setPrivateKeyLocation

      public void setPrivateKeyLocation(@Nullable Resource privateKey)
    • getCertificateLocation

      public @Nullable Resource getCertificateLocation()
    • setCertificateLocation

      public void setCertificateLocation(@Nullable Resource certificate)