public enum AuthModule extends Enum<AuthModule>
Enum Constant and Description |
---|
AUTO |
DJANGO |
KEYSTONE |
LDAP |
MYSQL |
PAM |
PKI |
STORMPATH_MOD |
YUBICO |
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static AuthModule |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthModule[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuthModule AUTO
public static final AuthModule DJANGO
public static final AuthModule KEYSTONE
public static final AuthModule LDAP
public static final AuthModule MYSQL
public static final AuthModule PAM
public static final AuthModule PKI
public static final AuthModule STORMPATH_MOD
public static final AuthModule YUBICO
public static AuthModule[] values()
for (AuthModule c : AuthModule.values()) System.out.println(c);
public static AuthModule 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 getValue()
Copyright © 2016. All rights reserved.