public class ServiceProviderService extends EntityProviderService<ServiceProviderService,SPConfiguration>
Service implementation to enable a deployed applications as a Service Provider.
| Constructor and Description |
|---|
ServiceProviderService(SPConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configureWebComponents(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit) |
static org.jboss.msc.service.ServiceName |
createServiceName(String alias) |
void |
doConfigureDeployment(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
Subclasses should implement this method to configureDeployment a specific PicketLink Provider type.
|
protected List<Class<? extends org.picketlink.identity.federation.core.saml.v2.interfaces.SAML2Handler>> |
getDefaultHandlers() |
addHandler, addHandlerParameter, configure, getConfiguration, getFederationService, getMetrics, getService, getValue, removeHandler, removeHandlerParameter, setConfiguration, start, stoppublic ServiceProviderService(SPConfiguration configuration)
public static org.jboss.msc.service.ServiceName createServiceName(String alias)
public void doConfigureDeployment(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
EntityProviderServiceSubclasses should implement this method to configureDeployment a specific PicketLink Provider type. Eg.: Identity Provider or Service Provider.
doConfigureDeployment in class EntityProviderService<ServiceProviderService,SPConfiguration>protected void configureWebComponents(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
configureWebComponents in class EntityProviderService<ServiceProviderService,SPConfiguration>protected List<Class<? extends org.picketlink.identity.federation.core.saml.v2.interfaces.SAML2Handler>> getDefaultHandlers()
getDefaultHandlers in class EntityProviderService<ServiceProviderService,SPConfiguration>Copyright © 2019 JBoss by Red Hat. All rights reserved.