Package org.pac4j.saml.metadata.keystore
Class SAML2FileSystemKeystoreGenerator
java.lang.Object
org.pac4j.saml.metadata.keystore.BaseSAML2KeystoreGenerator
org.pac4j.saml.metadata.keystore.SAML2FileSystemKeystoreGenerator
- All Implemented Interfaces:
SAML2KeystoreGenerator
This is
SAML2FileSystemKeystoreGenerator.- Since:
- 4.0.1
- Author:
- Misagh Moayyed
-
Field Summary
Fields inherited from class org.pac4j.saml.metadata.keystore.BaseSAML2KeystoreGenerator
CERTIFICATES_PREFIX, logger, saml2Configuration -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionretrieve()booleanprotected voidstore(KeyStore ks, X509Certificate certificate, PrivateKey privateKey) Methods inherited from class org.pac4j.saml.metadata.keystore.BaseSAML2KeystoreGenerator
generate
-
Constructor Details
-
SAML2FileSystemKeystoreGenerator
-
-
Method Details
-
shouldGenerate
public boolean shouldGenerate()- Specified by:
shouldGeneratein interfaceSAML2KeystoreGenerator- Overrides:
shouldGeneratein classBaseSAML2KeystoreGenerator
-
retrieve
- Throws:
Exception
-
store
protected void store(KeyStore ks, X509Certificate certificate, PrivateKey privateKey) throws Exception - Specified by:
storein classBaseSAML2KeystoreGenerator- Throws:
Exception
-