public static final enum

LoginAttempt.Type

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ org.mule.modules.stormpath.model.LoginAttempt.Type

Summary

Enum Values
LoginAttempt.Type  BASIC   
Fields
private static Map<String, LoginAttempt.Type> constants
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static LoginAttempt.Type fromValue(String value)
String toString()
static LoginAttempt.Type valueOf(String name)
final static Type[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final LoginAttempt.Type BASIC

Fields

private static Map<String, LoginAttempt.Type> constants

private final String value

Public Methods

public static LoginAttempt.Type fromValue (String value)

Parameters
value

public String toString ()

public static LoginAttempt.Type valueOf (String name)

Parameters
name

public static final Type[] values ()