Class WASAML2ClientKeystoreGenerator
- java.lang.Object
- 
- org.pac4j.saml.metadata.keystore.BaseSAML2KeystoreGenerator
- 
- org.apache.syncope.wa.starter.pac4j.saml.WASAML2ClientKeystoreGenerator
 
 
- 
- All Implemented Interfaces:
- org.pac4j.saml.metadata.keystore.SAML2KeystoreGenerator
 
 public class WASAML2ClientKeystoreGenerator extends org.pac4j.saml.metadata.keystore.BaseSAML2KeystoreGenerator
- 
- 
Field SummaryFields Modifier and Type Field Description protected static LoggerLOGprotected org.pac4j.saml.client.SAML2Clientsaml2Clientprotected WARestClientwaRestClient
 - 
Constructor SummaryConstructors Constructor Description WASAML2ClientKeystoreGenerator(WARestClient waRestClient, org.pac4j.saml.client.SAML2Client saml2Client)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description InputStreamretrieve()booleanshouldGenerate()protected voidstore(KeyStore ks, X509Certificate certificate, PrivateKey privateKey)
 
- 
- 
- 
Field Detail- 
LOGprotected static final Logger LOG 
 - 
waRestClientprotected final WARestClient waRestClient 
 - 
saml2Clientprotected final org.pac4j.saml.client.SAML2Client saml2Client 
 
- 
 - 
Constructor Detail- 
WASAML2ClientKeystoreGeneratorpublic WASAML2ClientKeystoreGenerator(WARestClient waRestClient, org.pac4j.saml.client.SAML2Client saml2Client) 
 
- 
 - 
Method Detail- 
shouldGeneratepublic boolean shouldGenerate() - Specified by:
- shouldGeneratein interface- org.pac4j.saml.metadata.keystore.SAML2KeystoreGenerator
- Overrides:
- shouldGeneratein class- org.pac4j.saml.metadata.keystore.BaseSAML2KeystoreGenerator
 
 - 
storeprotected void store(KeyStore ks, X509Certificate certificate, PrivateKey privateKey) throws Exception - Specified by:
- storein class- org.pac4j.saml.metadata.keystore.BaseSAML2KeystoreGenerator
- Throws:
- Exception
 
 - 
retrievepublic InputStream retrieve() throws Exception - Throws:
- Exception
 
 
- 
 
-