public static enum ModuleOptionsComponent.ModuleOptionType extends Enum<ModuleOptionsComponent.ModuleOptionType>
| Enum Constant and Description |
|---|
Acl |
Audit |
Authentication |
AuthenticationJaspi |
Authorization |
IdentityTrust |
Mapping |
| Modifier and Type | Field and Description |
|---|---|
static Map<String,String> |
readableNameMap |
static HashMap<String,ModuleOptionsComponent.ModuleOptionType> |
typeMap |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttribute() |
static ModuleOptionsComponent.ModuleOptionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModuleOptionsComponent.ModuleOptionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModuleOptionsComponent.ModuleOptionType Acl
public static final ModuleOptionsComponent.ModuleOptionType Audit
public static final ModuleOptionsComponent.ModuleOptionType Authentication
public static final ModuleOptionsComponent.ModuleOptionType AuthenticationJaspi
public static final ModuleOptionsComponent.ModuleOptionType Authorization
public static final ModuleOptionsComponent.ModuleOptionType IdentityTrust
public static final ModuleOptionsComponent.ModuleOptionType Mapping
public static HashMap<String,ModuleOptionsComponent.ModuleOptionType> typeMap
public static ModuleOptionsComponent.ModuleOptionType[] values()
for (ModuleOptionsComponent.ModuleOptionType c : ModuleOptionsComponent.ModuleOptionType.values()) System.out.println(c);
public static ModuleOptionsComponent.ModuleOptionType 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 getAttribute()
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.