public static enum PrincipalNameRule.Principal extends Enum<PrincipalNameRule.Principal>
| Modifier and Type | Method and Description |
|---|---|
static PrincipalNameRule.Principal |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrincipalNameRule.Principal[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PrincipalNameRule.Principal SUBJECT
public static final PrincipalNameRule.Principal ISSUER
public static PrincipalNameRule.Principal[] values()
for (PrincipalNameRule.Principal c : PrincipalNameRule.Principal.values()) System.out.println(c);
public static PrincipalNameRule.Principal 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 © 2016 Norwegian Agency for Public Management and eGovernment (Difi). All rights reserved.