Uses of Class
com.icegreen.greenmail.smtp.commands.AuthCommand.AuthMechanism
-
Packages that use AuthCommand.AuthMechanism Package Description com.icegreen.greenmail.smtp.commands -
-
Uses of AuthCommand.AuthMechanism in com.icegreen.greenmail.smtp.commands
Methods in com.icegreen.greenmail.smtp.commands that return AuthCommand.AuthMechanism Modifier and Type Method Description static AuthCommand.AuthMechanismAuthCommand.AuthMechanism. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthCommand.AuthMechanism[]AuthCommand.AuthMechanism. values()Returns an array containing the constants of this enum type, in the order they are declared.
-