public enum NonDistributableSingleSignOnManagementProvider extends Enum<NonDistributableSingleSignOnManagementProvider> implements HostSingleSignOnManagementProvider
HostSingleSignOnManagementProvider.| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.as.clustering.controller.CapabilityServiceConfigurator |
getServiceConfigurator(org.jboss.msc.service.ServiceName name,
HostSingleSignOnManagementConfiguration configuration) |
static NonDistributableSingleSignOnManagementProvider |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NonDistributableSingleSignOnManagementProvider[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NonDistributableSingleSignOnManagementProvider INSTANCE
public static NonDistributableSingleSignOnManagementProvider[] values()
for (NonDistributableSingleSignOnManagementProvider c : NonDistributableSingleSignOnManagementProvider.values()) System.out.println(c);
public static NonDistributableSingleSignOnManagementProvider valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic org.jboss.as.clustering.controller.CapabilityServiceConfigurator getServiceConfigurator(org.jboss.msc.service.ServiceName name,
HostSingleSignOnManagementConfiguration configuration)
getServiceConfigurator in interface HostSingleSignOnManagementProviderCopyright © 2019 JBoss by Red Hat. All rights reserved.