public static enum SambaPasswordPluginCfgDefn.PwdSyncPolicy extends Enum<SambaPasswordPluginCfgDefn.PwdSyncPolicy>
Specifies which Samba passwords should be kept synchronized.
Enum Constant and Description |
---|
SYNC_LM_PASSWORD
Synchronize the LanMan password attribute "sambaLMPassword"
|
SYNC_NT_PASSWORD
Synchronize the NT password attribute "sambaNTPassword"
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static SambaPasswordPluginCfgDefn.PwdSyncPolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SambaPasswordPluginCfgDefn.PwdSyncPolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SambaPasswordPluginCfgDefn.PwdSyncPolicy SYNC_LM_PASSWORD
public static final SambaPasswordPluginCfgDefn.PwdSyncPolicy SYNC_NT_PASSWORD
public static SambaPasswordPluginCfgDefn.PwdSyncPolicy[] values()
for (SambaPasswordPluginCfgDefn.PwdSyncPolicy c : SambaPasswordPluginCfgDefn.PwdSyncPolicy.values()) System.out.println(c);
public static SambaPasswordPluginCfgDefn.PwdSyncPolicy 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 toString()
toString
in class Enum<SambaPasswordPluginCfgDefn.PwdSyncPolicy>
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.