public class IdentityProviderService extends EntityProviderService<IdentityProviderService,IDPConfiguration>
Constructor and Description |
---|
IdentityProviderService(IDPConfiguration idpConfiguration) |
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) |
protected 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() |
void |
setConfiguration(IDPConfiguration configuration) |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
addHandler, addHandlerParameter, configure, getConfiguration, getFederationService, getMetrics, getService, getValue, removeHandler, removeHandlerParameter
public IdentityProviderService(IDPConfiguration idpConfiguration)
public static org.jboss.msc.service.ServiceName createServiceName(String alias)
public void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException
start
in interface org.jboss.msc.service.Service<IdentityProviderService>
start
in class EntityProviderService<IdentityProviderService,IDPConfiguration>
org.jboss.msc.service.StartException
public void stop(org.jboss.msc.service.StopContext context)
stop
in interface org.jboss.msc.service.Service<IdentityProviderService>
stop
in class EntityProviderService<IdentityProviderService,IDPConfiguration>
protected void configureWebComponents(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
configureWebComponents
in class EntityProviderService<IdentityProviderService,IDPConfiguration>
protected List<Class<? extends org.picketlink.identity.federation.core.saml.v2.interfaces.SAML2Handler>> getDefaultHandlers()
getDefaultHandlers
in class EntityProviderService<IdentityProviderService,IDPConfiguration>
protected void doConfigureDeployment(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
EntityProviderService
Subclasses should implement this method to configureDeployment a specific PicketLink Provider type. Eg.: Identity Provider or Service Provider.
doConfigureDeployment
in class EntityProviderService<IdentityProviderService,IDPConfiguration>
public void setConfiguration(IDPConfiguration configuration)
setConfiguration
in class EntityProviderService<IdentityProviderService,IDPConfiguration>
Copyright © 2016 JBoss by Red Hat. All rights reserved.