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 Resource getPrivateKeyLocation()
    • setPrivateKeyLocation

      public void setPrivateKeyLocation(Resource privateKey)
    • getCertificateLocation

      public Resource getCertificateLocation()
    • setCertificateLocation

      public void setCertificateLocation(Resource certificate)