WildFly: Parent Aggregator 8.0.0.Beta1
-
- All Implemented Interfaces:
- org.jboss.msc.service.Service<org.jboss.as.domain.management.security.FileKeystore>, org.jboss.msc.value.Value<org.jboss.as.domain.management.security.FileKeystore>
public class FileKeystoreService
extends Object
implements org.jboss.msc.service.Service<org.jboss.as.domain.management.security.FileKeystore>
A service to handle loading Keystores from file so that the Keystore can be injected ready for SSLContext creation.
- Author:
- Darran Lofthouse
-
-
Field Summary
-
Fields inherited from interface org.jboss.msc.service.Service
NULL, NULL_VALUE
-
Method Summary
Methods
Modifier and Type |
Method and Description |
org.jboss.msc.value.InjectedValue<String> |
getRelativeToInjector() |
org.jboss.as.domain.management.security.FileKeystore |
getValue() |
void |
start(org.jboss.msc.service.StartContext ctx) |
void |
stop(org.jboss.msc.service.StopContext ctx) |
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
WildFly: Parent Aggregator 8.0.0.Beta1
Copyright © 2013 JBoss by Red Hat. All rights reserved.