public class TrustDomainService extends Object implements org.jboss.msc.service.Service<TrustDomainService>
Constructor and Description |
---|
TrustDomainService(String domainName) |
Modifier and Type | Method and Description |
---|---|
static org.jboss.msc.service.ServiceName |
createServiceName(String identityProviderName,
String domainName) |
org.jboss.msc.value.InjectedValue<IdentityProviderService> |
getIdentityProviderService() |
TrustDomainService |
getValue() |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public TrustDomainService(String domainName)
public static org.jboss.msc.service.ServiceName createServiceName(String identityProviderName, String domainName)
public TrustDomainService getValue() throws IllegalStateException, IllegalArgumentException
getValue
in interface org.jboss.msc.value.Value<TrustDomainService>
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<TrustDomainService>
org.jboss.msc.service.StartException
public void stop(org.jboss.msc.service.StopContext context)
stop
in interface org.jboss.msc.service.Service<TrustDomainService>
public org.jboss.msc.value.InjectedValue<IdentityProviderService> getIdentityProviderService()
Copyright © 2017 JBoss by Red Hat. All rights reserved.