public class SecretIdentityService extends Object implements org.jboss.msc.service.Service<CallbackHandlerFactory>
| Modifier and Type | Class and Description |
|---|---|
static class |
SecretIdentityService.ServiceUtil |
| Constructor and Description |
|---|
SecretIdentityService(String password,
boolean base64) |
| Modifier and Type | Method and Description |
|---|---|
CallbackHandlerFactory |
getValue() |
void |
start(org.jboss.msc.service.StartContext startContext) |
void |
stop(org.jboss.msc.service.StopContext stopContext) |
public SecretIdentityService(String password, boolean base64)
public void start(org.jboss.msc.service.StartContext startContext)
throws org.jboss.msc.service.StartException
start in interface org.jboss.msc.Serviceorg.jboss.msc.service.StartExceptionpublic void stop(org.jboss.msc.service.StopContext stopContext)
stop in interface org.jboss.msc.Servicepublic CallbackHandlerFactory getValue() throws IllegalStateException, IllegalArgumentException
getValue in interface org.jboss.msc.value.Value<CallbackHandlerFactory>IllegalStateExceptionIllegalArgumentExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.