public class KeyService extends Object implements org.jboss.msc.service.Service<KeyService>
| Constructor and Description |
|---|
KeyService(String keyName,
String host) |
| Modifier and Type | Method and Description |
|---|---|
static org.jboss.msc.service.ServiceName |
createServiceName(String federationAlias,
String keyName) |
org.jboss.msc.value.InjectedValue<KeyStoreProviderService> |
getKeyStoreProviderService() |
KeyService |
getValue() |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public static org.jboss.msc.service.ServiceName createServiceName(String federationAlias, String keyName)
public KeyService getValue() throws IllegalStateException, IllegalArgumentException
getValue in interface org.jboss.msc.value.Value<KeyService>IllegalStateExceptionIllegalArgumentExceptionpublic 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 org.jboss.msc.value.InjectedValue<KeyStoreProviderService> getKeyStoreProviderService()
Copyright © 2020 JBoss by Red Hat. All rights reserved.