public enum WebProviderRequirement extends Enum<WebProviderRequirement> implements org.wildfly.clustering.service.DefaultableUnaryRequirement, DefaultableUnaryServiceNameFactoryProvider
| Enum Constant and Description |
|---|
SESSION_MANAGEMENT_PROVIDER |
SSO_MANAGEMENT_PROVIDER |
| Modifier and Type | Method and Description |
|---|---|
org.wildfly.clustering.service.Requirement |
getDefaultRequirement() |
ServiceNameFactory |
getDefaultServiceNameFactory() |
String |
getName() |
UnaryServiceNameFactory |
getServiceNameFactory() |
static WebProviderRequirement |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebProviderRequirement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfgetType, resolvegetServiceName, getServiceNamegetServiceNamepublic static final WebProviderRequirement SESSION_MANAGEMENT_PROVIDER
public static final WebProviderRequirement SSO_MANAGEMENT_PROVIDER
public static WebProviderRequirement[] values()
for (WebProviderRequirement c : WebProviderRequirement.values()) System.out.println(c);
public static WebProviderRequirement 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 String getName()
getName in interface org.wildfly.clustering.service.Requirementpublic UnaryServiceNameFactory getServiceNameFactory()
getServiceNameFactory in interface UnaryServiceNameFactoryProviderpublic ServiceNameFactory getDefaultServiceNameFactory()
getDefaultServiceNameFactory in interface DefaultableUnaryServiceNameFactoryProviderpublic org.wildfly.clustering.service.Requirement getDefaultRequirement()
getDefaultRequirement in interface org.wildfly.clustering.service.DefaultableUnaryRequirementCopyright © 2021 JBoss by Red Hat. All rights reserved.