public enum EnumBindRuleKeyword extends Enum<EnumBindRuleKeyword>
Enum Constant and Description |
---|
AUTHMETHOD
The enumeration type when the bind rule has specified keyword of
authmethod.
|
DAYOFWEEK
The enumeration type when the bind rule has specified keyword of
dayofweek.
|
DNS
The enumeration type when the bind rule has specified keyword of
dns.
|
GROUPDN
The enumeration type when the bind rule has specified keyword of
groupdn.
|
IP
The enumeration type when the bind rule has specified keyword of
ip.
|
ROLEDN
The enumeration type when the bind rule has specified keyword of
roledn.
|
SSF
The enumeration type when the bind rule has specified keyword of ssf.
|
TIMEOFDAY
The enumeration type when the bind rule has specified keyword of
timeofday.
|
USERATTR
The enumeration type when the bind rule has specified keyword of
userattr.
|
USERDN
The enumeration type when the bind rule has specified keyword of
userdn.
|
Modifier and Type | Method and Description |
---|---|
static EnumBindRuleKeyword |
createBindRuleKeyword(String keywordStr)
Create a new enumeration type for the specified keyword name.
|
boolean |
isBindRuleKeyword(String keywordStr)
Checks to see if the keyword string is equal to the enumeration.
|
static EnumBindRuleKeyword |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumBindRuleKeyword[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumBindRuleKeyword USERDN
public static final EnumBindRuleKeyword GROUPDN
public static final EnumBindRuleKeyword ROLEDN
public static final EnumBindRuleKeyword IP
public static final EnumBindRuleKeyword DNS
public static final EnumBindRuleKeyword DAYOFWEEK
public static final EnumBindRuleKeyword TIMEOFDAY
public static final EnumBindRuleKeyword USERATTR
public static final EnumBindRuleKeyword AUTHMETHOD
public static final EnumBindRuleKeyword SSF
public static EnumBindRuleKeyword[] values()
for (EnumBindRuleKeyword c : EnumBindRuleKeyword.values()) System.out.println(c);
public static EnumBindRuleKeyword 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 boolean isBindRuleKeyword(String keywordStr)
keywordStr
- The keyword name to check equality for.public static EnumBindRuleKeyword createBindRuleKeyword(String keywordStr)
keywordStr
- The name of the enumeration to create.Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.