Search in sources :

Example 66 with ChangeLogStore

use of com.yahoo.athenz.zts.store.ChangeLogStore in project athenz by yahoo.

the class S3ChangeLogStoreFactoryTest method testCreateStore.

@Test
public void testCreateStore() {
    S3ChangeLogStoreFactory factory = new S3ChangeLogStoreFactory();
    ChangeLogStore store = factory.create(null, null, null, null);
    assertNotNull(store);
}
Also used : ChangeLogStore(com.yahoo.athenz.zts.store.ChangeLogStore) S3ChangeLogStoreFactory(com.yahoo.athenz.zts.store.impl.S3ChangeLogStoreFactory) Test(org.testng.annotations.Test)

Aggregations

ChangeLogStore (com.yahoo.athenz.zts.store.ChangeLogStore)66 MockZMSFileChangeLogStore (com.yahoo.athenz.zts.store.impl.MockZMSFileChangeLogStore)64 ZMSFileChangeLogStore (com.yahoo.athenz.zts.store.impl.ZMSFileChangeLogStore)64 Test (org.testng.annotations.Test)64 DataStore (com.yahoo.athenz.zts.store.DataStore)63 SimplePrincipal (com.yahoo.athenz.auth.impl.SimplePrincipal)45 Path (java.nio.file.Path)44 SignedDomain (com.yahoo.athenz.zms.SignedDomain)38 CertificateAuthority (com.yahoo.athenz.auth.impl.CertificateAuthority)26 InstanceCertManager (com.yahoo.athenz.zts.cert.InstanceCertManager)26 X509Certificate (java.security.cert.X509Certificate)24 InstanceProvider (com.yahoo.athenz.instance.provider.InstanceProvider)21 HttpServletRequest (javax.servlet.http.HttpServletRequest)20 InstanceConfirmation (com.yahoo.athenz.instance.provider.InstanceConfirmation)18 X509CertRecord (com.yahoo.athenz.zts.cert.X509CertRecord)18 WebApplicationException (javax.ws.rs.WebApplicationException)12 PrincipalAuthority (com.yahoo.athenz.auth.impl.PrincipalAuthority)11 Principal (com.yahoo.athenz.auth.Principal)8 IOException (java.io.IOException)8 AuditLogMsgBuilder (com.yahoo.athenz.common.server.log.AuditLogMsgBuilder)6