Class Saml2RelyingPartyProperties.Registration.Signing.Credential
java.lang.Object
org.springframework.boot.security.saml2.autoconfigure.Saml2RelyingPartyProperties.Registration.Signing.Credential
- Enclosing class:
Saml2RelyingPartyProperties.Registration.Signing
- Since:
- 4.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable org.springframework.core.io.Resource@Nullable org.springframework.core.io.ResourcevoidsetCertificateLocation(@Nullable org.springframework.core.io.Resource certificate) voidsetPrivateKeyLocation(@Nullable org.springframework.core.io.Resource privateKey)
-
Constructor Details
-
Credential
public Credential()
-
-
Method Details
-
getPrivateKeyLocation
public @Nullable org.springframework.core.io.Resource getPrivateKeyLocation() -
setPrivateKeyLocation
public void setPrivateKeyLocation(@Nullable org.springframework.core.io.Resource privateKey) -
getCertificateLocation
public @Nullable org.springframework.core.io.Resource getCertificateLocation() -
setCertificateLocation
public void setCertificateLocation(@Nullable org.springframework.core.io.Resource certificate)
-