Uses of Class
de.adrianlange.mcd.model.Authentication
-
Packages that use Authentication Package Description de.adrianlange.mcd.model de.adrianlange.mcd.model.impl -
-
Uses of Authentication in de.adrianlange.mcd.model
Methods in de.adrianlange.mcd.model that return Authentication Modifier and Type Method Description static AuthenticationAuthentication. parse(String a)static AuthenticationAuthentication. valueOf(String name)Returns the enum constant of this type with the specified name.static Authentication[]Authentication. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.adrianlange.mcd.model that return types with arguments of type Authentication Modifier and Type Method Description Set<Authentication>MozillaAutoconfMailserverService. getAuthentications()Returns the authentication methods to use. -
Uses of Authentication in de.adrianlange.mcd.model.impl
Methods in de.adrianlange.mcd.model.impl that return types with arguments of type Authentication Modifier and Type Method Description Set<Authentication>MozillaAutoconfMailserverServiceImpl. getAuthentications()Methods in de.adrianlange.mcd.model.impl with parameters of type Authentication Modifier and Type Method Description voidMozillaAutoconfMailserverServiceImpl. addAuthentication(Authentication authentication)
-