public enum Auth0AuthorityStrategy extends Enum<Auth0AuthorityStrategy>
| Modifier and Type | Method and Description |
|---|---|
static boolean |
contains(String value) |
AuthorityStrategy |
getStrategy() |
String |
toString() |
static Auth0AuthorityStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Auth0AuthorityStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Auth0AuthorityStrategy GROUPS
public static final Auth0AuthorityStrategy ROLES
public static final Auth0AuthorityStrategy SCOPE
public static Auth0AuthorityStrategy[] values()
for (Auth0AuthorityStrategy c : Auth0AuthorityStrategy.values()) System.out.println(c);
public static Auth0AuthorityStrategy 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 AuthorityStrategy getStrategy()
public String toString()
toString in class Enum<Auth0AuthorityStrategy>public static boolean contains(String value)
Copyright © 2016. All Rights Reserved.