public class SyslogAuditLogHandlerService extends Object implements org.jboss.msc.service.Service<SyslogAuditLogHandlerService>, SyslogCredentialReferenceSupplier
| Modifier and Type | Field and Description |
|---|---|
static org.jboss.msc.service.ServiceName |
SYSLOG_AUDIT_HANDLER |
| Constructor and Description |
|---|
SyslogAuditLogHandlerService() |
| Modifier and Type | Method and Description |
|---|---|
org.wildfly.common.function.ExceptionSupplier<org.wildfly.security.credential.source.CredentialSource,Exception> |
getTlsClientCertStoreKeySupplier() |
org.wildfly.common.function.ExceptionSupplier<org.wildfly.security.credential.source.CredentialSource,Exception> |
getTlsClientCertStoreSupplier() |
org.wildfly.common.function.ExceptionSupplier<org.wildfly.security.credential.source.CredentialSource,Exception> |
getTlsTrustStoreSupplier() |
SyslogAuditLogHandlerService |
getValue() |
static SyslogAuditLogHandlerService |
installService(OperationContext context,
org.jboss.msc.service.ServiceName serviceName,
Resource handlerResource) |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public static final org.jboss.msc.service.ServiceName SYSLOG_AUDIT_HANDLER
public void start(org.jboss.msc.service.StartContext context)
throws org.jboss.msc.service.StartException
start in interface org.jboss.msc.Serviceorg.jboss.msc.service.StartExceptionpublic void stop(org.jboss.msc.service.StopContext context)
stop in interface org.jboss.msc.Servicepublic SyslogAuditLogHandlerService getValue() throws IllegalStateException, IllegalArgumentException
getValue in interface org.jboss.msc.value.Value<SyslogAuditLogHandlerService>IllegalStateExceptionIllegalArgumentExceptionpublic org.wildfly.common.function.ExceptionSupplier<org.wildfly.security.credential.source.CredentialSource,Exception> getTlsClientCertStoreSupplier()
getTlsClientCertStoreSupplier in interface SyslogCredentialReferenceSupplierpublic org.wildfly.common.function.ExceptionSupplier<org.wildfly.security.credential.source.CredentialSource,Exception> getTlsClientCertStoreKeySupplier()
getTlsClientCertStoreKeySupplier in interface SyslogCredentialReferenceSupplierpublic org.wildfly.common.function.ExceptionSupplier<org.wildfly.security.credential.source.CredentialSource,Exception> getTlsTrustStoreSupplier()
getTlsTrustStoreSupplier in interface SyslogCredentialReferenceSupplierpublic static final SyslogAuditLogHandlerService installService(OperationContext context, org.jboss.msc.service.ServiceName serviceName, Resource handlerResource) throws OperationFailedException
OperationFailedExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.