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.service.Service<CallbackHandlerFactory>
org.jboss.msc.service.StartException
public void stop(org.jboss.msc.service.StopContext stopContext)
stop
in interface org.jboss.msc.service.Service<CallbackHandlerFactory>
public CallbackHandlerFactory getValue() throws IllegalStateException, IllegalArgumentException
getValue
in interface org.jboss.msc.value.Value<CallbackHandlerFactory>
IllegalStateException
IllegalArgumentException
Copyright © 2023 JBoss by Red Hat. All rights reserved.