public static enum ReconciliationReportletConf.Feature extends Enum<ReconciliationReportletConf.Feature>
Enum Constant and Description |
---|
changePwdDate |
creationDate |
failedLoginCount |
groupName |
key |
lastLoginDate |
passwordHistorySize |
status |
username |
Modifier and Type | Method and Description |
---|---|
static ReconciliationReportletConf.Feature |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReconciliationReportletConf.Feature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReconciliationReportletConf.Feature key
public static final ReconciliationReportletConf.Feature username
public static final ReconciliationReportletConf.Feature groupName
public static final ReconciliationReportletConf.Feature status
public static final ReconciliationReportletConf.Feature creationDate
public static final ReconciliationReportletConf.Feature lastLoginDate
public static final ReconciliationReportletConf.Feature changePwdDate
public static final ReconciliationReportletConf.Feature passwordHistorySize
public static final ReconciliationReportletConf.Feature failedLoginCount
public static ReconciliationReportletConf.Feature[] values()
for (ReconciliationReportletConf.Feature c : ReconciliationReportletConf.Feature.values()) System.out.println(c);
public static ReconciliationReportletConf.Feature 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 nullCopyright © 2010–2023 The Apache Software Foundation. All rights reserved.