Class Saml2RelyingPartyProperties.Decryption.Credential
java.lang.Object
org.springframework.boot.security.saml2.autoconfigure.Saml2RelyingPartyProperties.Decryption.Credential
- Enclosing class:
Saml2RelyingPartyProperties.Decryption
- Since:
- 4.0.0
- Author:
- Madhura Bhave, Phillip Webb, Moritz Halbritter, Lasse Wulff
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable Resource@Nullable ResourcevoidsetCertificateLocation(@Nullable Resource certificate) voidsetPrivateKeyLocation(@Nullable Resource privateKey)
-
Constructor Details
-
Credential
public Credential()
-
-
Method Details
-
getPrivateKeyLocation
-
setPrivateKeyLocation
-
getCertificateLocation
-
setCertificateLocation
-