Uses of Class
mireka.login.LoginDecision
-
Packages that use LoginDecision Package Description mireka.login Contains classes for the configuration and verification of login credentials. -
-
Uses of LoginDecision in mireka.login
Fields in mireka.login declared as LoginDecision Modifier and Type Field Description LoginDecisionLoginResult. decisionMethods in mireka.login that return LoginDecision Modifier and Type Method Description static LoginDecisionLoginDecision. valueOf(String name)Returns the enum constant of this type with the specified name.static LoginDecision[]LoginDecision. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in mireka.login with parameters of type LoginDecision Constructor Description LoginResult(LoginDecision decision, Principal principal)
-