Uses of Class
de.openknowledge.authentication.domain.registration.RegistrationMode
-
Packages that use RegistrationMode Package Description de.openknowledge.authentication.domain.registration -
-
Uses of RegistrationMode in de.openknowledge.authentication.domain.registration
Methods in de.openknowledge.authentication.domain.registration that return RegistrationMode Modifier and Type Method Description static RegistrationModeRegistrationMode. fromValue(String value)static RegistrationModeRegistrationMode. valueOf(String name)Returns the enum constant of this type with the specified name.static RegistrationMode[]RegistrationMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-