public class SSLIdentityService extends Object implements org.jboss.msc.service.Service<SSLIdentityService>
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_SUFFIX |
| Constructor and Description |
|---|
SSLIdentityService(String protocol,
char[] password) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.msc.value.InjectedValue<KeyStore> |
getKeyStoreInjector() |
org.jboss.msc.value.InjectedValue<KeyStore> |
getTrustStoreInjector() |
SSLIdentityService |
getValue() |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public static final String SERVICE_SUFFIX
public SSLIdentityService(String protocol, char[] password)
public void start(org.jboss.msc.service.StartContext context)
throws org.jboss.msc.service.StartException
start in interface org.jboss.msc.service.Service<SSLIdentityService>org.jboss.msc.service.StartExceptionpublic void stop(org.jboss.msc.service.StopContext context)
stop in interface org.jboss.msc.service.Service<SSLIdentityService>public SSLIdentityService getValue() throws IllegalStateException, IllegalArgumentException
getValue in interface org.jboss.msc.value.Value<SSLIdentityService>IllegalStateExceptionIllegalArgumentExceptionpublic org.jboss.msc.value.InjectedValue<KeyStore> getKeyStoreInjector()
public org.jboss.msc.value.InjectedValue<KeyStore> getTrustStoreInjector()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.