public class SSLContextService extends Object implements org.jboss.msc.service.Service<SSLContext>
Modifier and Type | Class and Description |
---|---|
static class |
SSLContextService.ServiceUtil |
Modifier and Type | Method and Description |
---|---|
org.jboss.msc.value.InjectedValue<KeyManager[]> |
getKeyManagerInjector() |
String |
getProtocol() |
org.jboss.msc.value.InjectedValue<TrustManager[]> |
getTrustManagerInjector() |
SSLContext |
getValue() |
void |
setProtocol(String protocol) |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public String getProtocol()
public void setProtocol(String protocol)
public void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException
start
in interface org.jboss.msc.service.Service<SSLContext>
org.jboss.msc.service.StartException
public void stop(org.jboss.msc.service.StopContext context)
stop
in interface org.jboss.msc.service.Service<SSLContext>
public SSLContext getValue() throws IllegalStateException, IllegalArgumentException
getValue
in interface org.jboss.msc.value.Value<SSLContext>
IllegalStateException
IllegalArgumentException
public org.jboss.msc.value.InjectedValue<KeyManager[]> getKeyManagerInjector()
public org.jboss.msc.value.InjectedValue<TrustManager[]> getTrustManagerInjector()
Copyright © 2014 JBoss by Red Hat. All rights reserved.