public class PartitionManagerService extends Object implements org.jboss.msc.service.Service<org.picketlink.idm.PartitionManager>
This Service starts the PartitionManager using the configuration loaded from the domain model and publishes it in JNDI.
| Constructor and Description |
|---|
PartitionManagerService(String alias,
String jndiName,
org.picketlink.idm.config.IdentityConfigurationBuilder configurationBuilder) |
| Modifier and Type | Method and Description |
|---|---|
static org.jboss.msc.service.ServiceName |
createIdentityStoreServiceName(String name,
String configurationName,
String storeType) |
static org.jboss.msc.service.ServiceName |
createServiceName(String alias) |
String |
getName() |
org.picketlink.idm.PartitionManager |
getValue() |
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 static org.jboss.msc.service.ServiceName createIdentityStoreServiceName(String name, String configurationName, String storeType)
public org.picketlink.idm.PartitionManager getValue()
throws IllegalStateException,
IllegalArgumentException
getValue in interface org.jboss.msc.value.Value<org.picketlink.idm.PartitionManager>IllegalStateExceptionIllegalArgumentExceptionpublic void start(org.jboss.msc.service.StartContext context)
throws org.jboss.msc.service.StartException
start in interface org.jboss.msc.Serviceorg.jboss.msc.service.StartExceptionpublic void stop(org.jboss.msc.service.StopContext context)
stop in interface org.jboss.msc.Servicepublic String getName()
Copyright © 2019 JBoss by Red Hat. All rights reserved.