public class SAMLService extends Object implements org.jboss.msc.service.Service<SAMLService>
Constructor and Description |
---|
SAMLService(org.picketlink.config.federation.STSType stsType) |
Modifier and Type | Method and Description |
---|---|
static org.jboss.msc.service.ServiceName |
createServiceName(String alias) |
org.jboss.msc.value.InjectedValue<FederationService> |
getFederationService() |
SAMLService |
getValue() |
void |
setStsType(org.picketlink.config.federation.STSType stsType) |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public static org.jboss.msc.service.ServiceName createServiceName(String alias)
public SAMLService getValue() throws IllegalStateException, IllegalArgumentException
getValue
in interface org.jboss.msc.value.Value<SAMLService>
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<SAMLService>
org.jboss.msc.service.StartException
public void stop(org.jboss.msc.service.StopContext context)
stop
in interface org.jboss.msc.service.Service<SAMLService>
public org.jboss.msc.value.InjectedValue<FederationService> getFederationService()
public void setStsType(org.picketlink.config.federation.STSType stsType)
Copyright © 2018 JBoss by Red Hat. All rights reserved.