public class SecretIdentityService extends Object implements org.jboss.msc.Service
| Modifier and Type | Class and Description |
|---|---|
static class |
SecretIdentityService.ServiceUtil |
| Constructor and Description |
|---|
SecretIdentityService(Consumer<CallbackHandlerFactory> callbackHandlerFactoryConsumer,
org.wildfly.common.function.ExceptionSupplier<org.wildfly.security.credential.source.CredentialSource,Exception> credentialSourceSupplier,
String password,
boolean base64) |
| Modifier and Type | Method and Description |
|---|---|
void |
start(org.jboss.msc.service.StartContext startContext) |
void |
stop(org.jboss.msc.service.StopContext stopContext) |
public SecretIdentityService(Consumer<CallbackHandlerFactory> callbackHandlerFactoryConsumer, org.wildfly.common.function.ExceptionSupplier<org.wildfly.security.credential.source.CredentialSource,Exception> credentialSourceSupplier, 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.ServiceCopyright © 2019 JBoss by Red Hat. All rights reserved.