public interface PicketLinkFederationService<T>
extends org.jboss.msc.service.Service<T>
Interface for PicketLink specific services.
Modifier and Type | Method and Description |
---|---|
void |
configure(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
Configures a
DeploymentUnit as a PicketLink deployment. |
PicketLinkSubsystemMetrics |
getMetrics()
Returns a
PicketLinkSubsystemMetrics . |
void configure(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
Configures a DeploymentUnit
as a PicketLink deployment. For example: Identity Providers and Service Providers.
deploymentUnit
- PicketLinkSubsystemMetrics getMetrics()
Returns a PicketLinkSubsystemMetrics
.
Copyright © 2016 JBoss by Red Hat. All rights reserved.