Uses of Class
net.anwiba.commons.mail.schema.account.AbstractAuthentification
-
Packages that use AbstractAuthentification Package Description net.anwiba.commons.mail.schema.account -
-
Uses of AbstractAuthentification in net.anwiba.commons.mail.schema.account
Subclasses of AbstractAuthentification in net.anwiba.commons.mail.schema.account Modifier and Type Class Description classAbstractUserPasswordAuthentificationJava class for AbstractUserPasswordAuthentification complex type.classLoginAuthentificationJava class for LoginAuthentification complex type.classNoneAuthentificationJava class for NoneAuthentification complex type.classPlainAuthentificationJava class for PlainAuthentification complex type.Fields in net.anwiba.commons.mail.schema.account with type parameters of type AbstractAuthentification Modifier and Type Field Description protected jakarta.xml.bind.JAXBElement<? extends AbstractAuthentification>Authorization. authentificationMethods in net.anwiba.commons.mail.schema.account that return AbstractAuthentification Modifier and Type Method Description AbstractAuthentificationObjectFactory. createAbstractAuthentification()Create an instance ofAbstractAuthentificationMethods in net.anwiba.commons.mail.schema.account that return types with arguments of type AbstractAuthentification Modifier and Type Method Description jakarta.xml.bind.JAXBElement<AbstractAuthentification>ObjectFactory. createAuthentification(AbstractAuthentification value)jakarta.xml.bind.JAXBElement<? extends AbstractAuthentification>Authorization. getAuthentification()Gets the value of the authentification property.Methods in net.anwiba.commons.mail.schema.account with parameters of type AbstractAuthentification Modifier and Type Method Description jakarta.xml.bind.JAXBElement<AbstractAuthentification>ObjectFactory. createAuthentification(AbstractAuthentification value)Method parameters in net.anwiba.commons.mail.schema.account with type arguments of type AbstractAuthentification Modifier and Type Method Description voidAuthorization. setAuthentification(jakarta.xml.bind.JAXBElement<? extends AbstractAuthentification> value)Sets the value of the authentification property.
-