Class SyslogAuditLogHandlerService
- java.lang.Object
-
- org.jboss.as.domain.management.audit.SyslogAuditLogHandlerService
-
- All Implemented Interfaces:
SyslogCredentialReferenceSupplier,org.jboss.msc.Service
public class SyslogAuditLogHandlerService extends Object implements org.jboss.msc.Service, SyslogCredentialReferenceSupplier
Dummy service to access credential suppliers- Author:
- Emmanuel Hugonnet (c) 2017 Red Hat, inc., Richard Opalka
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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()static SyslogAuditLogHandlerServiceinstallService(OperationContext context, org.jboss.msc.service.ServiceName serviceName, Resource handlerResource)voidstart(org.jboss.msc.service.StartContext context)voidstop(org.jboss.msc.service.StopContext context)
-
-
-
Method Detail
-
start
public void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException- Specified by:
startin interfaceorg.jboss.msc.Service- Throws:
org.jboss.msc.service.StartException
-
stop
public void stop(org.jboss.msc.service.StopContext context)
- Specified by:
stopin interfaceorg.jboss.msc.Service
-
getTlsClientCertStoreSupplier
public org.wildfly.common.function.ExceptionSupplier<org.wildfly.security.credential.source.CredentialSource,Exception> getTlsClientCertStoreSupplier()
- Specified by:
getTlsClientCertStoreSupplierin interfaceSyslogCredentialReferenceSupplier
-
getTlsClientCertStoreKeySupplier
public org.wildfly.common.function.ExceptionSupplier<org.wildfly.security.credential.source.CredentialSource,Exception> getTlsClientCertStoreKeySupplier()
- Specified by:
getTlsClientCertStoreKeySupplierin interfaceSyslogCredentialReferenceSupplier
-
getTlsTrustStoreSupplier
public org.wildfly.common.function.ExceptionSupplier<org.wildfly.security.credential.source.CredentialSource,Exception> getTlsTrustStoreSupplier()
- Specified by:
getTlsTrustStoreSupplierin interfaceSyslogCredentialReferenceSupplier
-
installService
public static final SyslogAuditLogHandlerService installService(OperationContext context, org.jboss.msc.service.ServiceName serviceName, Resource handlerResource) throws OperationFailedException
- Throws:
OperationFailedException
-
-