public static enum UserReportletConf.Feature extends Enum<UserReportletConf.Feature>
Enum Constant and Description |
---|
changePwdDate |
creationDate |
creator |
failedLoginCount |
key |
lastChangeDate |
lastLoginDate |
lastModifier |
memberships |
passwordHistorySize |
relationships |
resources |
status |
username |
Modifier and Type | Method and Description |
---|---|
static UserReportletConf.Feature |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserReportletConf.Feature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserReportletConf.Feature key
public static final UserReportletConf.Feature username
public static final UserReportletConf.Feature status
public static final UserReportletConf.Feature creator
public static final UserReportletConf.Feature creationDate
public static final UserReportletConf.Feature lastModifier
public static final UserReportletConf.Feature lastChangeDate
public static final UserReportletConf.Feature lastLoginDate
public static final UserReportletConf.Feature changePwdDate
public static final UserReportletConf.Feature passwordHistorySize
public static final UserReportletConf.Feature failedLoginCount
public static final UserReportletConf.Feature relationships
public static final UserReportletConf.Feature memberships
public static final UserReportletConf.Feature resources
public static UserReportletConf.Feature[] values()
for (UserReportletConf.Feature c : UserReportletConf.Feature.values()) System.out.println(c);
public static UserReportletConf.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.