public static enum CredentialTypeMetadata.Category extends Enum<CredentialTypeMetadata.Category>
Enum Constant and Description |
---|
BASIC_AUTHENTICATION |
PASSWORDLESS |
TWO_FACTOR |
Modifier and Type | Method and Description |
---|---|
int |
compareWith(CredentialTypeMetadata.Category that) |
String |
toString() |
static CredentialTypeMetadata.Category |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CredentialTypeMetadata.Category[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CredentialTypeMetadata.Category BASIC_AUTHENTICATION
public static final CredentialTypeMetadata.Category TWO_FACTOR
public static final CredentialTypeMetadata.Category PASSWORDLESS
public static CredentialTypeMetadata.Category[] values()
for (CredentialTypeMetadata.Category c : CredentialTypeMetadata.Category.values()) System.out.println(c);
public static CredentialTypeMetadata.Category 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<CredentialTypeMetadata.Category>
public int compareWith(CredentialTypeMetadata.Category that)
Copyright © 2021 JBoss by Red Hat. All rights reserved.