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