Uses of Interface
de.adrianlange.mcd.model.OAuth2
-
Packages that use OAuth2 Package Description de.adrianlange.mcd.model de.adrianlange.mcd.model.impl -
-
Uses of OAuth2 in de.adrianlange.mcd.model
Methods in de.adrianlange.mcd.model that return types with arguments of type OAuth2 Modifier and Type Method Description Set<OAuth2>MozillaAutoconfMailserverService. getOAuth2s()Returns OAuth2 configuration to use ifMozillaAutoconfMailserverService.getAuthentications()returnsAuthentication.OAUTH2. -
Uses of OAuth2 in de.adrianlange.mcd.model.impl
Classes in de.adrianlange.mcd.model.impl that implement OAuth2 Modifier and Type Class Description classOAuth2ImplMethods in de.adrianlange.mcd.model.impl that return types with arguments of type OAuth2 Modifier and Type Method Description Set<OAuth2>MozillaAutoconfMailserverServiceImpl. getOAuth2s()Method parameters in de.adrianlange.mcd.model.impl with type arguments of type OAuth2 Modifier and Type Method Description voidMozillaAutoconfMailserverServiceImpl. addAllOAuth2s(Collection<OAuth2> oAuth2s)
-