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>
IllegalStateException
IllegalArgumentException
public void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException
start
in interface org.jboss.msc.service.Service<KeyService>
org.jboss.msc.service.StartException
public void stop(org.jboss.msc.service.StopContext context)
stop
in interface org.jboss.msc.service.Service<KeyService>
public org.jboss.msc.value.InjectedValue<KeyStoreProviderService> getKeyStoreProviderService()
Copyright © 2016 JBoss by Red Hat. All rights reserved.