Uses of Enum Class
dev.relism.flash.ext.security.LoginMethod.Kind
-
Uses of LoginMethod.Kind in dev.relism.flash.ext.security
Methods in dev.relism.flash.ext.security that return LoginMethod.KindModifier and TypeMethodDescriptionLoginMethod.kind()Returns the value of thekindrecord component.static LoginMethod.KindReturns the enum constant of this class with the specified name.static LoginMethod.Kind[]LoginMethod.Kind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in dev.relism.flash.ext.security with parameters of type LoginMethod.KindModifierConstructorDescriptionLoginMethod(String id, String name, String url, LoginMethod.Kind kind) Creates an instance of aLoginMethodrecord class.