public final enum class com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule extends java.lang.Enum
{
public static final enum com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule MinPwdLen;
public static final enum com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule MaxPwdLen;
public static final enum com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule MinUppercase;
public static final enum com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule MaxUppercase;
public static final enum com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule MinLowercase;
public static final enum com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule MaxLowercase;
public static final enum com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule MinNumeric;
public static final enum com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule MaxNumeric;
public static final enum com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule MinSpecial;
public static final enum com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule MaxSpecial;
public static final enum com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule MaxRepeated;
public static final enum com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule MaxConsecutive;
public static final enum com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule MinUnique;
public static final enum com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule UppercaseFirstCharDisallowed;
public static final enum com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule UppercaseLastCharDisallowed;
public static final enum com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule LowercaseFirstCharDisallowed;
public static final enum com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule LowercaseLastCharDisallowed;
public static final enum com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule FirstCharNumericDisallowed;
public static final enum com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule LastCharNumericDisallowed;
public static final enum com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule FirstCharSpecialDisallowed;
public static final enum com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule LastCharSpecialDisallowed;
public static final enum com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule ExtendedCharDisallowed;
private static final com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule[] $VALUES;
public static com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule[] values()
{
java.lang.Object v;
com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule[] v;
v = <com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule[] $VALUES>;
v = virtualinvoke v.<java.lang.Object: java.lang.Object clone()>();
return v;
}
public static com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule valueOf(java.lang.String)
{
java.lang.String v;
java.lang.Enum v;
v := @parameter: java.lang.String;
v = staticinvoke <java.lang.Enum: java.lang.Enum valueOf(java.lang.Class,java.lang.String)>(class "Lcom/novell/ldapchai/impl/edir/value/NspmComplexityRules$Rule;", v);
return v;
}
private void <init>(java.lang.String, int)
{
int v;
java.lang.String v;
com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule v;
v := @this: com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule;
v := @parameter: java.lang.String;
v := @parameter: int;
specialinvoke v.<java.lang.Enum: void <init>(java.lang.String,int)>(v, v);
return;
}
private static com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule[] $values()
{
com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule[] v;
com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v;
v = newarray (com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule)[22];
v = <com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule MinPwdLen>;
v[0] = v;
v = <com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule MaxPwdLen>;
v[1] = v;
v = <com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule MinUppercase>;
v[2] = v;
v = <com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule MaxUppercase>;
v[3] = v;
v = <com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule MinLowercase>;
v[4] = v;
v = <com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule MaxLowercase>;
v[5] = v;
v = <com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule MinNumeric>;
v[6] = v;
v = <com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule MaxNumeric>;
v[7] = v;
v = <com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule MinSpecial>;
v[8] = v;
v = <com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule MaxSpecial>;
v[9] = v;
v = <com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule MaxRepeated>;
v[10] = v;
v = <com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule MaxConsecutive>;
v[11] = v;
v = <com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule MinUnique>;
v[12] = v;
v = <com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule UppercaseFirstCharDisallowed>;
v[13] = v;
v = <com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule UppercaseLastCharDisallowed>;
v[14] = v;
v = <com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule LowercaseFirstCharDisallowed>;
v[15] = v;
v = <com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule LowercaseLastCharDisallowed>;
v[16] = v;
v = <com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule FirstCharNumericDisallowed>;
v[17] = v;
v = <com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule LastCharNumericDisallowed>;
v[18] = v;
v = <com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule FirstCharSpecialDisallowed>;
v[19] = v;
v = <com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule LastCharSpecialDisallowed>;
v[20] = v;
v = <com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule ExtendedCharDisallowed>;
v[21] = v;
return v;
}
static void <clinit>()
{
com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule[] v;
com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v;
v = new com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule;
specialinvoke v.<com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: void <init>(java.lang.String,int)>("MinPwdLen", 0);
<com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule MinPwdLen> = v;
v = new com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule;
specialinvoke v.<com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: void <init>(java.lang.String,int)>("MaxPwdLen", 1);
<com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule MaxPwdLen> = v;
v = new com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule;
specialinvoke v.<com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: void <init>(java.lang.String,int)>("MinUppercase", 2);
<com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule MinUppercase> = v;
v = new com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule;
specialinvoke v.<com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: void <init>(java.lang.String,int)>("MaxUppercase", 3);
<com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule MaxUppercase> = v;
v = new com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule;
specialinvoke v.<com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: void <init>(java.lang.String,int)>("MinLowercase", 4);
<com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule MinLowercase> = v;
v = new com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule;
specialinvoke v.<com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: void <init>(java.lang.String,int)>("MaxLowercase", 5);
<com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule MaxLowercase> = v;
v = new com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule;
specialinvoke v.<com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: void <init>(java.lang.String,int)>("MinNumeric", 6);
<com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule MinNumeric> = v;
v = new com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule;
specialinvoke v.<com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: void <init>(java.lang.String,int)>("MaxNumeric", 7);
<com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule MaxNumeric> = v;
v = new com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule;
specialinvoke v.<com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: void <init>(java.lang.String,int)>("MinSpecial", 8);
<com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule MinSpecial> = v;
v = new com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule;
specialinvoke v.<com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: void <init>(java.lang.String,int)>("MaxSpecial", 9);
<com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule MaxSpecial> = v;
v = new com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule;
specialinvoke v.<com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: void <init>(java.lang.String,int)>("MaxRepeated", 10);
<com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule MaxRepeated> = v;
v = new com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule;
specialinvoke v.<com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: void <init>(java.lang.String,int)>("MaxConsecutive", 11);
<com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule MaxConsecutive> = v;
v = new com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule;
specialinvoke v.<com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: void <init>(java.lang.String,int)>("MinUnique", 12);
<com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule MinUnique> = v;
v = new com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule;
specialinvoke v.<com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: void <init>(java.lang.String,int)>("UppercaseFirstCharDisallowed", 13);
<com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule UppercaseFirstCharDisallowed> = v;
v = new com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule;
specialinvoke v.<com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: void <init>(java.lang.String,int)>("UppercaseLastCharDisallowed", 14);
<com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule UppercaseLastCharDisallowed> = v;
v = new com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule;
specialinvoke v.<com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: void <init>(java.lang.String,int)>("LowercaseFirstCharDisallowed", 15);
<com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule LowercaseFirstCharDisallowed> = v;
v = new com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule;
specialinvoke v.<com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: void <init>(java.lang.String,int)>("LowercaseLastCharDisallowed", 16);
<com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule LowercaseLastCharDisallowed> = v;
v = new com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule;
specialinvoke v.<com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: void <init>(java.lang.String,int)>("FirstCharNumericDisallowed", 17);
<com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule FirstCharNumericDisallowed> = v;
v = new com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule;
specialinvoke v.<com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: void <init>(java.lang.String,int)>("LastCharNumericDisallowed", 18);
<com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule LastCharNumericDisallowed> = v;
v = new com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule;
specialinvoke v.<com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: void <init>(java.lang.String,int)>("FirstCharSpecialDisallowed", 19);
<com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule FirstCharSpecialDisallowed> = v;
v = new com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule;
specialinvoke v.<com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: void <init>(java.lang.String,int)>("LastCharSpecialDisallowed", 20);
<com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule LastCharSpecialDisallowed> = v;
v = new com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule;
specialinvoke v.<com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: void <init>(java.lang.String,int)>("ExtendedCharDisallowed", 21);
<com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule ExtendedCharDisallowed> = v;
v = staticinvoke <com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule[] $values()>();
<com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule: com.novell.ldapchai.impl.edir.value.NspmComplexityRules$Rule[] $VALUES> = v;
return;
}
}