Package org.pac4j.saml.metadata.keystore
Class SAML2HttpUrlKeystoreGenerator
java.lang.Object
org.pac4j.saml.metadata.keystore.BaseSAML2KeystoreGenerator
org.pac4j.saml.metadata.keystore.SAML2HttpUrlKeystoreGenerator
- All Implemented Interfaces:
SAML2KeystoreGenerator
This is
SAML2HttpUrlKeystoreGenerator.- 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
ConstructorsConstructorDescriptionSAML2HttpUrlKeystoreGenerator(SAML2Configuration configuration) Constructor for SAML2HttpUrlKeystoreGenerator. -
Method Summary
Modifier and TypeMethodDescriptionretrieve()retrieve.protected voidstore(KeyStore ks, X509Certificate certificate, PrivateKey privateKey) store.Methods inherited from class org.pac4j.saml.metadata.keystore.BaseSAML2KeystoreGenerator
generate, shouldGenerate
-
Constructor Details
-
SAML2HttpUrlKeystoreGenerator
Constructor for SAML2HttpUrlKeystoreGenerator.
- Parameters:
configuration- aSAML2Configurationobject
-
-
Method Details
-
retrieve
retrieve.
- Returns:
- a
InputStreamobject - Throws:
Exception- if any.
-
store
protected void store(KeyStore ks, X509Certificate certificate, PrivateKey privateKey) throws Exception store.
- Specified by:
storein classBaseSAML2KeystoreGenerator- Parameters:
ks- aKeyStoreobjectcertificate- aX509CertificateobjectprivateKey- aPrivateKeyobject- Throws:
Exception- if any.
-